Accepting request 94439 from home:coolo:removeautomake
add automake to buildrequires OBS-URL: https://build.opensuse.org/request/show/94439 OBS-URL: https://build.opensuse.org/package/show/Base:System/acl?expand=0&rev=21
This commit is contained in:
parent
7d80f3d24c
commit
028260c2a8
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 30 09:20:53 UTC 2011 - coolo@suse.com
|
||||
|
||||
- add automake as buildrequire to avoid implicit dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 20 14:17:28 UTC 2011 - crrodriguez@opensuse.org
|
||||
|
||||
|
23
acl.spec
23
acl.spec
@ -15,14 +15,12 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: acl
|
||||
%define lname libacl1
|
||||
BuildRequires: libattr-devel
|
||||
BuildRequires: automake libattr-devel
|
||||
Group: System/Filesystems
|
||||
AutoReqProv: on
|
||||
Summary: Commands for Manipulating POSIX Access Control Lists
|
||||
Version: 2.2.51
|
||||
Release: 1
|
||||
@ -31,20 +29,14 @@ Source2: baselibs.conf
|
||||
Patch0: builddefs.in.diff
|
||||
Patch1: acl-fiximplicit.patch
|
||||
Url: http://download.savannah.gnu.org/releases-noredirect/acl/
|
||||
License: GPLv2+ ; LGPLv2.1+
|
||||
License: GPL-2+; LGPL-2.1+
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
getfacl and setfacl commands for retrieving and setting POSIX access
|
||||
control lists.
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Andreas Gruenbacher <a.gruenbacher@computer.org>
|
||||
SGI
|
||||
|
||||
%package -n %lname
|
||||
License: GPLv2+ ; LGPLv2.1+
|
||||
Summary: A dynamic library for accessing POSIX Access Control Lists
|
||||
Group: System/Libraries
|
||||
# bug437293
|
||||
@ -60,15 +52,8 @@ This package contains the libacl.so dynamic library which contains the
|
||||
POSIX 1003.1e draft standard 17 functions for manipulating access
|
||||
control lists.
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Andreas Gruenbacher <a.gruenbacher@computer.org>
|
||||
SGI
|
||||
|
||||
%package -n libacl-devel
|
||||
License: GPLv2+ ; LGPLv2.1+
|
||||
Summary: Include Files and Libraries mandatory for Development
|
||||
AutoReqProv: on
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %lname = %version, glibc-devel
|
||||
# the .so file references libattr.so.x, so require libattr-devel
|
||||
@ -85,10 +70,6 @@ Obsoletes: libacl-devel-64bit
|
||||
This package contains all necessary include files and libraries needed
|
||||
to develop applications that require these.
|
||||
|
||||
Authors:
|
||||
--------
|
||||
SGI
|
||||
|
||||
%prep
|
||||
%setup -q -n acl-%version
|
||||
%patch0 -p1
|
||||
|
Loading…
Reference in New Issue
Block a user