diff --git a/ldns.spec b/ldns.spec index b489de2..090da69 100644 --- a/ldns.spec +++ b/ldns.spec @@ -1,11 +1,12 @@ Summary: Lowlevel DNS(SEC) library with API Name: ldns Version: 1.2.0 -Release: 10%{?dist} +Release: 11%{?dist} License: BSD Url: http://open.nlnetlabs.nl/%{name}/ Source: http://open.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz Patch0: ldns-1.2.x-key2ds-SHA256.patch +Patch1: ldns-1.2.0-ldns-key2ds.patch Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libtool, autoconf, automake, gcc-c++, openssl-devel, doxygen, perl @@ -27,6 +28,7 @@ The devel package contains the ldns library and the include files %prep %setup -q %patch0 +%patch1 -p1 # To built svn snapshots #rm config.guess config.sub ltmain.sh @@ -51,9 +53,13 @@ rm -rf %{buildroot} make DESTDIR=%{buildroot} install make DESTDIR=%{buildroot} install-doc +# don't package building script in doc rm doc/doxyparse.pl #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 DESTDIR=%{buildroot} install) @@ -82,7 +88,11 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %changelog -* Mon Aug 8 2007 Paul Wouters 1.2.0-10 +* Wed Aug 8 2007 Paul Wouters 1.2.0-10 +- Patch for ldns-key2ds to write to stdout +- Again remove extra set of man pages from doc + +* Wed Aug 8 2007 Paul Wouters 1.2.0-10 - Added sha256 DS record patch to ldns-key2ds - Minor tweaks for proper doc/man page installation. - Workaround for parallel builds