Accepting request 82843 from home:jengelh:bl-a

- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build

OBS-URL: https://build.opensuse.org/request/show/82843
OBS-URL: https://build.opensuse.org/package/show/Base:System/at?expand=0&rev=38
This commit is contained in:
Vítězslav Čížek 2011-09-19 09:13:26 +00:00 committed by Git OBS Bridge
parent 66aed09810
commit d320fcc337
2 changed files with 7 additions and 12 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Sep 17 13:28:30 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build
-------------------------------------------------------------------
Fri May 13 07:45:00 UTC 2011 - vcizek@novell.com

13
at.spec
View File

@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: at
@ -24,7 +23,6 @@ BuildRequires: libselinux-devel
Url: ftp://ftp.debian.org/debian/pool/main/a/at
License: GPLv2+
Group: System/Daemons
AutoReqProv: on
Version: 3.1.8
Release: 1102
Summary: A Job Manager
@ -67,15 +65,6 @@ Recommends: smtp_daemon
%description
This program allows you to run jobs at specified times.
Authors:
--------
Thomas Koenig <ig25@rz.uni-karlsruhe.de>
David Parsons <orc@pell.chi.il.us>
Martin Schulze <joey@debian.org>
Siggy Brentrup <bsb@winnegan.de>
%prep
%setup -q
%patch0
@ -109,7 +98,7 @@ export SENDMAIL=%{_sbindir}/sendmail
--with-selinux \
--with-daemon_username=at \
--with-daemon_groupname=at
make
make %{?_smp_mflags}
%install
mkdir -p $RPM_BUILD_ROOT/etc/{init.d,pam.d}