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

analog.spec

index 92ee1dce0e374114956a05468c1bd1d27e38e5d7..4a04415f844e7a4ceba257e2abd8a30f0f5867a4 100644 (file)
@@ -73,15 +73,15 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %dir %{_datadir}/analog/lang
 %attr(755,root,root) %dir %{_datadir}/analog
 %attr(775,root,http) %dir /var/lib/analog
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/analog.cfg
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/analog.cfg
 %attr(755,root,root) %{_bindir}/analog
 %{_datadir}/analog/lang/*.*
 %{httpdir}/icons/*.gif
 %{httpdir}/icons/*.png
 %attr(755,root,root) %dir %{httpdir}/html/usage
-%verify(not size mtime md5) %{httpdir}/html/usage/analog.html
+%verify(not md5 mtime size) %{httpdir}/html/usage/analog.html
 
 %files form
 %defattr(644,root,root,755)
-%config(noreplace) %verify(not size mtime md5) %{httpdir}/html/usage/anlgform.html
+%config(noreplace) %verify(not md5 mtime size) %{httpdir}/html/usage/anlgform.html
 %attr(755,root,root) %{httpdir}/cgi-bin/anlgform.pl
This page took 0.040517 seconds and 4 git commands to generate.