[wss4j] introduce license macro

gil gil at fedoraproject.org
Wed Feb 11 14:39:04 UTC 2015


commit 4064881a4e21e516a6c108ed7a839e830304f5a0
Author: gil <puntogil at libero.it>
Date:   Wed Feb 11 15:38:48 2015 +0100

    introduce license macro

 wss4j.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/wss4j.spec b/wss4j.spec
index 40cf47d..4c02552 100644
--- a/wss4j.spec
+++ b/wss4j.spec
@@ -1,6 +1,6 @@
 Name:           wss4j 
 Version:        1.6.17
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Apache WS-Security implementation
 License:        ASL 2.0
 URL:            http://ws.apache.org/wss4j/
@@ -63,12 +63,16 @@ rm -r src/test/java/org/apache/ws/security/message/EncryptionCRLTest.java \
 
 %files -f .mfiles
 %dir %{_javadir}/%{name}
-%doc ChangeLog.txt NOTICE LICENSE.txt README.txt
+%doc ChangeLog.txt README.txt
+%license LICENSE.txt NOTICE
 
 %files javadoc -f .mfiles-javadoc
-%doc LICENSE.txt NOTICE
+%license LICENSE.txt NOTICE
 
 %changelog
+* Wed Feb 11 2015 gil cattaneo <puntogil at libero.it> 1.6.17-2
+- introduce license macro
+
 * Mon Oct 27 2014 gil cattaneo <puntogil at libero.it> 1.6.17-1
 - update to 1.6.17 (rhbz#1157304,1157306. security fix for CVE-2014-3623)
 


More information about the scm-commits mailing list