124 lines
3.6 KiB
RPMSpec
124 lines
3.6 KiB
RPMSpec
Summary: General dimension convex hull programs
|
|
Name: qhull
|
|
Version: 2003.1
|
|
Release: 15%{?dist}
|
|
License: Qhull
|
|
Group: System Environment/Libraries
|
|
Source0: http://www.qhull.org/download/qhull-%{version}.tar.gz
|
|
Patch0: qhull-2003.1-alias.patch
|
|
Patch1: http://www.qhull.org/download/qhull-2003.1-qh_gethash.patch
|
|
|
|
URL: http://www.qhull.org
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
Requires(post): /sbin/ldconfig
|
|
Requires(postun): /sbin/ldconfig
|
|
|
|
%description
|
|
Qhull is a general dimension convex hull program that reads a set
|
|
of points from stdin, and outputs the smallest convex set that contains
|
|
the points to stdout. It also generates Delaunay triangulations, Voronoi
|
|
diagrams, furthest-site Voronoi diagrams, and halfspace intersections
|
|
about a point.
|
|
|
|
%package devel
|
|
Group: Development/Libraries
|
|
Summary: Development files for qhull
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
%description devel
|
|
Qhull is a general dimension convex hull program that reads a set
|
|
of points from stdin, and outputs the smallest convex set that contains
|
|
the points to stdout. It also generates Delaunay triangulations, Voronoi
|
|
diagrams, furthest-site Voronoi diagrams, and halfspace intersections
|
|
about a point.
|
|
|
|
%prep
|
|
%setup -q -n %{name}-%{version}
|
|
%patch0 -p1
|
|
%patch1 -p1
|
|
sed -i -e "s,\"../html/,\"html/,g" src/*.htm
|
|
|
|
%build
|
|
%configure --disable-static
|
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
|
|
make
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
make DESTDIR=$RPM_BUILD_ROOT \
|
|
docdir=%{_docdir}/%{name}-%{version} install
|
|
rm -f ${RPM_BUILD_ROOT}/%{_libdir}/*.la
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc %{_docdir}/%{name}-%{version}
|
|
%_bindir/*
|
|
%_libdir/*.so.*
|
|
%_mandir/man1/*
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%_libdir/*.so
|
|
%_includedir/*
|
|
|
|
%changelog
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2003.1-15
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Tue Feb 02 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 2003.1-14
|
|
- Apply upstream's qh_gethash patch
|
|
- Silence %%setup.
|
|
- Remove rpath.
|
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2003.1-13
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2003.1-12
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
* Thu May 22 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2003.1-11
|
|
- fix license tag
|
|
|
|
* Tue Mar 04 2008 Ralf Corsépius <rc040203@freenet.de> - 2003.1-10
|
|
- Add qhull-2003.1-alias.patch (BZ 432309)
|
|
Thanks to Orion Poplawski (orion@cora.nwra.com).
|
|
|
|
* Sun Feb 10 2008 Ralf Corsépius <rc040203@freenet.de> - 2003.1-9
|
|
- Rebuild for gcc43.
|
|
|
|
* Wed Aug 22 2007 Ralf Corsépius <rc040203@freenet.de> - 2003.1-8
|
|
- Mass rebuild.
|
|
|
|
* Wed Jun 20 2007 Ralf Corsépius <rc040203@freenet.de> - 2003.1-7
|
|
- Remove *.la.
|
|
|
|
* Tue Sep 05 2006 Ralf Corsépius <rc040203@freenet.de> - 2003.1-6
|
|
- Mass rebuild.
|
|
|
|
* Fri Feb 17 2006 Ralf Corsépius <rc040203@freenet.de> - 2003.1-5
|
|
- Disable static libs.
|
|
- Fixup some broken links in doc.
|
|
- Add %%{?dist}.
|
|
|
|
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 2003.1-4
|
|
- rebuild on all arches
|
|
|
|
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
|
- rebuilt
|
|
|
|
* Sun Aug 08 2004 Ralf Corsepius <ralf[AT]links2linux.de> - 2003.1-0.fdr.2
|
|
- Use default documentation installation scheme.
|
|
|
|
* Fri Jul 16 2004 Ralf Corsepius <ralf[AT]links2linux.de> - 2003.1-0.fdr.1
|
|
- Initial Fedora RPM.
|