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

i8kutils.spec

index 11c2060a4801941a5e7e10b790dfa1d891b24bd2..ce4b43abfbcf3623437bc2f1107763a2d096d9b6 100644 (file)
@@ -51,7 +51,7 @@ install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}
 install i8kbuttons.1 i8kctl.1 i8kmon.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT 
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -66,7 +66,7 @@ echo
 %files
 %defattr(644,root,root,755)
 %doc README.i8kutils examples
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/*.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.conf
 %attr(754,root,root) /etc/rc.d/init.d/i8kutils
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man*/*
This page took 0.123848 seconds and 4 git commands to generate.