- added a make clean for 2.3.3 since .o files were left behind upstream,

causing failure on ppc platform
This commit is contained in:
Paul Wouters 2005-12-13 16:23:27 +00:00
parent 5f1c5b71e6
commit 0ae2ca3ccf

View File

@ -1,7 +1,7 @@
Summary: Lowlevel DNS(SEC) library with API
Name: ldns
Version: 1.0.0
Release: 5%{?dist}
Release: 6%{?dist}
License: BSD
Url: http://open.nlnetlabs.nl/%{name}/
Source: http://open.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz
@ -28,6 +28,8 @@ The devel package contains the ldns library and the include files
rm config.sub config.guess
libtoolize
autoreconf
# only for 2.3.3, since upstream left .o files in release
make clean
%configure
@ -76,6 +78,10 @@ rm -rf %{buildroot}
%postun -p /sbin/ldconfig
%changelog
* Sun Dec 13 2005 Paul Wouters <paul@xelerance.com> 1.0.0-6
- added a make clean for 2.3.3 since .o files were left behind upstream,
causing failure on ppc platform
* Sun Dec 11 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.0.0-5
- minor cleanups