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

phpdc.spec

index 04984c562c6ab77a17fdd4aaf9983c050c88ada2..9414c1ee8a08c3ada04c69a79ee152f78b43a5d0 100644 (file)
@@ -6,7 +6,7 @@ Version:        1.0
 Release:       0.%{_rc}.1
 License:       GPL v2
 Group:         Applications/Databases/Interfaces
-Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}%{_rc}.tar.gz
+Source0:       http://dl.sourceforge.net/phpdc/%{name}-%{version}%{_rc}.tar.gz
 # Source0-md5: 035a6a0dbedd55f724237aa0b9cebff9
 Source1:       %{name}.conf
 Patch0:                %{name}-config.patch
@@ -84,8 +84,8 @@ fi
 %files
 %defattr(644,root,root,755)
 %dir %{_sysconfdir}
-%attr(640,root,http) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/*
-%config(noreplace) %verify(not size mtime md5) /etc/httpd/%{name}.conf
+%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd/%{name}.conf
 %dir %{_phpdcdir}
 %dir %{_phpdcdir}/layout
 %dir %{_phpdcdir}/private
@@ -97,4 +97,4 @@ fi
 %{_phpdcdir}/layout/*
 %{_phpdcdir}/private/*.php
 %{_phpdcdir}/styles/*
-%attr(664,root,http) %config(noreplace) %verify(not md5 size mtime) %{_phpdcdir}/private/phpdc.ini
+%attr(664,root,http) %config(noreplace) %verify(not md5 mtime size) %{_phpdcdir}/private/phpdc.ini
This page took 0.075046 seconds and 4 git commands to generate.