[popt] - Mark license as such, not documentation

Panu Matilainen pmatilai at fedoraproject.org
Thu Jun 26 09:31:15 UTC 2014


commit 7a45919538095b310dca03e0e539c30e87520ef1
Author: Panu Matilainen <pmatilai at redhat.com>
Date:   Thu Jun 26 12:31:12 2014 +0300

    - Mark license as such, not documentation

 popt.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/popt.spec b/popt.spec
index 5584d7e..d7290f0 100644
--- a/popt.spec
+++ b/popt.spec
@@ -1,7 +1,7 @@
 Summary:	C library for parsing command line parameters
 Name:		popt
 Version:	1.16
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	MIT
 Group:		System Environment/Libraries
 URL:		http://www.rpm5.org/
@@ -91,7 +91,8 @@ make check
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc CHANGES COPYING
+%license COPYING
+%doc CHANGES
 %{_sysconfdir}/popt.d
 %if 0%{?fedora} < 17 && 0%{?rhel} < 7
 /%{_lib}/libpopt.so.*
@@ -112,6 +113,9 @@ make check
 %{_libdir}/libpopt.a
 
 %changelog
+* Thu Jun 26 2014 Panu Matilainen <pmatilai at redhat.com> - 1.16-4
+- Mark license as such, not documentation
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.16-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list