Name: ros-kinetic-genlisp Version: 0.4.16 Release: 1%{?dist} Summary: ROS package genlisp License: BSD URL: http://www.ros.org/wiki/roslisp Source0: https://github.com/ros-gbp/genlisp-release/archive/release/kinetic/genlisp/0.4.16-0.tar.gz#/ros-kinetic-genlisp-0.4.16-source0.tar.gz BuildArch: noarch BuildRequires: ros-kinetic-catkin BuildRequires: ros-kinetic-genmsg Requires: ros-kinetic-genmsg %description Common-Lisp ROS message and service generators. %prep %setup -c -T tar --strip-components=1 -xf %{SOURCE0} %build # nothing to do here %install CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; \ CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; \ FFLAGS="${FFLAGS:-%optflags%{?_fmoddir: -I%_fmoddir}}" ; export FFLAGS ; \ FCFLAGS="${FCFLAGS:-%optflags%{?_fmoddir: -I%_fmoddir}}" ; export FCFLAGS ; \ %{?__global_ldflags:LDFLAGS="${LDFLAGS:-%__global_ldflags}" ; export LDFLAGS ;} \ source %{_libdir}/ros/setup.bash DESTDIR=%{buildroot} ; export DESTDIR catkin_make_isolated \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ --source . \ --install \ --install-space %{_libdir}/ros/ \ --pkg genlisp rm -rf %{buildroot}/%{_libdir}/ros/{.catkin,.rosinstall,_setup*,setup*,env.sh} find %{buildroot}/%{_libdir}/ros/{bin,etc,include,lib/pkgconfig,lib64/python*,lib/python*/site-packages,share} \ -mindepth 1 -maxdepth 1 | sed "s:%{buildroot}/::" > files.list find %{buildroot}/%{_libdir}/ros/lib/ -mindepth 1 -maxdepth 1 \ ! -name pkgconfig ! -name "python*" \ | sed "s:%{buildroot}/::" >> files.list find . -maxdepth 1 -type f -iname "*readme*" | sed "s:^:%%doc :" >> files.list find . -maxdepth 1 -type f -iname "*license*" | sed "s:^:%%license :" >> files.list %files -f files.list %changelog * Sat Aug 12 2017 Till Hofmann - 0.4.16-1 - Update auto-generated Spec file * Sat Aug 12 2017 Till Hofmann - 0.4.16-1 - Update auto-generated Spec file * Sat Aug 12 2017 Till Hofmann - 0.4.16-1 - Update auto-generated Spec file * Sat Aug 12 2017 Till Hofmann - 0.4.16-1 - Update auto-generated Spec file * Fri Aug 11 2017 Till Hofmann - 0.4.16-1 - Update auto-generated Spec file * Fri Aug 11 2017 Till Hofmann - 0.4.16-1 - Update auto-generated Spec file * Fri Aug 11 2017 Till Hofmann - 0.4.16-1 - Update auto-generated Spec file * Fri Aug 11 2017 Till Hofmann - 0.4.16-1 - Update auto-generated Spec file