OBS User unknown
2009-01-08 13:50:40 +00:00
committed by Git OBS Bridge
parent 53cffb596f
commit 934542a79e
11 changed files with 212 additions and 246 deletions

51
at.spec
View File

@@ -1,7 +1,7 @@
#
# spec file for package at (Version 3.1.8)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,24 +26,24 @@ License: GPL v2 or later
Group: System/Daemons
AutoReqProv: on
Version: 3.1.8
Release: 1068
Release: 1069
Summary: A Job Manager
Source: at_3.1.8-11.tar.gz
Source1: atd.init
Source2: atd.pamd
Source3: sysconfig.atd
Patch: at-%{version}.dif
Patch1: at-%{version}-bison.patch
Patch2: at-%{version}-delete_r.patch
Patch3: at-%{version}-ttime.patch
Patch4: at-%{version}-joblist.patch
Patch6: at-selinux-20040909.patch
Patch7: at-%{version}-pie.patch
Patch8: at-%{version}-eal3-manpages.dif
Patch9: at-%{version}-formatbugs.dif
Patch10: at-3.1.8-pam.diff
Patch11: at-3.1.8_massive_batch.patch
Patch12: at-documentation-dir.diff
Patch0: %{name}-%{version}.patch
Patch1: %{name}-%{version}-bison.patch
Patch2: %{name}-%{version}-delete_r.patch
Patch3: %{name}-%{version}-ttime.patch
Patch4: %{name}-%{version}-joblist.patch
Patch5: %{name}-%{version}-selinux.patch
Patch6: %{name}-%{version}-pie.patch
Patch7: %{name}-%{version}-eal3-manpages.patch
Patch8: %{name}-%{version}-formatbugs.patch
Patch9: %{name}-%{version}-pam.patch
Patch10: %{name}-%{version}-massive_batch.patch
Patch11: %{name}-%{version}-documentation-dir.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: /usr/sbin/useradd /usr/sbin/groupadd %fillup_prereq %insserv_prereq
@@ -60,29 +60,30 @@ Authors:
Siggy Brentrup <bsb@winnegan.de>
%prep
%setup
%patch
%setup -q
%patch0
%patch1
%patch2
%patch3
%patch4
%patch6 -p1
%patch7 -p1
%patch5
%patch6
%patch7
%patch8
%patch9
%patch10
%patch11
%patch12 -p1
%build
%{?suse_update_config:%{suse_update_config -f}}
rm -fv y.tab.c y.tab.h lex.yy.c lex.yy.o y.tab.o
autoconf
export CFLAGS="$RPM_OPT_FLAGS"
export SENDMAIL=/usr/sbin/sendmail
./configure --prefix=%{_prefix} --with-pam --with-selinux \
--with-daemon_username=at --with-daemon_groupname=at \
--mandir=%{_mandir}
%configure \
--with-pam \
--with-selinux \
--with-daemon_username=at \
--with-daemon_groupname=at
make
%install
@@ -148,6 +149,8 @@ fi
/var/adm/fillup-templates/sysconfig.atd
%changelog
* Thu Jan 08 2009 prusnak@suse.cz
- corrected selinux.patch [bnc#463521]
* Wed Oct 08 2008 bwalle@suse.de
- Fix documentation directory in at(1).
* Mon Sep 01 2008 puzel@suse.cz
@@ -225,7 +228,7 @@ fi
- don't activate by default
* Mon May 19 2003 ro@suse.de
- fix filelist
* Tue May 13 2003 ro@suse.de
* Mon May 12 2003 ro@suse.de
- use defattr
* Tue Mar 11 2003 ro@suse.de
- fix postinstall for updates (appeared in #24653)