auto-import ldns-1.0.1-1 on branch devel from ldns-1.0.1-1.src.rpm
This commit is contained in:
parent
8f9cf349be
commit
301871a420
@ -1 +1 @@
|
||||
ldns-1.0.0.tar.gz
|
||||
ldns-1.0.1.tar.gz
|
||||
|
||||
15
ldns.spec
15
ldns.spec
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user