[springframework-ws] introduce license macro

gil gil at fedoraproject.org
Wed Feb 11 21:02:49 UTC 2015


commit c853ecd088d2e65be398dc977372484652afd387
Author: gil <puntogil at libero.it>
Date:   Wed Feb 11 22:02:29 2015 +0100

    introduce license macro

 springframework-ws.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/springframework-ws.spec b/springframework-ws.spec
index 55f760e..e786cdd 100644
--- a/springframework-ws.spec
+++ b/springframework-ws.spec
@@ -3,7 +3,7 @@
 %global oname spring-ws
 Name:          springframework-ws
 Version:       2.1.1
-Release:       4%{?dist}
+Release:       5%{?dist}
 Summary:       Spring Web Services
 License:       ASL 2.0
 URL:           http://projects.spring.io/spring-ws/
@@ -230,12 +230,16 @@ sed -i 's/\r//' notice.txt
 
 %files -f .mfiles
 %dir %{_javadir}/%{name}
-%doc changelog.txt license.txt notes.txt notice.txt readme.txt
+%doc changelog.txt notes.txt readme.txt
+%license license.txt notice.txt
 
 %files javadoc -f .mfiles-javadoc
-%doc license.txt notice.txt
+%license license.txt notice.txt
 
 %changelog
+* Wed Feb 11 2015 gil cattaneo <puntogil at libero.it> 2.1.1-5
+- introduce license macro
+
 * Tue Dec 30 2014 gil cattaneo <puntogil at libero.it> 2.1.1-4
 - add Smack 4 support
 


More information about the scm-commits mailing list