* Wed Jun 08 2011 Paul Wouters <paul@xelerance.com> - 1.6.10-1
- Upodated to 1.6.10 - Commented out dependancies that are only needed for snapshots
This commit is contained in:
parent
dca6840097
commit
69af9e0322
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ ldns-1.6.5.tar.gz
|
||||
ldns-1.6.6.tar.gz
|
||||
/ldns-1.6.8.tar.gz
|
||||
/ldns-1.6.9.tar.gz
|
||||
/ldns-1.6.10.tar.gz
|
||||
|
||||
11
ldns.spec
11
ldns.spec
@ -7,15 +7,16 @@
|
||||
|
||||
Summary: Lowlevel DNS(SEC) library with API
|
||||
Name: ldns
|
||||
Version: 1.6.9
|
||||
Version: 1.6.10
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Url: http://www.nlnetlabs.nl/%{name}/
|
||||
Source: http://www.nlnetlabs.nl/downloads/%{name}/%{name}-%{version}.tar.gz
|
||||
Group: System Environment/Libraries
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: libtool, autoconf, automake, gcc-c++, doxygen,
|
||||
BuildRequires: perl, libpcap-devel, openssl-devel
|
||||
BuildRequires: perl, libpcap-devel, openssl-devel, gcc-c++, doxygen,
|
||||
# for snapshots only
|
||||
# BuildRequires: libtool, autoconf, automake
|
||||
|
||||
%if %{with_python}
|
||||
BuildRequires: python-devel, swig
|
||||
@ -124,6 +125,10 @@ rm -rf %{buildroot}
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Wed Jun 08 2011 Paul Wouters <paul@xelerance.com> - 1.6.10-1
|
||||
- Upodated to 1.6.10
|
||||
- Commented out dependancies that are only needed for snapshots
|
||||
|
||||
* Sun Mar 27 2011 Paul Wouters <paul@xelerance.com> - 1.6.9-1
|
||||
- Updated to 1.6.9
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user