upgraded to new release.

This commit is contained in:
Paul Wouters 2007-11-29 18:15:14 +00:00
parent 85f6862b54
commit 0a724f87dc
3 changed files with 7 additions and 6 deletions

View File

@ -1 +1,2 @@
ldns-1.2.1.tar.gz
ldns-1.2.2.tar.gz

View File

@ -1,12 +1,11 @@
Summary: Lowlevel DNS(SEC) library with API
Name: ldns
Version: 1.2.1
Release: 4%{?dist}
Version: 1.2.2
Release: 1%{?dist}
License: BSD
Url: http://open.nlnetlabs.nl/%{name}/
Source: http://open.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz
Group: System Environment/Libraries
Patch0: ldns_1.2.1_origin.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libtool, autoconf, automake, gcc-c++, openssl-devel, doxygen, perl libpcap-devel
@ -26,7 +25,6 @@ The devel package contains the ldns library and the include files
%prep
%setup -q
%patch0
# To built svn snapshots
#rm config.guess config.sub ltmain.sh
#libtoolize
@ -35,8 +33,6 @@ The devel package contains the ldns library and the include files
%configure --disable-rpath
%build
# try to fix racing ln statements in paralell build
sed -i 's/ln -s/ln -sf/g' Makefile
make %{?_smp_mflags}
(cd drill ; %configure --disable-rpath --with-ldns=../ldns/)
@ -87,6 +83,9 @@ rm -rf %{buildroot}
%postun -p /sbin/ldconfig
%changelog
* Thu Nov 29 2007 Paul Wouters <paul@xelerance.com> - 1.2.2-1
- Upgraded to 1.2.2. Removed no longer needed race workaround
* Tue Nov 13 2007 Paul Wouters <paul@xelerance.com> - 1.2.1-4
- Try to fix racing ln -s statements in parallel builds

View File

@ -1 +1,2 @@
bbb987f1aa4b23a1faed58dc7930dbf0 ldns-1.2.1.tar.gz
cba5e061b66377ceb25e2309d2cf17f3 ldns-1.2.2.tar.gz