SHA256
3
0
forked from pool/acl

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:
Andreas Jaeger 2011-11-30 09:30:46 +00:00 committed by Git OBS Bridge
parent 7d80f3d24c
commit 028260c2a8
2 changed files with 7 additions and 21 deletions

View File

@ -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 Tue Sep 20 14:17:28 UTC 2011 - crrodriguez@opensuse.org

View File

@ -15,14 +15,12 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
Name: acl Name: acl
%define lname libacl1 %define lname libacl1
BuildRequires: libattr-devel BuildRequires: automake libattr-devel
Group: System/Filesystems Group: System/Filesystems
AutoReqProv: on
Summary: Commands for Manipulating POSIX Access Control Lists Summary: Commands for Manipulating POSIX Access Control Lists
Version: 2.2.51 Version: 2.2.51
Release: 1 Release: 1
@ -31,20 +29,14 @@ Source2: baselibs.conf
Patch0: builddefs.in.diff Patch0: builddefs.in.diff
Patch1: acl-fiximplicit.patch Patch1: acl-fiximplicit.patch
Url: http://download.savannah.gnu.org/releases-noredirect/acl/ Url: http://download.savannah.gnu.org/releases-noredirect/acl/
License: GPLv2+ ; LGPLv2.1+ License: GPL-2+; LGPL-2.1+
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
getfacl and setfacl commands for retrieving and setting POSIX access getfacl and setfacl commands for retrieving and setting POSIX access
control lists. control lists.
Authors:
--------
Andreas Gruenbacher <a.gruenbacher@computer.org>
SGI
%package -n %lname %package -n %lname
License: GPLv2+ ; LGPLv2.1+
Summary: A dynamic library for accessing POSIX Access Control Lists Summary: A dynamic library for accessing POSIX Access Control Lists
Group: System/Libraries Group: System/Libraries
# bug437293 # 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 POSIX 1003.1e draft standard 17 functions for manipulating access
control lists. control lists.
Authors:
--------
Andreas Gruenbacher <a.gruenbacher@computer.org>
SGI
%package -n libacl-devel %package -n libacl-devel
License: GPLv2+ ; LGPLv2.1+
Summary: Include Files and Libraries mandatory for Development Summary: Include Files and Libraries mandatory for Development
AutoReqProv: on
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: %lname = %version, glibc-devel Requires: %lname = %version, glibc-devel
# the .so file references libattr.so.x, so require libattr-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 This package contains all necessary include files and libraries needed
to develop applications that require these. to develop applications that require these.
Authors:
--------
SGI
%prep %prep
%setup -q -n acl-%version %setup -q -n acl-%version
%patch0 -p1 %patch0 -p1