fix: delete octovis and dynamicedt3d package

Signed-off-by: will_niutao <niutao2@huawei.com>
This commit is contained in:
will_niutao 2023-06-26 19:59:33 +08:00
parent cb043ee4b2
commit 4547d5b930

View File

@ -2,7 +2,7 @@
Name: octomap Name: octomap
Version: 1.9.8 Version: 1.9.8
Release: 1%{?dist} Release: 2
Summary: Efficient Probabilistic 3D Mapping Framework Based on Octrees Summary: Efficient Probabilistic 3D Mapping Framework Based on Octrees
# octovis is GPLv2, octomap and dynamic-edt-3d are BSD # octovis is GPLv2, octomap and dynamic-edt-3d are BSD
@ -44,40 +44,40 @@ BuildArch: noarch
%description doc %description doc
This package contains doxygen-generated API documentation for %{name} This package contains doxygen-generated API documentation for %{name}
%package octovis #%package octovis
Summary: A visualization tool for Octomap #Summary: A visualization tool for Octomap
#
%description octovis #%description octovis
octovis is visualization tool for the OctoMap library based on Qt and #octovis is visualization tool for the OctoMap library based on Qt and
libQGLViewer #libQGLViewer
%package octovis-devel #%package octovis-devel
Summary: Development files and libraries for %{name} #Summary: Development files and libraries for %{name}
Requires: octomap-octovis%{?_isa} = %{version}-%{release} #Requires: octomap-octovis%{?_isa} = %{version}-%{release}
Requires: octomap-devel%{?_isa} = %{version}-%{release} #Requires: octomap-devel%{?_isa} = %{version}-%{release}
#
%description octovis-devel #%description octovis-devel
This package contains the header files and development libraries #This package contains the header files and development libraries
for octovis. If you like to develop programs using octovis, #for octovis. If you like to develop programs using octovis,
you will need to install octovis-devel. #you will need to install octovis-devel.
#
%package -n dynamic-edt-3d #%package -n dynamic-edt-3d
Summary: Dynamic Euclidian Distance Transform Implementation #Summary: Dynamic Euclidian Distance Transform Implementation
#
%description -n dynamic-edt-3d #%description -n dynamic-edt-3d
The dynamicEDT3D library implements an incrementally updatable Euclidean #The dynamicEDT3D library implements an incrementally updatable Euclidean
distance transform (EDT) in 3D. It comes with a wrapper to use the OctoMap #distance transform (EDT) in 3D. It comes with a wrapper to use the OctoMap
3D representation and hooks into the change detection of the OctoMap library #3D representation and hooks into the change detection of the OctoMap library
to propagate changes to the EDT. #to propagate changes to the EDT.
#
%package -n dynamic-edt-3d-devel #%package -n dynamic-edt-3d-devel
Summary: Development files and libraries for dynamic-edt-3d #Summary: Development files and libraries for dynamic-edt-3d
Requires: dynamic-edt-3d%{?_isa} = %{version}-%{release} #Requires: dynamic-edt-3d%{?_isa} = %{version}-%{release}
Requires: octomap-devel%{?_isa} = %{version}-%{release} #Requires: octomap-devel%{?_isa} = %{version}-%{release}
#
%description -n dynamic-edt-3d-devel #%description -n dynamic-edt-3d-devel
This package contains the header files and development libraries #This package contains the header files and development libraries
for dynamic-edt-3d. If you like to develop programs using dynamic-edt-3d, #for dynamic-edt-3d. If you like to develop programs using dynamic-edt-3d,
you will need to install dynamic-edt-3d-devel. #you will need to install dynamic-edt-3d-devel.
%prep %prep
@ -90,6 +90,8 @@ mkdir build && cd build
%cmake \ %cmake \
-DCMAKE_BUILD_TYPE=None \ -DCMAKE_BUILD_TYPE=None \
-DBUILD_DYNAMICETD3D_SUBPROJECT=OFF \
-DBUILD_OCTOVIS_SUBPROJECT=OFF \
.. ..
%make_build %make_build
@ -105,9 +107,9 @@ make test || exit 0
%ldconfig_scriptlets %ldconfig_scriptlets
%ldconfig_scriptlets -n %{name}-octovis #%ldconfig_scriptlets -n %{name}-octovis
%ldconfig_scriptlets -n dynamic-edt-3d #%ldconfig_scriptlets -n dynamic-edt-3d
%files %files
%license octomap/LICENSE.txt %license octomap/LICENSE.txt
@ -132,35 +134,38 @@ make test || exit 0
%license octomap/LICENSE.txt %license octomap/LICENSE.txt
%doc octomap/doc/html %doc octomap/doc/html
%files octovis #%files octovis
%license octovis/LICENSE.txt #%license octovis/LICENSE.txt
%doc octovis/README.md #%doc octovis/README.md
%{_bindir}/octovis #%{_bindir}/octovis
%{_libdir}/liboctovis.so.%{version} #%{_libdir}/liboctovis.so.%{version}
%{_libdir}/liboctovis.so.%{soversion} #%{_libdir}/liboctovis.so.%{soversion}
%{_datadir}/octovis #%{_datadir}/octovis
%{_datadir}/ament_index/resource_index/packages/octovis #%{_datadir}/ament_index/resource_index/packages/octovis
#
%files octovis-devel #%files octovis-devel
%{_includedir}/octovis #%{_includedir}/octovis
%{_libdir}/liboctovis.so #%{_libdir}/liboctovis.so
%{_libdir}/octovis #%{_libdir}/octovis
#
%files -n dynamic-edt-3d #%files -n dynamic-edt-3d
%license dynamicEDT3D/LICENSE.txt #%license dynamicEDT3D/LICENSE.txt
%doc dynamicEDT3D/README.txt #%doc dynamicEDT3D/README.txt
%{_libdir}/libdynamicedt3d.so.%{version} #%{_libdir}/libdynamicedt3d.so.%{version}
%{_libdir}/libdynamicedt3d.so.%{soversion} #%{_libdir}/libdynamicedt3d.so.%{soversion}
%{_datadir}/dynamic_edt_3d #%{_datadir}/dynamic_edt_3d
%{_datadir}/ament_index/resource_index/packages/dynamicEDT3D #%{_datadir}/ament_index/resource_index/packages/dynamicEDT3D
#
%files -n dynamic-edt-3d-devel #%files -n dynamic-edt-3d-devel
%{_includedir}/dynamicEDT3D #%{_includedir}/dynamicEDT3D
%{_libdir}/libdynamicedt3d.so #%{_libdir}/libdynamicedt3d.so
%{_libdir}/pkgconfig/dynamicEDT3D.pc #%{_libdir}/pkgconfig/dynamicEDT3D.pc
%{_libdir}/dynamicEDT3D #%{_libdir}/dynamicEDT3D
%changelog %changelog
* Mon Jun 26 2023 will_niutao <niutao2@huawei.com> - 1.9.8-2
- delete octovis and dynamicedt3d package
* Sun May 7 2023 will_niutao <niutao2@huawei.com> - 1.9.8-1 * Sun May 7 2023 will_niutao <niutao2@huawei.com> - 1.9.8-1
- Init for openEuler - Init for openEuler