upgraded to new release.
This commit is contained in:
parent
85f6862b54
commit
0a724f87dc
@ -1 +1,2 @@
|
||||
ldns-1.2.1.tar.gz
|
||||
ldns-1.2.2.tar.gz
|
||||
|
||||
11
ldns.spec
11
ldns.spec
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user