diff --git a/ldns.spec b/ldns.spec index 7f0c9ff..743bfaf 100644 --- a/ldns.spec +++ b/ldns.spec @@ -1,7 +1,7 @@ Summary: Lowlevel DNS(SEC) library with API Name: ldns -Version: 1.0.1 -Release: 1%{?dist} +Version: 1.1.0 +Release: 2%{?dist} License: BSD Url: http://open.nlnetlabs.nl/%{name}/ Source: http://open.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz @@ -28,32 +28,33 @@ The devel package contains the ldns library and the include files #libtoolize #autoreconf - %configure %build -make %{?_smp_mflags} clean -make %{?_smp_mflags} allautoconf make %{?_smp_mflags} -make %{?_smp_mflags} drill -make %{?_smp_mflags} examples +# below configure commands depend on ldns having been built already :( +(cd drill ; %configure --with-ldns=../ldns/) +(cd examples ; %configure --with-ldns=../ldns/) +( cd drill ; make %{?_smp_mflags} ) +( cd examples ; make %{?_smp_mflags} ) make %{?_smp_mflags} doc %install rm -rf %{buildroot} export DESTDIR=%{buildroot} -%{__make} install -%{__make} examples-install -%{__make} install-doc -%{__make} drill-install +make install +make install-doc #remove doc stubs rm -rf doc/.svn #remove double set of man pages rm -rf doc/man # remove .la files rm -rf %{buildroot}%{_libdir}/*.la +# +( cd drill ; make install ) +( cd examples ; make install ) %clean rm -rf %{buildroot} @@ -77,7 +78,12 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %changelog -* Thu Dec 5 2006 Paul Wouters 1.0.1-1 +* Mon Sep 11 2006 Paul Wouters 1.0.1-2 +- Fixed changelog typo in date +- Rebuild requested for PT_GNU_HASH support from gcc +- Did not upgrade to 1.1.0 due to compile issues on x86_64 + +* Fri Jan 6 2006 Paul Wouters 1.0.1-1 - Upgraded to 1.0.1. Removed temporary clean hack from spec file. * Sun Dec 18 2005 Paul Wouters 1.0.0-8