From bfa18c36198742e6c3151d1e3c61a85af4e8922b Mon Sep 17 00:00:00 2001 From: darekr Date: Thu, 7 Jul 2005 17:19:02 +0000 Subject: [PATCH] - unify Changed files: at.spec -> 1.64 --- at.spec | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/at.spec b/at.spec index 6a817f7..bf62d26 100644 --- a/at.spec +++ b/at.spec @@ -110,7 +110,7 @@ at %patch14 -p1 %build -cp -f %{_datadir}/automake/config.* . +cp -f /usr/share/automake/config.* . %{__aclocal} %{__autoconf} %configure \ @@ -125,7 +125,8 @@ cp -f %{_datadir}/automake/config.* . 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} @@ -174,20 +175,15 @@ fi %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*/* @@ -198,7 +194,6 @@ fi %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 -- 2.43.0