diff options
Diffstat (limited to 'rtabmap.spec')
| -rw-r--r-- | rtabmap.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rtabmap.spec b/rtabmap.spec index b92f641..a3663f3 100644 --- a/rtabmap.spec +++ b/rtabmap.spec @@ -16,7 +16,7 @@ Summary: RTAB-Map's standalone library. RTAB-Map is a RGB-D SLAM approach Url: http://introlab.github.io/rtabmap License: BSD -Source0: %{RosPkgName}-%{version}.tar.gz +Source0: https://github.com/introlab/rtabmap/archive/refs/tags/%{version}.tar.gz Requires: ros-%{ros_distro}-cv-bridge Requires: ros-%{ros_distro}-libg2o @@ -24,7 +24,7 @@ Requires: ros-%{ros_distro}-gtsam Requires: pcl-devel Requires: ros-%{ros_distro}-libpointmatcher Requires: sqlite-devel -Requires: liboctomap-dev +Requires: octomap-devel Requires: ros-%{ros_distro}-qt-gui-cpp Requires: zlib-devel Requires: ros-%{ros_distro}-ros-workspace @@ -35,7 +35,7 @@ BuildRequires: ros-%{ros_distro}-gtsam BuildRequires: pcl-devel BuildRequires: ros-%{ros_distro}-libpointmatcher BuildRequires: sqlite-devel -BuildRequires: liboctomap-dev +BuildRequires: octomap-devel BuildRequires: ros-%{ros_distro}-qt-gui-cpp BuildRequires: zlib-devel BuildRequires: proj-devel @@ -53,7 +53,7 @@ Provides: %{name}-runtime = %{version}-%{release} RTAB-Map's standalone library. RTAB-Map is a RGB-D SLAM approach with real-time constraints. %prep -%autosetup -c -n %{name}-%{version} +%autosetup -p1 -n rtabmap-%{version} %build # Needed to bootstrap since the ros_workspace package does not yet exist. |
