SPECS: at.spec - unify

darekr darekr at pld-linux.org
Thu Jul 7 19:19:08 CEST 2005


Author: darekr                       Date: Thu Jul  7 17:19:08 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- unify

---- Files affected:
SPECS:
   at.spec (1.63 -> 1.64) 

---- Diffs:

================================================================
Index: SPECS/at.spec
diff -u SPECS/at.spec:1.63 SPECS/at.spec:1.64
--- SPECS/at.spec:1.63	Fri Dec 17 22:39:21 2004
+++ SPECS/at.spec	Thu Jul  7 19:19:02 2005
@@ -111,7 +111,7 @@
 %patch14 -p1
 
 %build
-cp -f %{_datadir}/automake/config.* .
+cp -f /usr/share/automake/config.* .
 %{__aclocal}
 %{__autoconf}
 %configure \
@@ -126,7 +126,8 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig}
 
-%{__make} IROOT=$RPM_BUILD_ROOT install
+%{__make} install \
+	IROOT=$RPM_BUILD_ROOT
 
 install at.deny $RPM_BUILD_ROOT%{_sysconfdir}
 
@@ -175,20 +176,15 @@
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog README timespec
-
 %attr(750,root,root) %dir %{_sysconfdir}
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/*
-%attr(640,root,root) %config %verify(not size mtime md5) /etc/sysconfig/*
-
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
+%attr(640,root,root) %config %verify(not md5 mtime size) /etc/sysconfig/*
 %attr(754,root,root) /etc/rc.d/init.d/atd
 %attr(755,root,root) %{_sbindir}/*
-
 %attr(4755,root,root) %{_bindir}/at
-
 %attr(755,root,root) %{_bindir}/atq
 %attr(755,root,root) %{_bindir}/atrm
 %attr(755,root,root) %{_bindir}/batch
-
 %{_mandir}/man*/*
 %lang(es) %{_mandir}/es/man*/*
 %lang(fi) %{_mandir}/fi/man*/*
@@ -199,7 +195,6 @@
 %lang(ja) %{_mandir}/ja/man*/*
 %lang(ko) %{_mandir}/ko/man*/*
 %lang(pl) %{_mandir}/pl/man*/*
-
 %attr(750,root,root) %dir /var/spool/at
 %attr(750,root,root) %dir /var/spool/at/spool
 %attr(600,root,root) %ghost /var/spool/at/.SEQ
@@ -210,6 +205,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.64  2005/07/07 17:19:02  darekr
+- unify
+
 Revision 1.63  2004/12/17 21:39:21  saq
 - don't capitalize command names
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/at.spec?r1=1.63&r2=1.64&f=u




More information about the pld-cvs-commit mailing list