update to 2019.1 [release 2019.1-1mamba;Sat Oct 26 2019]
This commit is contained in:
parent
10707bdf9f
commit
66ec8749cd
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 2019.1-1mamba
|
||||
- update to 2019.1
|
||||
|
||||
* Fri May 20 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2015-1mamba
|
||||
- update to 2015
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user