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=/ \