From 66ec8749cd272bf2a6e114df92e3a00b5aefa179 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 05:29:18 +0100 Subject: [PATCH] update to 2019.1 [release 2019.1-1mamba;Sat Oct 26 2019] --- libqhull.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/libqhull.spec b/libqhull.spec index fc65179..87c9134 100644 --- a/libqhull.spec +++ b/libqhull.spec @@ -1,5 +1,6 @@ +%define pkgver %(echo %version| cut -d. -f1) Name: libqhull -Version: 2015 +Version: 2019.1 Release: 1mamba Summary: General dimension convex hull programs Group: System/Libraries @@ -7,7 +8,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.qhull.org/ -Source: http://www.qhull.org/download/qhull-%{version}-src-7.2.0.tgz +Source: http://www.qhull.org/download/qhull-%{pkgver}-src-7.3.2.tgz License: Distributable ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -38,7 +39,7 @@ This package contains utility applications for %{name}. %prep -%setup -q -n qhull-%{version}.2 +%setup -q -n qhull-%{version} #sed -i -e "s,\"../html/,\"html/,g" src/*.htm %build @@ -81,6 +82,8 @@ ln -s libqhull.h %{buildroot}%{_includedir}/libqhull/qhull.h %{_libdir}/libqhullstatic.a %{_libdir}/libqhullstatic_r.a #%{_libdir}/libqhullstatic_p.a +%dir %{_prefix}/lib/cmake/Qhull +%{_prefix}/lib/cmake/Qhull/Qhull*.cmake %dir %{_docdir}/qhull %doc %{_docdir}/qhull/* @@ -96,6 +99,9 @@ ln -s libqhull.h %{buildroot}%{_includedir}/libqhull/qhull.h %{_mandir}/man1/rbox.1.gz %changelog +* Sat Oct 26 2019 Silvan Calarco 2019.1-1mamba +- update to 2019.1 + * Fri May 20 2016 Silvan Calarco 2015-1mamba - update to 2015