From b11a90a533dfe5e3c84f71cce22ae190118832aad547f8e9f775fa9562033718 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Thu, 31 May 2012 08:49:37 +0000 Subject: [PATCH] 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 --- acl.changes | 5 +++++ acl.spec | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/acl.changes b/acl.changes index c030792..7bbe696 100644 --- a/acl.changes +++ b/acl.changes @@ -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 diff --git a/acl.spec b/acl.spec index 08a63cb..1d2f6b9 100644 --- a/acl.spec +++ b/acl.spec @@ -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=/ \