Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Name: ros-indigo-homer-nav-libs
Version: 1.0.6
Release: 0%{?dist}
Summary: ROS homer_nav_libs package
Group: Development/Libraries
License: GPLv3
Source0: %{name}-%{version}.tar.gz
Requires: eigen3-devel
Requires: ros-indigo-geometry-msgs
Requires: ros-indigo-roscpp
Requires: ros-indigo-tf
BuildRequires: eigen3-devel
BuildRequires: ros-indigo-catkin
BuildRequires: ros-indigo-cmake-modules
BuildRequires: ros-indigo-geometry-msgs
BuildRequires: ros-indigo-roscpp
BuildRequires: ros-indigo-tf
%description
The nav_libs 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
* 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