-#370 new unbound.spec for CentOS 5.x from Harold Jones.

git-svn-id: file:///svn/unbound/trunk@2403 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2011-03-17 08:18:00 +00:00
parent ffb54322cb
commit 682ad09bc4
2 changed files with 16 additions and 3 deletions

View file

@ -1,6 +1,6 @@
Summary: Validating, recursive, and caching DNS resolver Summary: Validating, recursive, and caching DNS resolver
Name: unbound Name: unbound
Version: 1.4.4 Version: 1.4.8
Release: 1%{?dist} Release: 1%{?dist}
License: BSD License: BSD
Url: http://www.nlnetlabs.nl/unbound/ Url: http://www.nlnetlabs.nl/unbound/
@ -8,7 +8,7 @@ Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
#Source1: unbound.init #Source1: unbound.init
Group: System Environment/Daemons Group: System Environment/Daemons
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: flex, openssl-devel BuildRequires: flex, openssl-devel, expat-devel
%description %description
Unbound is a validating, recursive, and caching DNS resolver. Unbound is a validating, recursive, and caching DNS resolver.
@ -32,7 +32,7 @@ The source code is under a BSD License.
# This is a build using libldns builtin version, the resulting binaries # This is a build using libldns builtin version, the resulting binaries
# do not require libldns and this package does not have version dependencies. # do not require libldns and this package does not have version dependencies.
# Could be smaller using a dependency on libldns (use --with-ldns=). # Could be smaller using a dependency on libldns (use --with-ldns=).
%configure --with-conf-file=%{_localstatedir}/%{name}/unbound.conf --disable-rpath %configure --with-conf-file=%{_localstatedir}/%{name}/unbound.conf --disable-rpath --with-ldns-builtin
%build %build
#%{__make} %{?_smp_mflags} #%{__make} %{?_smp_mflags}
@ -92,6 +92,15 @@ if [ "$1" -ge "1" ]; then
fi fi
%changelog %changelog
* Thu Mar 17 2011 Wouter Wijngaards <wouter@nlnetlabs.nl> - 1.4.8
- removed --disable-gost, assume recent openssl on the destination platform.
* Wed Mar 16 2011 Harold Jones <hajones@verisign.com> - 1.4.8
- Bump version number to latest
- Add expat-devel to BuildRequires
- Added --disable-gost for building on CentOS 5.x
- Added --with-ldns-builtin for CentOS 5.x
* Thu May 22 2008 Wouter Wijngaards <wouter@nlnetlabs.nl> - 1.0.0 * Thu May 22 2008 Wouter Wijngaards <wouter@nlnetlabs.nl> - 1.0.0
- contrib changes from Patrick Vande Walle. - contrib changes from Patrick Vande Walle.

View file

@ -1,3 +1,7 @@
17 March 2011: Wouter
- bug#370: new unbound.spec for CentOS 5.x from Harold Jones.
Applied but did not do the --disable-gost.
10 March 2011: Wouter 10 March 2011: Wouter
- tag 1.4.9 release candidate 1 created. - tag 1.4.9 release candidate 1 created.