Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
857660e1d9 |
1 changed files with 6 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Summary: Utilities for managing filesystem extended attributes
|
||||
Name: attr
|
||||
Version: 2.4.46
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Conflicts: xfsdump < 2.0.0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Source: http://download.savannah.gnu.org/releases-noredirect/attr/attr-%{version}.src.tar.gz
|
||||
|
|
@ -47,13 +47,13 @@ This package contains the libattr.so dynamic library which contains
|
|||
the extended attribute system calls and library functions.
|
||||
|
||||
%package -n libattr-devel
|
||||
Summary: Extended attribute static libraries and headers
|
||||
Summary: Files needed for building programs with libattr
|
||||
Group: Development/Libraries
|
||||
License: LGPLv2+
|
||||
Requires: libattr = %{version}-%{release}
|
||||
|
||||
%description -n libattr-devel
|
||||
This package contains the libraries and header files needed to
|
||||
This package contains header files and documentation needed to
|
||||
develop programs which make use of extended attributes.
|
||||
For Linux programs, the documented system call API is the
|
||||
recommended interface, but an SGI IRIX compatibility interface
|
||||
|
|
@ -149,6 +149,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
/%{_lib}/libattr.so.*
|
||||
|
||||
%changelog
|
||||
* Wed May 02 2012 Kamil Dudka <kdudka@redhat.com> 2.4.46-3
|
||||
- do not mention static libraries in the summary of libattr-devel (#817953)
|
||||
|
||||
* Fri May 06 2011 Kamil Dudka <kdudka@redhat.com> 2.4.46-2
|
||||
- update project URL (#702636)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue