]> git.pld-linux.org Git - packages/ddt.git/commitdiff
- adapterized (sorted %verify flags)
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 4 Dec 2005 22:58:06 +0000 (22:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ddt.spec -> 1.26

ddt.spec

index 9fb550fff383b4b068eafc016cfd8a14e7ed1de1..6430d60c0bb6898b3375d382ff407dff2a5cc381 100644 (file)
--- a/ddt.spec
+++ b/ddt.spec
@@ -8,7 +8,7 @@ Version:        0.5.9
 Release:       3
 License:       GPL
 Group:         Networking/Daemons
-Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source0:       http://dl.sourceforge.net/ddt/%{name}-%{version}.tar.gz
 # Source0-md5: 30bb784bde3eef1e1a6eb61ab77f4b90
 Source1:       %{name}-client.init
 Source2:       %{name}-server.init
@@ -24,14 +24,14 @@ BuildRequires:      bind-devel >= 9.2.1-10
 BuildRequires: cgilibc-devel
 BuildRequires: fhs-compliance
 BuildRequires: libgcrypt-devel
+BuildRequires: libpqxx-devel
 BuildRequires: macrosystem-devel
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: opt
-BuildRequires: libpqxx-devel
 BuildRequires: regexx-devel
 BuildRequires: sgml-tools
-PreReq:                rc-scripts
 Requires(post,preun):  /sbin/chkconfig
+Requires:      rc-scripts
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -49,8 +49,8 @@ dynamicznego DNS-u.
 Summary:       Dynamic DNS Tools client
 Summary(pl):   Klient dynamicznego DNS-u
 Group:         Applications/Networking
-PreReq:                rc-scripts
 Requires(post,preun):  /sbin/chkconfig
+Requires:      rc-scripts
 
 %description clients
 Dynamic DNS Tools client.
@@ -156,8 +156,8 @@ fi
 %attr(754,root,root) /etc/rc.d/init.d/%{name}-server
 %attr(755,root,root) %{_sbindir}/ddtd
 %{_mandir}/man8/ddtd.8*
-%attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/ddtd.conf
-%attr(644,root,root) %config(noreplace) %verify(not size mtime md5) /etc/logrotate.d/%{name}-server
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ddtd.conf
+%attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}-server
 %attr(644,root,root) %dir /var/lib/ddt-client
 %attr(644,root,root) %dir /var/run/ddt
 
@@ -167,10 +167,10 @@ fi
 %attr(754,root,root) /etc/rc.d/init.d/%{name}-client
 %attr(755,root,root) %{_sbindir}/ddtc
 %attr(755,root,root) %{_sbindir}/ddtcd
-%attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/ddtcd.conf
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ddtcd.conf
 %{_mandir}/man8/ddtc.8*
 %{_mandir}/man8/ddtcd.8*
-%attr(644,root,root) %config(noreplace) %verify(not size mtime md5) /etc/logrotate.d/%{name}-client
+%attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}-client
 
 %files cgi
 %defattr(644,root,root,755)
This page took 0.10618 seconds and 4 git commands to generate.