From b217ad640b73e06512d5ce7c7a11291e1a55e069 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Fri, 11 Jul 2014 15:54:53 -0400 Subject: [PATCH 1/3] mark license files properly --- attr.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/attr.spec b/attr.spec index c96b1a2..8b606cc 100644 --- a/attr.spec +++ b/attr.spec @@ -1,7 +1,7 @@ Summary: Utilities for managing filesystem extended attributes Name: attr Version: 2.4.47 -Release: 7%{?dist} +Release: 8%{?dist} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source: http://download.savannah.gnu.org/releases-noredirect/attr/attr-%{version}.src.tar.gz @@ -111,7 +111,9 @@ rmdir "$RPM_BUILD_ROOT%{_mandir}/man2" %postun -n libattr -p /sbin/ldconfig %files -f %{name}.lang -%doc doc/{CHANGES,COPYING*} +%doc doc/CHANGES +%{!?_licensedir:%global license %%doc} +%license doc/COPYING* %{_bindir}/attr %{_bindir}/getfattr %{_bindir}/setfattr @@ -130,6 +132,9 @@ rmdir "$RPM_BUILD_ROOT%{_mandir}/man2" %config(noreplace) %{_sysconfdir}/xattr.conf %changelog +* Fri Jul 11 2014 Tom Callaway - 2.4.47-8 +- mark license files properly + * Sat Jun 07 2014 Fedora Release Engineering - 2.4.47-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild @@ -233,7 +238,7 @@ rmdir "$RPM_BUILD_ROOT%{_mandir}/man2" * Mon Jul 14 2008 Tom "spot" Callaway 2.4.41-2 - fix license tags -* Tue Feb 13 2008 Zdenek Prikryl 2.4.41-1 +* Wed Feb 13 2008 Zdenek Prikryl 2.4.41-1 - New version 2.4.41 - Removed useless attr-2.0.8-docperms.patch From a243decedba3dc71461390e3430769e2107ac50e Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 15 Aug 2014 21:44:40 +0000 Subject: [PATCH 2/3] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- attr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/attr.spec b/attr.spec index 8b606cc..041aa52 100644 --- a/attr.spec +++ b/attr.spec @@ -1,7 +1,7 @@ Summary: Utilities for managing filesystem extended attributes Name: attr Version: 2.4.47 -Release: 8%{?dist} +Release: 9%{?dist} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source: http://download.savannah.gnu.org/releases-noredirect/attr/attr-%{version}.src.tar.gz @@ -132,6 +132,9 @@ rmdir "$RPM_BUILD_ROOT%{_mandir}/man2" %config(noreplace) %{_sysconfdir}/xattr.conf %changelog +* Fri Aug 15 2014 Fedora Release Engineering - 2.4.47-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Fri Jul 11 2014 Tom Callaway - 2.4.47-8 - mark license files properly From c3c57c64c252072d13528e85c30f37a5a22d14e9 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Mon, 14 Sep 2015 12:40:18 +0200 Subject: [PATCH 3/3] Resolves: #1262605 - make libattr-devel not require man-pages --- attr.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/attr.spec b/attr.spec index 041aa52..1e5b452 100644 --- a/attr.spec +++ b/attr.spec @@ -1,7 +1,7 @@ Summary: Utilities for managing filesystem extended attributes Name: attr Version: 2.4.47 -Release: 9%{?dist} +Release: 10%{?dist} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source: http://download.savannah.gnu.org/releases-noredirect/attr/attr-%{version}.src.tar.gz @@ -40,9 +40,6 @@ Group: Development/Libraries License: LGPLv2+ Requires: libattr = %{version}-%{release} -# provides {,f,l}{get,list,remove,set}xattr.2 man pages -Requires: man-pages - %description -n libattr-devel This package contains header files and documentation needed to develop programs which make use of extended attributes. @@ -132,6 +129,9 @@ rmdir "$RPM_BUILD_ROOT%{_mandir}/man2" %config(noreplace) %{_sysconfdir}/xattr.conf %changelog +* Mon Sep 14 2015 Kamil Dudka 2.4.47-10 +- make libattr-devel not require man-pages (#1262605) + * Fri Aug 15 2014 Fedora Release Engineering - 2.4.47-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild