From 896ce91ecf11af2ee1553b1c99cfdb8e8bd1c8af Mon Sep 17 00:00:00 2001
From: Niklas Yann Wettengel <niyawe@uni-koblenz.de>
Date: Wed, 2 Dec 2015 00:58:07 +0100
Subject: [PATCH] Generated RPM files for 21

---
 rpm/template.spec    | 108 +++++++++++++++++++++++++++++++++++++++++++
 rpm/template.spec.em |  47 -------------------
 2 files changed, 108 insertions(+), 47 deletions(-)
 create mode 100644 rpm/template.spec
 delete mode 100644 rpm/template.spec.em

diff --git a/rpm/template.spec b/rpm/template.spec
new file mode 100644
index 00000000..bc9e62f7
--- /dev/null
+++ b/rpm/template.spec
@@ -0,0 +1,108 @@
+Name:           ros-indigo-homer-navigation
+Version:        1.0.10
+Release:        0%{?dist}
+Summary:        ROS homer_navigation package
+
+Group:          Development/Libraries
+License:        GPLv3
+Source0:        %{name}-%{version}.tar.gz
+
+Requires:       ros-indigo-homer-mapnav-msgs
+Requires:       ros-indigo-homer-nav-libs
+Requires:       ros-indigo-nav-msgs
+Requires:       ros-indigo-robbie-architecture
+Requires:       ros-indigo-roscpp
+Requires:       ros-indigo-roslib
+Requires:       ros-indigo-sensor-msgs
+Requires:       ros-indigo-tf
+BuildRequires:  eigen3-devel
+BuildRequires:  ros-indigo-catkin
+BuildRequires:  ros-indigo-cmake-modules
+BuildRequires:  ros-indigo-homer-mapnav-msgs
+BuildRequires:  ros-indigo-homer-nav-libs
+BuildRequires:  ros-indigo-nav-msgs
+BuildRequires:  ros-indigo-robbie-architecture
+BuildRequires:  ros-indigo-roscpp
+BuildRequires:  ros-indigo-roslib
+BuildRequires:  ros-indigo-sensor-msgs
+BuildRequires:  ros-indigo-tf
+
+%description
+The homer_navigation package
+
+%prep
+%setup -q
+
+%build
+# 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 "/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 \
+        -ULIB_INSTALL_DIR \
+        -USYSCONF_INSTALL_DIR \
+        -USHARE_INSTALL_PREFIX \
+        -ULIB_SUFFIX \
+        -DCMAKE_INSTALL_PREFIX="/opt/ros/indigo" \
+        -DCMAKE_PREFIX_PATH="/opt/ros/indigo" \
+        -DSETUPTOOLS_DEB_LAYOUT=OFF \
+        -DCATKIN_BUILD_BINARY_PACKAGE="1" \
+
+make %{?_smp_mflags}
+
+%install
+# 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 "/opt/ros/indigo/setup.sh" ]; then . "/opt/ros/indigo/setup.sh"; fi
+cd obj-%{_target_platform}
+make %{?_smp_mflags} install DESTDIR=%{buildroot}
+
+%files
+/opt/ros/indigo
+
+%changelog
+* Wed Dec 02 2015 Viktor Seib <vseib@uni-koblenz.de> - 1.0.10-0
+- Autogenerated by Bloom
+
+* Tue Dec 01 2015 Viktor Seib <vseib@uni-koblenz.de> - 1.0.9-0
+- Autogenerated by Bloom
+
+* Mon Nov 30 2015 Viktor Seib <vseib@uni-koblenz.de> - 1.0.8-0
+- Autogenerated by Bloom
+
+* Sat Nov 28 2015 Viktor Seib <vseib@uni-koblenz.de> - 1.0.7-0
+- Autogenerated by Bloom
+
+* Fri Nov 27 2015 Viktor Seib <vseib@uni-koblenz.de> - 1.0.6-0
+- Autogenerated by Bloom
+
+* Tue Nov 24 2015 Viktor Seib <vseib@uni-koblenz.de> - 1.0.5-0
+- Autogenerated by Bloom
+
+* Fri Nov 20 2015 Viktor Seib <vseib@uni-koblenz.de> - 1.0.4-0
+- Autogenerated by Bloom
+
+* Fri Nov 20 2015 Viktor Seib <vseib@uni-koblenz.de> - 1.0.2-0
+- Autogenerated by Bloom
+
+* Tue Nov 17 2015 Viktor Seib <vseib@uni-koblenz.de> - 1.0.1-5
+- Autogenerated by Bloom
+
+* Tue Nov 17 2015 Viktor Seib <vseib@uni-koblenz.de> - 1.0.1-4
+- Autogenerated by Bloom
+
+* Tue Nov 17 2015 Viktor Seib <vseib@uni-koblenz.de> - 1.0.1-3
+- Autogenerated by Bloom
+
+* Fri Oct 09 2015 Viktor Seib <vseib@uni-koblenz.de> - 1.0.1-2
+- Autogenerated by Bloom
+
+* Fri Sep 25 2015 Viktor Seib <vseib@uni-koblenz.de> - 1.0.1-1
+- Autogenerated by Bloom
+
+* Tue Sep 15 2015 Viktor Seib <vseib@uni-koblenz.de> - 1.0.1-0
+- Autogenerated by Bloom
+
diff --git a/rpm/template.spec.em b/rpm/template.spec.em
deleted file mode 100644
index 6fb50331..00000000
--- a/rpm/template.spec.em
+++ /dev/null
@@ -1,47 +0,0 @@
-Name:           @(Package)
-Version:        @(Version)
-Release:        @(RPMInc)%{?dist}
-Summary:        ROS @(Name) 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]
-%description
-@(Description)
-
-%prep
-%setup -q
-
-%build
-# 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
-mkdir -p obj-%{_target_platform} && cd obj-%{_target_platform}
-%cmake .. \
-        -UINCLUDE_INSTALL_DIR \
-        -ULIB_INSTALL_DIR \
-        -USYSCONF_INSTALL_DIR \
-        -USHARE_INSTALL_PREFIX \
-        -ULIB_SUFFIX \
-        -DCMAKE_INSTALL_PREFIX="@(InstallationPrefix)" \
-        -DCMAKE_PREFIX_PATH="@(InstallationPrefix)" \
-        -DSETUPTOOLS_DEB_LAYOUT=OFF \
-        -DCATKIN_BUILD_BINARY_PACKAGE="1" \
-
-make %{?_smp_mflags}
-
-%install
-# 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
-cd obj-%{_target_platform}
-make %{?_smp_mflags} install DESTDIR=%{buildroot}
-
-%files
-@(InstallationPrefix)
-
-%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]
-- 
GitLab