2008-05-21 04:53:41 +02:00
|
|
|
# norootforbuild
|
|
|
|
|
|
|
|
Name: unbound
|
|
|
|
Version: 1.0.0
|
|
|
|
Release: 0
|
|
|
|
#
|
|
|
|
Group: Productivity/Networking/DNS/Servers
|
|
|
|
License: BSD
|
|
|
|
#
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
BuildRequires: openssl-devel
|
2008-05-21 06:01:06 +02:00
|
|
|
BuildRequires: ldns-devel > 1.2.9
|
2008-05-21 04:53:41 +02:00
|
|
|
#
|
|
|
|
Url: http://www.unbound.net/
|
|
|
|
Source: http://www.unbound.net/downloads/unbound-%{version}.tar.gz
|
|
|
|
Patch: unbound-1.0.0_stupid_rpath.patch
|
|
|
|
#
|
|
|
|
Summary: a validating, recursive, and caching DNS resolver
|
|
|
|
%description
|
|
|
|
a validating, recursive, and caching DNS resolver
|
|
|
|
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
|
|
%setup
|
|
|
|
%patch
|
2008-05-21 06:01:06 +02:00
|
|
|
%{__rm} ldns-src.tar.gz
|
2008-05-21 04:53:41 +02:00
|
|
|
|
|
|
|
%build
|
2008-05-21 06:01:06 +02:00
|
|
|
%configure --disable-rpath --disable-static --with-ldns=%{_prefix}
|
2008-05-21 04:53:41 +02:00
|
|
|
%{__make}
|
|
|
|
|
|
|
|
%install
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
%{__rm} -rf %{buildroot}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
|
|
|
%changelog
|