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

pure-ftpd.spec

index a5d5d85978fe7416594ca396f37075430f91c707..a86547bd20c2fa7cc2dba3623b87b960d8e6f6a5 100644 (file)
@@ -32,19 +32,19 @@ Patch4:             %{name}-mysql_config.patch
 Patch5:                %{name}-nosymlinks-hideuidmismatch.patch
 Patch6:                %{name}-auth-can-delete-pure.patch
 URL:           http://www.pureftpd.org/
+%{!?with_extra:Requires:       perl-base}
 %{?with_extra:BuildRequires:   autoconf}
 %{?with_extra:BuildRequires:   automake}
 BuildRequires: libcap-devel
 %{?with_extra:BuildRequires:   libcfg+-devel >= 0.6.2}
-%{?with_ldap:BuildRequires:    openldap-devel}
 %{?with_mysql:BuildRequires:   mysql-devel}
-%{?with_pgsql:BuildRequires:   postgresql-devel}
+%{?with_ldap:BuildRequires:    openldap-devel}
 %{?with_tls:BuildRequires:     openssl-devel}
 BuildRequires: pam-devel
-PreReq:                rc-scripts
+%{?with_pgsql:BuildRequires:   postgresql-devel}
 Requires(post,preun):  /sbin/chkconfig
 Requires:      pam >= 0.79.0
-%{!?with_extra:Requires:       perl-base}
+Requires:      rc-scripts
 Provides:      ftpserver
 Obsoletes:     ftpserver
 Obsoletes:     anonftp
@@ -155,7 +155,8 @@ bzip2 -dc %{SOURCE3} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 
 %if %{with extra}
 cd pure-config
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 %endif
 
 %clean
@@ -184,7 +185,7 @@ fi
 %attr(755,root,root) %{_sbindir}/*
 %attr(754,root,root) /etc/rc.d/init.d/%{name}
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/*
-%attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/security/blacklist.ftp
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/security/blacklist.ftp
 %{?with_ldap:%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pureftpd-ldap.conf}
 %{?with_mysql:%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pureftpd-mysql.conf}
 %{?with_pgsql:%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pureftpd-pgsql.conf}
This page took 0.030471 seconds and 4 git commands to generate.