]> git.pld-linux.org Git - packages/at.git/blobdiff - at.spec
- release 17
[packages/at.git] / at.spec
diff --git a/at.spec b/at.spec
index 77d83f2a80d8cb10ef12d041b1e55f373858ff01..378cab409df5dd1fdc68e98a3938f61e9428bbef 100644 (file)
--- a/at.spec
+++ b/at.spec
@@ -8,32 +8,39 @@ Version:      3.1.8
 Release:       16
 License:       GPL
 Group:         Daemons
+Group(de):     Server
 Group(pl):     Serwery
 Source0:       ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/%{name}-%{version}.tar.gz
-Source1:       atd.init
-Source2:       at.sysconfig
-Source3:       at.1.pl
-Source4:       at_allow.5.pl
-Source5:       atd.8.pl
-Source6:       atrun.8.pl
-Patch0:                at-lockfile.patch
-Patch1:                at-install.patch
-Patch2:                at-man.patch
-Patch3:                at.patch
-Patch4:                at-typo.patch
-Patch5:                at-sigchld.patch
-Patch6:                at-sendmail.patch
+Source1:       %{name}d.init
+Source2:       %{name}.sysconfig
+Source3:       %{name}.1.pl
+Source4:       %{name}_allow.5.pl
+Source5:       %{name}d.8.pl
+Source6:       %{name}run.8.pl
+Patch0:                %{name}-lockfile.patch
+Patch1:                %{name}-install.patch
+Patch2:                %{name}-man.patch
+Patch3:                %{name}.patch
+Patch4:                %{name}-typo.patch
+Patch5:                %{name}-sigchld.patch
+Patch6:                %{name}-sendmail.patch
+Patch7:                %{name}-debian.patch
+Patch8:                %{name}-buflen.patch
 Prereq:                fileutils
 Prereq:                /sbin/chkconfig
-Requires:      rc-scripts >= 0.2.0
+Prereq:                rc-scripts >= 0.2.0
 Requires:      /usr/lib/sendmail
+BuildRequires: autoconf
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir     /etc/at
 
 %description
-at and batch read commands from standard input or a specified file
-which are to be executed at a later time, using /bin/sh.
+At and batch read commands from standard input or from a specified
+file. At allows you to specify that a command will be run at a
+particular time (now or a specified time in the future). Batch will
+execute commands when the system load levels drop to a particular
+level. Both commands use /bin/sh to run the commands.
 
 %description -l de
 Stapelverarbeitung von Lesebefehlen von einer Standard- oder einer
@@ -62,11 +69,11 @@ at ve batch /bin/sh kabu
 %patch4 -p1 
 %patch5 -p1 
 %patch6 -p1
+%patch7 -p1
+%patch8 -p1
 
 %build
-aclocal
 autoconf
-LDFLAGS="-s"; export LDFLAGS
 %configure \
        --with-atspool=/var/spool/at/spool \
        --with-jobdir=/var/spool/at \
This page took 0.097157 seconds and 4 git commands to generate.