[python-javaobj] introduce license macro

Raphael Groner raphgro at fedoraproject.org
Wed Jan 28 22:38:10 UTC 2015


commit 956d6942a25645286b5ca934351095f91e81c14e
Author: Raphael Groner <projects.rg (AT) smart.ms>
Date:   Wed Jan 28 23:37:57 2015 +0100

    introduce license macro

 python-javaobj.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/python-javaobj.spec b/python-javaobj.spec
index e16b535..53eb052 100644
--- a/python-javaobj.spec
+++ b/python-javaobj.spec
@@ -9,7 +9,7 @@
 
 Name:           python-%{module}
 Version:        0
-Release:        0.4.%{date}git%{scommit}%{?dist}
+Release:        0.5.%{date}git%{scommit}%{?dist}
 Summary:        Python module for serializing and deserializing Java objects
 License:        ASL 2.0
 URL:            https://code.google.com/p/%{name}
@@ -69,11 +69,15 @@ popd
 
  
 %files
-%doc LICENSE %{readme} tests/
+%license LICENSE
+%doc %{readme} tests/
 %{python2_sitelib}/%{module}*
 
 
 %changelog
+* Wed Jan 28 2015 Raphael Groner <projects.rg [AT] smart.ms> - 0-0.5.20131228gitb8ae821
+- introduce license macro
+
 * Tue Jan 06 2015 Raphael Groner <projects.rg [AT] smart.ms> - 0-0.4.20131228gitb8ae821
 - BR python2
 


More information about the scm-commits mailing list