Name: ros-kinetic-class_loader Version: 0.3.6 Release: 1%{?dist} Summary: ROS package class_loader License: BSD URL: http://ros.org/wiki/class_loader Source0: https://github.com/ros-gbp/class_loader-release/archive/release/kinetic/class_loader/0.3.6-0.tar.gz#/ros-kinetic-class_loader-0.3.6-source0.tar.gz BuildRequires: boost-devel BuildRequires: console-bridge-devel BuildRequires: poco-devel BuildRequires: ros-kinetic-catkin BuildRequires: ros-kinetic-cmake_modules Requires: boost-devel Requires: console-bridge-devel Requires: poco-devel %description The class_loader package is a ROS-independent package for loading plugins during runtime and the foundation of the higher level ROS "pluginlib" library. class_loader utilizes the host operating system's runtime loader to open runtime libraries (e.g. .so/.dll files), introspect the library for exported plugin classes, and allows users to instantiate objects of said exported classes without the explicit declaration (i.e. header file) for those classes. %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 class_loader 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.3.6-1 - Update auto-generated Spec file * Sat Aug 12 2017 Till Hofmann - 0.3.6-1 - Update auto-generated Spec file * Sat Aug 12 2017 Till Hofmann - 0.3.6-1 - Update auto-generated Spec file * Sat Aug 12 2017 Till Hofmann - 0.3.6-1 - Update auto-generated Spec file * Fri Aug 11 2017 Till Hofmann - 0.3.6-1 - Update auto-generated Spec file * Fri Aug 11 2017 Till Hofmann - 0.3.6-1 - Update auto-generated Spec file * Fri Aug 11 2017 Till Hofmann - 0.3.6-1 - Update auto-generated Spec file * Fri Aug 11 2017 Till Hofmann - 0.3.6-1 - Update auto-generated Spec file