[qpid-proton-java] introduce license macro

gil gil at fedoraproject.org
Fri Feb 13 02:35:19 UTC 2015


commit e9d8b27087fd2fa4411fed9c438b74e10a964d9a
Author: gil <puntogil at libero.it>
Date:   Fri Feb 13 03:35:04 2015 +0100

    introduce license macro

 qpid-proton-java.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/qpid-proton-java.spec b/qpid-proton-java.spec
index cf197d9..5b7d358 100644
--- a/qpid-proton-java.spec
+++ b/qpid-proton-java.spec
@@ -1,6 +1,6 @@
 Name:          qpid-proton-java
 Version:       0.8
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       Java libraries for Qpid Proton
 License:       ASL 2.0
 URL:           http://qpid.apache.org/proton/
@@ -59,13 +59,16 @@ rm -r contrib/proton-hawtdispatch/src/test/java/org/apache/qpid/proton/hawtdispa
 
 %files -f .mfiles
 %dir %{_javadir}/%{name}
-%doc proton-j/LICENSE
+%license proton-j/LICENSE
 %doc examples/messenger/java/README.txt
 
 %files javadoc -f .mfiles-javadoc
-%doc proton-j/LICENSE
+%license proton-j/LICENSE
 
 %changelog
+* Thu Feb 12 2015 gil cattaneo <puntogil at libero.it> 0.8-2
+- introduce license macro
+
 * Tue Jan 20 2015 gil cattaneo <puntogil at libero.it> 0.8-1
 - Update to 0.8.
 


More information about the scm-commits mailing list