SHA256
1
0
forked from pool/unbound
unbound/unbound.spec

42 lines
764 B
RPMSpec

# norootforbuild
Name: unbound
Version: 1.0.0
Release: 0
#
Group: Productivity/Networking/DNS/Servers
License: BSD
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: openssl-devel
BuildRequires: ldns-devel
#
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
%build
%configure --disable-rpath --disable-static
%{__make}
%install
%makeinstall
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%changelog