Accepting request 97323 from Base:System
add autoconf to buildrequires (forwarded request 97317 from coolo) OBS-URL: https://build.opensuse.org/request/show/97323 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/at?expand=0&rev=42
This commit is contained in:
commit
94e8fda343
10
at.changes
10
at.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 20 19:56:52 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- add autoconf as buildrequire to avoid implicit dependency
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 20 11:26:55 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- remove call to suse_update_config (very old work around)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 5 19:19:40 UTC 2011 - crrodriguez@opensuse.org
|
Mon Dec 5 19:19:40 UTC 2011 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
13
at.spec
13
at.spec
@ -16,16 +16,18 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: at
|
Name: at
|
||||||
BuildRequires: bison flex pam-devel
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: bison
|
||||||
|
BuildRequires: flex
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
|
BuildRequires: pam-devel
|
||||||
Url: ftp://ftp.debian.org/debian/pool/main/a/at
|
Url: ftp://ftp.debian.org/debian/pool/main/a/at
|
||||||
|
Version: 3.1.8
|
||||||
|
Release: 0
|
||||||
|
Summary: A Job Manager
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/Daemons
|
Group: System/Daemons
|
||||||
Version: 3.1.8
|
|
||||||
Release: 1102
|
|
||||||
Summary: A Job Manager
|
|
||||||
Source: at_3.1.8-11.tar.gz
|
Source: at_3.1.8-11.tar.gz
|
||||||
Source1: atd.init
|
Source1: atd.init
|
||||||
Source2: atd.pamd
|
Source2: atd.pamd
|
||||||
@ -96,7 +98,6 @@ This program allows you to run jobs at specified times.
|
|||||||
%patch19
|
%patch19
|
||||||
|
|
||||||
%build
|
%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
|
rm -fv y.tab.c y.tab.h lex.yy.c lex.yy.o y.tab.o
|
||||||
autoconf
|
autoconf
|
||||||
export SENDMAIL=%{_sbindir}/sendmail
|
export SENDMAIL=%{_sbindir}/sendmail
|
||||||
|
Loading…
x
Reference in New Issue
Block a user