SHA256
3
0
forked from pool/attr

Accepting request 97324 from Base:System

add autoconf to buildrequires (forwarded request 97191 from coolo)

OBS-URL: https://build.opensuse.org/request/show/97324
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/attr?expand=0&rev=28
This commit is contained in:
Stephan Kulow 2011-12-21 08:59:14 +00:00 committed by Git OBS Bridge
commit 41d4d05c30
2 changed files with 10 additions and 14 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 20 11:27:17 UTC 2011 - coolo@suse.com
- add autoconf as buildrequire to avoid implicit dependency
-------------------------------------------------------------------
Fri Oct 14 12:12:20 UTC 2011 - afaerber@suse.com

View File

@ -15,23 +15,20 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: attr
%define lname libattr1
Group: System/Filesystems
AutoReqProv: on
Summary: Commands for Manipulating Extended Attributes
License: GPL-2.0+ ; LGPL-2.1+
Group: System/Filesystems
Version: 2.4.46
Release: 1
Release: 0
Source: %{name}-%{version}.src.tar.gz
Source1: xattr.conf
Source2: baselibs.conf
Patch0: builddefs.in.diff
Url: http://download.savannah.gnu.org/releases-noredirect/attr/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
License: GPL-2.0+ ; LGPL-2.1+
BuildRequires: autoconf
Conflicts: xfsdump < 2.0.0
%description
@ -41,15 +38,13 @@ is also provided, which is largely compatible with the SGI IRIX tool of
the same name.
%package -n %lname
License: GPL-2.0+ ; LGPL-2.1+
Summary: A dynamic library for filesystem extended attribute support
AutoReqProv: on
Group: System/Libraries
# bug437293
%ifarch ppc64
Obsoletes: libattr-64bit
%endif
#
Group: System/Libraries
Obsoletes: libattr < %version-%release
Provides: libattr = %version-%release
@ -58,9 +53,7 @@ This package contains the libattr.so dynamic library, which contains
the extended attribute library functions.
%package -n libattr-devel
License: GPL-2.0+ ; LGPL-2.1+
Summary: Include Files and Libraries mandatory for Development
AutoReqProv: on
Group: Development/Libraries/C and C++
Provides: attr-devel
Obsoletes: attr-devel
@ -78,9 +71,7 @@ documented system call API is the recommended interface, but an SGI
IRIX compatibility interface is also provided.
%package -n libattr-devel-static
License: GPL-2.0+ ; LGPL-2.1+
Summary: Include Files and Libraries mandatory for Development
AutoReqProv: on
Group: Development/Libraries/C and C++
Provides: libattr-devel:%{_libdir}/libattr.a
Requires: libattr-devel = %version