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

VOCP.spec

index c5144e8eb64ca3f27738ad928eb9b0d0e802c442..83b5581532d21dcf343ee491cd41f430f8d741aa 100644 (file)
--- a/VOCP.spec
+++ b/VOCP.spec
@@ -32,10 +32,10 @@ Patch1:             %{name}-bin.patch
 Patch2:                %{name}-vocpweb.patch
 Patch3:                %{name}-doc.patch
 URL:           http://www.vocpsystem.com/
-Requires:      perl-Modem-Vgetty
 Requires:      festival
-Requires:      logrotate
 Requires:      lame
+Requires:      logrotate
+Requires:      perl-Modem-Vgetty
 Requires:      vorbis-tools
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -136,13 +136,13 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc INSTALL CHANGELOG prog/bin/README-bin doc/*
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/vocp/*
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/vocp/*
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/vocp
 %attr(1777,root,root) %dir /var/spool/voice/incoming/cache
 %attr(755,root,root) /var/spool/voice/commands/*
 %{_var}/spool/voice/messages/*
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/logrotate.d/%{name}
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}
 %attr(640,root,root) /var/log/*log
 
 %files perl-modules
This page took 0.067345 seconds and 4 git commands to generate.