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

cocoon.spec

index 6d22b18f23e0d5d519b36752f65b5d85310e6784..09dedcab754b23bcc28d02c98930301717d11d91 100644 (file)
@@ -11,7 +11,7 @@ Release:      3
 License:       Apache
 Group:         Applications/Publishing/XML/Java
 # new versions in http://www.apache.org/dist/cocoon/
-Source0:       http://www.apache.org/dist/cocoon/OLD/cocoon-%{version}.tar.gz
+Source0:       http://www.apache.org/dist/cocoon/OLD/%{name}-%{version}.tar.gz
 # Source0-md5: 57fc25fcbc96f51cb684741651e94e30
 Source1:       %{name}-web.xml
 Source2:       %{name}-webapp.conf
@@ -163,11 +163,11 @@ rm -rf /home/httpd/%{name}/docs
 %defattr(644,root,root,755)
 %dir %{_datadir}/%{name}
 %dir %{_datadir}/%{name}/conf
-%attr(0640,root,http) %config(noreplace) %verify(not size mtime md5) %{_datadir}/%{name}/conf/cocoon.properties
-%attr(0640,root,http) %config(noreplace) %verify(not size mtime md5) %{_datadir}/%{name}/conf/webapp.conf
-%attr(0640,root,http) %config(noreplace) %verify(not size mtime md5) %{_datadir}/%{name}/conf/web.xml
+%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_datadir}/%{name}/conf/cocoon.properties
+%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_datadir}/%{name}/conf/webapp.conf
+%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_datadir}/%{name}/conf/web.xml
 %dir %{_localstatedir}/lib/%{name}
-%attr(0770,root,http) %dir %{_localstatedir}/lib/%{name}/repository
+%attr(770,root,http) %dir %{_localstatedir}/lib/%{name}/repository
 %dir /home/httpd/%{name}
 /home/httpd/%{name}/index.html
 %dir %{_datadir}/%{name}/lib
This page took 0.117158 seconds and 4 git commands to generate.