diff --git a/qhull.spec b/qhull.spec index e1245df2a6b590e507e0ce50f973222bfa2e4222..26043ce338f6690cf6ebe4447ea2ef19e61abf67 100644 --- a/qhull.spec +++ b/qhull.spec @@ -1,6 +1,6 @@ Name: qhull Version: 2015.2 -Release: 7 +Release: 8 Summary: General dimension convex hull programs License: Qhull URL: http://www.qhull.org @@ -33,11 +33,7 @@ the points to stdout. It also generates Delaunay triangulations, Voronoi diagrams, furthest-site Voronoi diagrams, and halfspace intersections about a point. -%package help -Summary: Help package for qhull - -%description help -This package provides man files and docs for qhull. +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -72,5 +68,8 @@ chrpath --delete ${RPM_BUILD_ROOT}%{_libdir}/lib*.so.* %{_mandir}/man1/* %changelog +* Mon Aug 19 2024 Zekai Zhao - 2015.2-8 +- Replaced declaration of help subpackage with the 'package_help' macor. + * Fri Mar 6 2020 lingsheng - 2015.2-7 - Package init