Skip to content
Snippets Groups Projects
Commit 17f5be40 authored by Niklas Yann Wettengel's avatar Niklas Yann Wettengel
Browse files

Generated RPM files for 21

parent 12d905c5
No related branches found
No related tags found
No related merge requests found
Name: @(Package)
Version: @(Version)
Release: @(RPMInc)%{?dist}
Summary: ROS @(Name) package
Name: ros-indigo-homer-mapnav
Version: 1.0.16
Release: 0%{?dist}
Summary: ROS homer_mapnav package
Group: Development/Libraries
License: @(License)
@[if Homepage and Homepage != '']URL: @(Homepage)@\n@[end if]Source0: %{name}-%{version}.tar.gz
@[if NoArch]@\nBuildArch: noarch@\n@[end if]
@[for p in Depends]Requires: @p@\n@[end for]@[for p in BuildDepends]BuildRequires: @p@\n@[end for]@[for p in Conflicts]Conflicts: @p@\n@[end for]@[for p in Replaces]Obsoletes: @p@\n@[end for]
License: BSD
URL: http://ros.org/wiki/hector_map_nav
Source0: %{name}-%{version}.tar.gz
BuildArch: noarch
Requires: ros-indigo-homer-map-manager
Requires: ros-indigo-homer-mapnav-msgs
Requires: ros-indigo-homer-mapping
Requires: ros-indigo-homer-nav-libs
Requires: ros-indigo-homer-navigation
BuildRequires: ros-indigo-catkin
%description
@(Description)
The homer_map_nav pkg installs the homer mapping and navigation component
%prep
%setup -q
......@@ -18,7 +27,7 @@ License: @(License)
# In case we're installing to a non-standard location, look for a setup.sh
# in the install tree that was dropped by catkin, and source it. It will
# set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH.
if [ -f "@(InstallationPrefix)/setup.sh" ]; then . "@(InstallationPrefix)/setup.sh"; fi
if [ -f "/opt/ros/indigo/setup.sh" ]; then . "/opt/ros/indigo/setup.sh"; fi
mkdir -p obj-%{_target_platform} && cd obj-%{_target_platform}
%cmake .. \
-UINCLUDE_INSTALL_DIR \
......@@ -26,8 +35,8 @@ mkdir -p obj-%{_target_platform} && cd obj-%{_target_platform}
-USYSCONF_INSTALL_DIR \
-USHARE_INSTALL_PREFIX \
-ULIB_SUFFIX \
-DCMAKE_INSTALL_PREFIX="@(InstallationPrefix)" \
-DCMAKE_PREFIX_PATH="@(InstallationPrefix)" \
-DCMAKE_INSTALL_PREFIX="/opt/ros/indigo" \
-DCMAKE_PREFIX_PATH="/opt/ros/indigo" \
-DSETUPTOOLS_DEB_LAYOUT=OFF \
-DCATKIN_BUILD_BINARY_PACKAGE="1" \
......@@ -37,11 +46,20 @@ make %{?_smp_mflags}
# In case we're installing to a non-standard location, look for a setup.sh
# in the install tree that was dropped by catkin, and source it. It will
# set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH.
if [ -f "@(InstallationPrefix)/setup.sh" ]; then . "@(InstallationPrefix)/setup.sh"; fi
if [ -f "/opt/ros/indigo/setup.sh" ]; then . "/opt/ros/indigo/setup.sh"; fi
cd obj-%{_target_platform}
make %{?_smp_mflags} install DESTDIR=%{buildroot}
%files
@(InstallationPrefix)
/opt/ros/indigo
%changelog
* Thu Feb 18 2016 Raphael Memmesheimer <raphael@uni-koblenz.de> - 1.0.16-0
- Autogenerated by Bloom
* Thu Feb 18 2016 Raphael Memmesheimer <raphael@uni-koblenz.de> - 0.0.2-1
- Autogenerated by Bloom
* Thu Feb 18 2016 Raphael Memmesheimer <raphael@uni-koblenz.de> - 0.0.2-0
- Autogenerated by Bloom
%changelog@[for change_version, (change_date, main_name, main_email) in changelogs]@\n* @(change_date) @(main_name) <@(main_email)> - @(change_version)@\n- Autogenerated by Bloom@\n@[end for]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment