auto-import changelog data from at-3.1.8-20.src.rpm

Thu Aug 02 2001 Crutcher Dunnavant <crutcher@redhat.com> 3.1.8-20
- updated patch update, still bug #46546
This commit is contained in:
cvsdist 2004-09-09 03:14:29 +00:00
parent 78cffc2742
commit 2d353b1da7

26
at.spec
View File

@ -1,7 +1,7 @@
Summary: Job spooling tools. Summary: Job spooling tools.
Name: at Name: at
Version: 3.1.8 Version: 3.1.8
Release: 19 Release: 20
Copyright: GPL Copyright: GPL
Group: System Environment/Daemons Group: System Environment/Daemons
Source: ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/at-3.1.8.tar.bz2 Source: ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/at-3.1.8.tar.bz2
@ -29,16 +29,15 @@ BuildPrereq: sendmail
Buildroot: %{_tmppath}/%{name}-root Buildroot: %{_tmppath}/%{name}-root
%description %description
At and batch read commands from standard input or from a specified file. At and batch read commands from standard input or from a specified
At allows you to specify that a command will be run at a particular time file. At allows you to specify that a command will be run at a
(now or a specified time in the future). Batch will execute commands particular time. Batch will execute commands when the system load
when the system load levels drop to a particular level. Both commands levels drop to a particular level. Both commands use /bin/sh.
use /bin/sh to run the commands.
You should install the at package if you need a utility that will do You should install the at package if you need a utility for
time-oriented job control. Note: you should use crontab instead, if it is time-oriented job control. Note: If it is a recurring job that will
a recurring job that will need to be repeated at the same time every need to be repeated at the same time every day/week, etc. you should
day/week/etc. use crontab instead.
%prep %prep
%setup -q %setup -q
@ -81,8 +80,8 @@ mkdir -p %{buildroot}/etc/rc.d/init.d
ATSPOOL_DIR=%{buildroot}/var/spool/at/spool ATSPOOL_DIR=%{buildroot}/var/spool/at/spool
echo > %{buildroot}/etc/at.deny echo > %{buildroot}/etc/at.deny
mkdir docs mkdir docs
cp ${RPM_BUILD_ROOT}%{_prefix}/doc/at/* docs/ cp $RPM_BUILD_ROOT/%{_prefix}/doc/at/* docs/
install -m 755 $RPM_SOURCE_DIR/atd.init %{buildroot}/etc/rc.d/init.d/atd install -m 755 %{SOURCE2} %{buildroot}/etc/rc.d/init.d/atd
mv -f %{buildroot}/%{_mandir}/man5/at_allow.5 \ mv -f %{buildroot}/%{_mandir}/man5/at_allow.5 \
%{buildroot}/%{_mandir}/man5/at.allow.5 %{buildroot}/%{_mandir}/man5/at.allow.5
@ -127,6 +126,9 @@ fi
%attr(4755,root,root) %{_prefix}/bin/at %attr(4755,root,root) %{_prefix}/bin/at
%changelog %changelog
* Thu Aug 2 2001 Crutcher Dunnavant <crutcher@redhat.com> 3.1.8-20
- updated patch update, still bug #46546
* Mon Jul 18 2001 Crutcher Dunnavant <crutcher@redhat.com> * Mon Jul 18 2001 Crutcher Dunnavant <crutcher@redhat.com>
- applied enrico.scholz@informatik.tu-chemnitz.de's change to the env patch to - applied enrico.scholz@informatik.tu-chemnitz.de's change to the env patch to
- address bug #46546 - address bug #46546