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:
parent
3b26dbf415
commit
b11a90a533
@ -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
|
Mon Feb 13 10:43:59 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
6
acl.spec
6
acl.spec
@ -18,7 +18,6 @@
|
|||||||
|
|
||||||
Name: acl
|
Name: acl
|
||||||
%define lname libacl1
|
%define lname libacl1
|
||||||
BuildRequires: automake
|
|
||||||
BuildRequires: libattr-devel
|
BuildRequires: libattr-devel
|
||||||
Summary: Commands for Manipulating POSIX Access Control Lists
|
Summary: Commands for Manipulating POSIX Access Control Lists
|
||||||
License: GPL-2.0+ ; LGPL-2.1+
|
License: GPL-2.0+ ; LGPL-2.1+
|
||||||
@ -55,7 +54,8 @@ control lists.
|
|||||||
%package -n libacl-devel
|
%package -n libacl-devel
|
||||||
Summary: Include Files and Libraries mandatory for Development
|
Summary: Include Files and Libraries mandatory for Development
|
||||||
Group: Development/Libraries/C and C++
|
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
|
# the .so file references libattr.so.x, so require libattr-devel
|
||||||
Requires: libattr-devel
|
Requires: libattr-devel
|
||||||
Provides: acl-devel = %{version}
|
Provides: acl-devel = %{version}
|
||||||
@ -78,8 +78,6 @@ to develop applications that require these.
|
|||||||
%build
|
%build
|
||||||
export OPTIMIZER="$RPM_OPT_FLAGS -fPIC"
|
export OPTIMIZER="$RPM_OPT_FLAGS -fPIC"
|
||||||
export DEBUG=-DNDEBUG
|
export DEBUG=-DNDEBUG
|
||||||
aclocal --acdir=m4
|
|
||||||
autoconf
|
|
||||||
CFLAGS="$RPM_OPT_FLAGS"
|
CFLAGS="$RPM_OPT_FLAGS"
|
||||||
%configure \
|
%configure \
|
||||||
--prefix=/ \
|
--prefix=/ \
|
||||||
|
Loading…
Reference in New Issue
Block a user