- Disable static libs.
- Fixup some broken links in doc.
- Add %%{?dist}.
This commit is contained in:
parent
8cc860c50c
commit
401e301c96
11
qhull.spec
11
qhull.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: General dimension convex hull programs
|
Summary: General dimension convex hull programs
|
||||||
Name: qhull
|
Name: qhull
|
||||||
Version: 2003.1
|
Version: 2003.1
|
||||||
Release: 4
|
Release: 5%{?dist}
|
||||||
License: Distributable
|
License: Distributable
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source0: http://www.qhull.org/download/qhull-%{version}.tar.gz
|
Source0: http://www.qhull.org/download/qhull-%{version}.tar.gz
|
||||||
@ -32,10 +32,10 @@ about a point.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n %{name}-%{version}
|
%setup -n %{name}-%{version}
|
||||||
|
sed -i -e "s,\"../html/,\"html/,g" src/*.htm
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure --disable-static
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -64,6 +64,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%_includedir/*
|
%_includedir/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 2003.1-4
|
||||||
- rebuild on all arches
|
- rebuild on all arches
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user