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