Accepting request 133893 from Base:System
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/133893 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/acl?expand=0&rev=29
This commit is contained in:
commit
77e4f808df
@ -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
|
||||
|
||||
|
6
acl.spec
6
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=/ \
|
||||
|
Loading…
Reference in New Issue
Block a user