Accepting request 122941 from home:rudi_m:branches:Base:System

remove useless automake deps

OBS-URL: https://build.opensuse.org/request/show/122941
OBS-URL: https://build.opensuse.org/package/show/Base:System/acl?expand=0&rev=26
This commit is contained in:
Richard Biener 2012-05-31 08:49:37 +00:00 committed by Git OBS Bridge
parent 3b26dbf415
commit b11a90a533
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 30 13:48:17 UTC 2012 - sweet_f_a@gmx.de
- remove useless automake deps
-------------------------------------------------------------------
Mon Feb 13 10:43:59 UTC 2012 - coolo@suse.com

View File

@ -18,7 +18,6 @@
Name: acl
%define lname libacl1
BuildRequires: automake
BuildRequires: libattr-devel
Summary: Commands for Manipulating POSIX Access Control Lists
License: GPL-2.0+ ; LGPL-2.1+
@ -55,7 +54,8 @@ control lists.
%package -n libacl-devel
Summary: Include Files and Libraries mandatory for Development
Group: Development/Libraries/C and C++
Requires: %lname = %version, glibc-devel
Requires: %lname = %version
Requires: glibc-devel
# the .so file references libattr.so.x, so require libattr-devel
Requires: libattr-devel
Provides: acl-devel = %{version}
@ -78,8 +78,6 @@ to develop applications that require these.
%build
export OPTIMIZER="$RPM_OPT_FLAGS -fPIC"
export DEBUG=-DNDEBUG
aclocal --acdir=m4
autoconf
CFLAGS="$RPM_OPT_FLAGS"
%configure \
--prefix=/ \