[stax-ex] introduce license macro

gil gil at fedoraproject.org
Thu Feb 12 17:21:50 UTC 2015


commit 50f9cfe80bb5e6796908e93766ae85ce8d5967c0
Author: gil <puntogil at libero.it>
Date:   Thu Feb 12 18:21:36 2015 +0100

    introduce license macro

 stax-ex.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/stax-ex.spec b/stax-ex.spec
index 93a927a..40b81d8 100644
--- a/stax-ex.spec
+++ b/stax-ex.spec
@@ -1,6 +1,6 @@
 Name:          stax-ex
 Version:       1.7.7
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       StAX API extensions
 License:       CDDL or GPLv2
 Url:           https://stax-ex.dev.java.net
@@ -57,12 +57,15 @@ dos2unix LICENSE.txt
 %mvn_install
 
 %files -f .mfiles
-%doc LICENSE.txt
+%license LICENSE.txt
 
 %files javadoc -f .mfiles-javadoc
-%doc LICENSE.txt
+%license LICENSE.txt
 
 %changelog
+* Thu Feb 12 2015 gil cattaneo <puntogil at libero.it> 1.7.7-2
+- introduce license macro
+
 * Wed Jan 21 2015 gil cattaneo <puntogil at libero.it> 1.7.7-1
 - update to 1.7.7
 


More information about the scm-commits mailing list