|
@@ -4,7 +4,7 @@ Summary: Job spooling tools.
|
|
Summary(ja): ジョブスプーリングツール
|
|
Summary(ja): ジョブスプーリングツール
|
|
Name: at
|
|
Name: at
|
|
Version: 3.1.13
|
|
Version: 3.1.13
|
|
-Release: 3%{?_dist_release}
|
|
+Release: 4%{?_dist_release}
|
|
License: GPLv2+ and ISC
|
|
License: GPLv2+ and ISC
|
|
Group: System Environment/Daemons
|
|
Group: System Environment/Daemons
|
|
URL: http://ftp.debian.org/debian/pool/main/a/at
|
|
URL: http://ftp.debian.org/debian/pool/main/a/at
|
|
@@ -23,9 +23,12 @@ Patch6: at-3.1.13-selinux.patch
|
|
Patch7: at-3.1.12-nowrap.patch
|
|
Patch7: at-3.1.12-nowrap.patch
|
|
Patch8: at-3.1.12-fix_no_export.patch
|
|
Patch8: at-3.1.12-fix_no_export.patch
|
|
Patch9: at-3.1.13-mailwithhostname.patch
|
|
Patch9: at-3.1.13-mailwithhostname.patch
|
|
-# Patch10: at-3.1.13-usePOSIXtimers.patch
|
|
+Patch10: at-3.1.13-usePOSIXtimers.patch
|
|
Patch11: at-3.1.13-help.patch
|
|
Patch11: at-3.1.13-help.patch
|
|
|
|
|
|
|
|
+# http://mantis.vinelinux.org/view.php?id=2483
|
|
|
|
+Patch20: at-3.1.13-usePOSIXtimers-fix.patch
|
|
|
|
+
|
|
BuildRequires: fileutils
|
|
BuildRequires: fileutils
|
|
BuildRequires: chkconfig
|
|
BuildRequires: chkconfig
|
|
BuildRequires: flex
|
|
BuildRequires: flex
|
|
@@ -75,9 +78,11 @@ cp %{SOURCE1} .
|
|
%patch7 -p1 -b .nowrap
|
|
%patch7 -p1 -b .nowrap
|
|
%patch8 -p1 -b .export
|
|
%patch8 -p1 -b .export
|
|
%patch9 -p1 -b .mail
|
|
%patch9 -p1 -b .mail
|
|
-#patch10 -p1 -b .posix
|
|
+%patch10 -p1 -b .posix
|
|
%patch11 -p1 -b .help
|
|
%patch11 -p1 -b .help
|
|
|
|
|
|
|
|
+%patch20 -p1 -b .posix-fix
|
|
|
|
+
|
|
%build
|
|
%build
|
|
# patch10 touches configure.in
|
|
# patch10 touches configure.in
|
|
autoconf
|
|
autoconf
|
|
@@ -176,6 +181,10 @@ fi
|
|
%attr(4755,root,root) %{_bindir}/at
|
|
%attr(4755,root,root) %{_bindir}/at
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Nov 10 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1.13-4
|
|
|
|
+- re-add Patch10 and Patch12 to use posix timer
|
|
|
|
+ - http://mantis.vinelinux.org/view.php?id=2483
|
|
|
|
+
|
|
* Sat Nov 10 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1.13-3
|
|
* Sat Nov 10 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1.13-3
|
|
- remove Patch10
|
|
- remove Patch10
|
|
- atd doesn't execute queued job until the next jobs is queued.
|
|
- atd doesn't execute queued job until the next jobs is queued.
|