Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c3c57c64c2 | ||
|
|
a243decedb | ||
|
|
b217ad640b |
1 changed files with 14 additions and 6 deletions
20
attr.spec
20
attr.spec
|
|
@ -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.47
|
Version: 2.4.47
|
||||||
Release: 7%{?dist}
|
Release: 10%{?dist}
|
||||||
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
|
||||||
|
|
||||||
|
|
@ -40,9 +40,6 @@ Group: Development/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Requires: libattr = %{version}-%{release}
|
Requires: libattr = %{version}-%{release}
|
||||||
|
|
||||||
# provides {,f,l}{get,list,remove,set}xattr.2 man pages
|
|
||||||
Requires: man-pages
|
|
||||||
|
|
||||||
%description -n libattr-devel
|
%description -n libattr-devel
|
||||||
This package contains header files and documentation 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.
|
||||||
|
|
@ -111,7 +108,9 @@ rmdir "$RPM_BUILD_ROOT%{_mandir}/man2"
|
||||||
%postun -n libattr -p /sbin/ldconfig
|
%postun -n libattr -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%doc doc/{CHANGES,COPYING*}
|
%doc doc/CHANGES
|
||||||
|
%{!?_licensedir:%global license %%doc}
|
||||||
|
%license doc/COPYING*
|
||||||
%{_bindir}/attr
|
%{_bindir}/attr
|
||||||
%{_bindir}/getfattr
|
%{_bindir}/getfattr
|
||||||
%{_bindir}/setfattr
|
%{_bindir}/setfattr
|
||||||
|
|
@ -130,6 +129,15 @@ rmdir "$RPM_BUILD_ROOT%{_mandir}/man2"
|
||||||
%config(noreplace) %{_sysconfdir}/xattr.conf
|
%config(noreplace) %{_sysconfdir}/xattr.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 14 2015 Kamil Dudka <kdudka@redhat.com> 2.4.47-10
|
||||||
|
- make libattr-devel not require man-pages (#1262605)
|
||||||
|
|
||||||
|
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.47-9
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 11 2014 Tom Callaway <spot@fedoraproject.org> - 2.4.47-8
|
||||||
|
- mark license files properly
|
||||||
|
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.47-7
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.47-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
|
@ -233,7 +241,7 @@ rmdir "$RPM_BUILD_ROOT%{_mandir}/man2"
|
||||||
* Mon Jul 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.4.41-2
|
* Mon Jul 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.4.41-2
|
||||||
- fix license tags
|
- fix license tags
|
||||||
|
|
||||||
* Tue Feb 13 2008 Zdenek Prikryl <zprikryl@redhat.com> 2.4.41-1
|
* Wed Feb 13 2008 Zdenek Prikryl <zprikryl@redhat.com> 2.4.41-1
|
||||||
- New version 2.4.41
|
- New version 2.4.41
|
||||||
- Removed useless attr-2.0.8-docperms.patch
|
- Removed useless attr-2.0.8-docperms.patch
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue