- rebuild on all arches

This commit is contained in:
Jeremy Katz 2005-05-22 23:59:59 +00:00
parent 06fd5e17a4
commit 8cc860c50c

View File

@ -1,12 +1,7 @@
%define name qhull
%define version 2003.1
%define release 3
Summary: General dimension convex hull programs Summary: General dimension convex hull programs
Name: %{name} Name: qhull
Version: %{version} Version: 2003.1
Release: %{release} Release: 4
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
@ -51,11 +46,9 @@ make DESTDIR=$RPM_BUILD_ROOT \
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%post %post -p /sbin/ldconfig
/sbin/ldconfig
%postun %postun -p /sbin/ldconfig
/sbin/ldconfig
%files %files
%defattr(-,root,root) %defattr(-,root,root)
@ -71,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
%_includedir/* %_includedir/*
%changelog %changelog
* 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> * Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
- rebuilt - rebuilt