]> git.pld-linux.org Git - packages/at.git/blobdiff - at.spec
- added Requires: mailx
[packages/at.git] / at.spec
diff --git a/at.spec b/at.spec
index 6b7049dc85788fba2e732c7e0f994eea79b51167..69f50ef7ed2865b599f59d42f1b4a38bee7394e2 100644 (file)
--- a/at.spec
+++ b/at.spec
@@ -5,7 +5,7 @@ Summary(pl):    Demon kontroli zada
 Summary(tr):   þ düzenleyici
 Name:          at
 Version:       3.1.8
-Release:       3d
+Release:       4
 Copyright:     GPL
 Group:         Daemons
 Group(pl):     Serwery
@@ -19,6 +19,7 @@ Patch3:               %{name}-batch.patch
 Buildroot:     /tmp/%{name}-%{version}-root
 Prereq:                fileutils
 Prereq:                /sbin/chkconfig
+Requires:      mailx
 
 %description
 at and batch read commands from standard input or a specified file
@@ -82,8 +83,8 @@ echo .so at_allow.5 > $RPM_BUILD_ROOT/usr/man/man5/at_acces.5
 
 touch $RPM_BUILD_ROOT/var/spool/at/.SEQ
 
-bzip2 -9  ChangeLog README
-gzip -9fn $RPM_BUILD_ROOT/usr/man/man[158]/*
+gzip -9fn $RPM_BUILD_ROOT/usr/man/man[158]/* \
+       ChangeLog README
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -98,11 +99,11 @@ fi
 
 %files
 %defattr(644,root,root,755) 
-%doc ChangeLog.bz2 README.bz2
+%doc {ChangeLog,README}.gz
 
 %attr(750,root,root) %dir /etc/at
 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/at/*
-%attr(700,root,root) %config /etc/rc.d/init.d/atd
+%attr(750,root,root) /etc/rc.d/init.d/atd
 %attr(755,root,root) /usr/sbin/*
 
 %attr(4711,root,root) /usr/bin/at
@@ -111,7 +112,7 @@ fi
 %attr(755,root,root) /usr/bin/atrm
 %attr(755,root,root) /usr/bin/batch
 
-%attr(644,root, man) /usr/man/man[158]/*
+/usr/man/man[158]/*
 
 %attr(700,daemon,daemon) %dir /var/spool/at
 %attr(700,daemon,daemon) %dir /var/spool/at/spool
@@ -142,21 +143,5 @@ fi
 - smarter instaling %doc,
 - changed permission on some executables.
 - added %attr and %defattr macros in %files (allow build package from
-  non-root account).
-
-* Tue May 05 1998 Prospector System <bugs@redhat.com>
-- translations modified for de, fr, tr
-
-* Wed Apr 22 1998 Michael K. Johnson <johnsonm@redhat.com>
-- enhanced initscript
-
-* Sun Nov 09 1997 Michael K. Johnson <johnsonm@redhat.com>
-- learned to spell
-
-* Wed Oct 22 1997 Michael K. Johnson <johnsonm@redhat.com>
-- updated to at version 3.1.7
-- updated lock and sequence file handling with %ghost
-- Use chkconfig and atd, now conflicts with old crontabs packages
-
-* Thu Jun 19 1997 Erik Troan <ewt@redhat.com>
-- built against glibc
+  non-root account),
+- start at RH spec.
This page took 0.406866 seconds and 4 git commands to generate.