X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=unbound.spec;h=c5d56cb60f8825f4df3a6f768fb4aca418982f88;hb=23f4b7e96832c2c9c186b99041f5e545481bdbef;hp=1b3d915a132dff755bcfb5393faf46bc0aad6ba2;hpb=8ad6c75c2ad0231f21312e08121c4f772900ee41;p=packages%2Funbound.git diff --git a/unbound.spec b/unbound.spec index 1b3d915..c5d56cb 100644 --- a/unbound.spec +++ b/unbound.spec @@ -1,28 +1,51 @@ # # Conditional build: %bcond_without python # Python binding +%bcond_with dnstap # dnstap replication support +%bcond_with systemd # systemd support # Summary: Recursive, validating DNS resolver Summary(pl.UTF-8): Rekurencyjny, weryfikujący resolver DNS Name: unbound -Version: 1.4.20 +Version: 1.6.7 Release: 1 License: BSD Group: Applications/Network Source0: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz -# Source0-md5: 1f2d0b490fd7928a708a326beda21948 +# Source0-md5: 67ed382add11134d689f5e88f8efc43e Source1: %{name}.init +Source2: %{name}.service +Source3: https://data.iana.org/root-anchors/icannbundle.pem +# Source3-md5: 24a426d59b61524623695f1b849f159b +Source4: ftp://ftp.internic.net/domain/named.cache +# Source4-md5: b803eb7fb9dea562877f2dd0cb1903ca +Patch0: %{name}-default_trust_anchor.patch +Patch1: %{name}-sh.patch +Patch2: %{name}-pythondir.patch +Patch3: %{name}-flex.patch URL: http://unbound.net/ +BuildRequires: autoconf >= 2.56 +BuildRequires: automake +BuildRequires: bison BuildRequires: expat-devel -BuildRequires: ldns-devel >= 1.6.9 +BuildRequires: flex +%{?with_dnstap:BuildRequires: fstrm-devel} BuildRequires: libevent-devel -BuildRequires: openssl-devel -BuildRequires: rpmbuild(macros) >= 1.228 +BuildRequires: libtool +BuildRequires: openssl-devel >= 1.0 +%{?with_dnstap:BuildRequires: protobuf-c-devel} +BuildRequires: rpmbuild(macros) >= 1.671 +%{?with_systemd:BuildRequires: systemd-devel} %if %{with python} BuildRequires: python-devel >= 1:2.4.0 BuildRequires: swig-python %endif +Provides: user(unbound) Requires(post,preun): /sbin/chkconfig +Requires(postun): /usr/sbin/userdel +Requires(pre): /bin/id +Requires(pre): /usr/sbin/useradd +Requires: systemd-units >= 38 Requires: %{name}-libs = %{version}-%{release} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -68,7 +91,6 @@ Summary: Header files for unbound library Summary(pl.UTF-8): Pliki nagłówkowe biblioteki unbound Group: Development/Libraries Requires: %{name}-libs = %{version}-%{release} -Requires: ldns-devel Requires: openssl-devel %description devel @@ -103,22 +125,45 @@ Pythonowy interfejs do biblioteki unbound. %prep %setup -q +%patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 %build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} %configure \ - %{?with_python:--with-pyunbound} + %{?with_dnstap:--enable-dnstap} \ + %{?with_systemd:--enable-systemd} \ + %{__with_without python pyunbound} \ + %{__with_without python pythonmodule} \ + --with-pidfile=/run/%{name}.pid \ + --with-chroot-dir="" \ + --with-conf-file=%{_sysconfdir}/%{name}/%{name}.conf \ + --with-rootkey-file=/var/lib/%{name}/root.key \ + --with-rootcert-file=%{_sysconfdir}/%{name}/icannbundle.pem + %{__make} %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT/etc/rc.d/init.d -install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name} +install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d,%{systemdunitdir},/var/lib/%{name}} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name} +install %{SOURCE2} $RPM_BUILD_ROOT%{systemdunitdir}/%{name}.service +install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/icannbundle.pem +install %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/named.cache + +touch $RPM_BUILD_ROOT/var/lib/%{name}/root.key + %if %{with python} -%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/_unbound.{la,a} +%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/_unbound.la %py_comp $RPM_BUILD_ROOT%{py_sitedir} %py_ocomp $RPM_BUILD_ROOT%{py_sitedir} %py_postclean @@ -129,13 +174,27 @@ rm -rf $RPM_BUILD_ROOT %post /sbin/chkconfig --add %{name} +%systemd_post %{name}.service %service %{name} restart +%pre +%useradd -u 196 -g 99 -d /tmp -s /bin/false -c "unbound user" unbound + %preun if [ "$1" = "0" ]; then %service -q %{name} stop /sbin/chkconfig --del %{name} fi +%systemd_preun %{name}.service + +%postun +if [ "$1" = "0" ]; then + %userremove unbound +fi +%systemd_reload + +%triggerpostun -- %{name} < 1.4.22-1 +%systemd_trigger %{name}.service %post libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig @@ -144,8 +203,11 @@ fi %defattr(644,root,root,755) %doc doc/{CREDITS,Changelog,FEATURES,LICENSE,README,TODO,control_proto_spec.txt,example.conf,ietf67-design-02.pdf,requirements.txt} %attr(754,root,root) /etc/rc.d/init.d/unbound +%{systemdunitdir}/%{name}.service %dir %{_sysconfdir}/%{name} %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/unbound.conf +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/named.cache +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/icannbundle.pem %attr(755,root,root) %{_sbindir}/unbound %attr(755,root,root) %{_sbindir}/unbound-anchor %attr(755,root,root) %{_sbindir}/unbound-checkconf @@ -156,7 +218,9 @@ fi %{_mandir}/man8/unbound-checkconf.8* %{_mandir}/man8/unbound.8* %{_mandir}/man8/unbound-anchor.8* -%{_mandir}/man8/unbound-control.8* +%{_mandir}/man8/unbound-control*.8* +%dir %attr(755,unbound,nobody) /var/lib/%{name} +%ghost /var/lib/%{name}/root.key %files libs %defattr(644,root,root,755) @@ -180,4 +244,5 @@ fi %defattr(644,root,root,755) %attr(755,root,root) %{py_sitedir}/_unbound.so* %{py_sitedir}/unbound.py[co] +%{py_sitedir}/unboundmodule.py[co] %endif