- Updated to 1.2.1
- Removed patches that got moved into upstream
This commit is contained in:
parent
f6039280a9
commit
b7a7c006c3
@ -1,2 +1 @@
|
||||
ldns-1.0.1.tar.gz
|
||||
ldns-1.2.0.tar.gz
|
||||
ldns-1.2.1.tar.gz
|
||||
|
||||
17
ldns.spec
17
ldns.spec
@ -1,15 +1,13 @@
|
||||
Summary: Lowlevel DNS(SEC) library with API
|
||||
Name: ldns
|
||||
Version: 1.2.0
|
||||
Release: 11%{?dist}
|
||||
Version: 1.2.1
|
||||
Release: 1%{?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
|
||||
BuildRequires: libtool, autoconf, automake, gcc-c++, openssl-devel, doxygen, perl libpcap-devel
|
||||
|
||||
%description
|
||||
ldns is a library with the aim to simplify DNS programing in C. All
|
||||
@ -27,8 +25,6 @@ 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
|
||||
@ -36,8 +32,6 @@ The devel package contains the ldns library and the include files
|
||||
#autoreconf
|
||||
|
||||
%configure --disable-rpath
|
||||
# mkdir won't work in paralel build
|
||||
sed -i 's/then mkdir include/then mkdir -p include/' Makefile
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags}
|
||||
@ -81,6 +75,7 @@ rm -rf %{buildroot}
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libldns.a
|
||||
%dir %{_includedir}/ldns
|
||||
%{_includedir}/ldns/*.h
|
||||
%doc doc Changelog README
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
@ -88,6 +83,10 @@ rm -rf %{buildroot}
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Wed Oct 10 2007 Paul Wouters <paul@xelerance.com> - 1.2.1-1
|
||||
- Updated to 1.2.1
|
||||
- Removed patches that got moved into upstream
|
||||
|
||||
* Wed Aug 8 2007 Paul Wouters <paul@xelerance.com> 1.2.0-11
|
||||
- Patch for ldns-key2ds to write to stdout
|
||||
- Again remove extra set of man pages from doc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user