auto-import ldns-1.0.1-1 on branch devel from ldns-1.0.1-1.src.rpm

This commit is contained in:
Paul Wouters 2006-01-06 01:05:03 +00:00
parent 8f9cf349be
commit 301871a420
3 changed files with 9 additions and 10 deletions

View File

@ -1 +1 @@
ldns-1.0.0.tar.gz
ldns-1.0.1.tar.gz

View File

@ -1,7 +1,7 @@
Summary: Lowlevel DNS(SEC) library with API
Name: ldns
Version: 1.0.0
Release: 8%{?dist}
Version: 1.0.1
Release: 1%{?dist}
License: BSD
Url: http://open.nlnetlabs.nl/%{name}/
Source: http://open.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz
@ -25,13 +25,9 @@ The devel package contains the ldns library and the include files
%prep
%setup -q
# only for 1.0.0, since upstream left .o files in release and 'make clean'
# won't work without the Makefile.
rm drill/*.o
rm config.sub config.guess
libtoolize
autoreconf
#libtoolize
#autoreconf
%configure
@ -81,6 +77,9 @@ rm -rf %{buildroot}
%postun -p /sbin/ldconfig
%changelog
* Thu Dec 5 2006 Paul Wouters <paul@xelerance.com> 1.0.1-1
- Upgraded to 1.0.1. Removed temporary clean hack from spec file.
* Sun Dec 18 2005 Paul Wouters <paul@xelerance.com> 1.0.0-8
- Cannot use make clean because there are no Makefiles. Use hardcoded rm.

View File

@ -1 +1 @@
bf8ff0868cacd2d4487ed1e28ea6c239 ldns-1.0.0.tar.gz
39210ff3bb2673d57e024f7908d31be5 ldns-1.0.1.tar.gz