diff --git a/ldns.spec b/ldns.spec index 81847be..d74e587 100644 --- a/ldns.spec +++ b/ldns.spec @@ -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 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 1.0.0-5 - minor cleanups