[acl] fix license files

Tom Callaway spot at fedoraproject.org
Fri Jul 11 19:50:51 UTC 2014


commit 231dae96d1ec92a18d9a53e73e080c538d5739df
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Fri Jul 11 15:51:09 2014 -0400

    fix license files

 acl.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/acl.spec b/acl.spec
index 41c8abd..32177af 100644
--- a/acl.spec
+++ b/acl.spec
@@ -1,7 +1,7 @@
 Summary: Access control list utilities
 Name: acl
 Version: 2.2.52
-Release: 5%{?dist}
+Release: 6%{?dist}
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: gawk
 BuildRequires: gettext
@@ -102,7 +102,8 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}*
 %postun -n libacl -p /sbin/ldconfig
 
 %files -f %{name}.lang
-%doc doc/COPYING*
+%{!?_licensedir:%global license %%doc}
+%license doc/COPYING*
 %{_bindir}/chacl
 %{_bindir}/getfacl
 %{_bindir}/setfacl
@@ -121,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}*
 %{_libdir}/libacl.so.*
 
 %changelog
+* Fri Jul 11 2014 Tom Callaway <spot at fedoraproject.org> - 2.2.52-6
+- tag licenses properly
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2.52-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list