[lua-lgi] Mark license with %license.

Thomas Moschny thm at fedoraproject.org
Sat Mar 14 17:20:41 UTC 2015


commit fecf7ba322c6619ace67d63c83c9cf82c35f44bf
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Sat Mar 14 18:20:31 2015 +0100

    Mark license with %license.

 lua-lgi.spec | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/lua-lgi.spec b/lua-lgi.spec
index 29c4efa..ed3972b 100644
--- a/lua-lgi.spec
+++ b/lua-lgi.spec
@@ -12,7 +12,7 @@
 
 Name:		lua-lgi
 Version:	0.8.0
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Lua bindings to GObject libraries
 License:	MIT
 URL:		https://github.com/pavouk/lgi
@@ -73,7 +73,7 @@ make install \
 
 # install docs
 mkdir -p %{buildroot}%{_pkgdocdir}
-cp -av LICENSE README.html docs/*.html \
+cp -av README.html docs/*.html \
   %{buildroot}%{_pkgdocdir}
 cp -av samples %{buildroot}%{_pkgdocdir}
 find %{buildroot}%{_pkgdocdir} -type f \
@@ -88,7 +88,7 @@ find %{buildroot}%{_pkgdocdir} -type f \
 
 %files
 %dir %{_pkgdocdir}
-%{_pkgdocdir}/LICENSE
+%license LICENSE
 %{_pkgdocdir}/*.html
 %{luapkgdir}/lgi.lua
 %{luapkgdir}/lgi
@@ -100,6 +100,9 @@ find %{buildroot}%{_pkgdocdir} -type f \
 
 
 %changelog
+* Sat Mar 14 2015 Thomas Moschny <thomas.moschny at gmx.de> - 0.8.0-4
+- Mark license with %%license.
+
 * Fri Jan 16 2015 Tom Callaway <spot at fedoraproject.org> - 0.8.0-3
 - rebuild for lua 5.3
 


More information about the scm-commits mailing list