[ua-parser-java] introduce license macro

gil gil at fedoraproject.org
Fri Feb 13 17:12:15 UTC 2015


commit 3f8c4c34a0e9303ffd797d00ce6dc0ee021427c0
Author: gil <puntogil at libero.it>
Date:   Fri Feb 13 18:11:23 2015 +0100

    introduce license macro

 ua-parser-java.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/ua-parser-java.spec b/ua-parser-java.spec
index ddb8680..3c0af22 100644
--- a/ua-parser-java.spec
+++ b/ua-parser-java.spec
@@ -1,7 +1,7 @@
 %global oname ua-parser
 Name:          ua-parser-java
 Version:       1.3.0
-Release:       2%{?dist}
+Release:       3%{?dist}
 Summary:       Java implementation of user agent parser
 License:       ASL 2.0
 URL:           https://github.com/tobie/ua-parser/
@@ -48,12 +48,16 @@ cd java
 %mvn_install
 
 %files -f java/.mfiles
-%doc java/LICENSE java/README.md
+%doc java/README.md
+%license java/LICENSE
 
 %files javadoc -f java/.mfiles-javadoc
-%doc java/LICENSE
+%license java/LICENSE
 
 %changelog
+* Fri Feb 13 2015 gil cattaneo <puntogil at libero.it> 1.3.0-3
+- introduce license macro
+
 * Mon Jan 19 2015 gil cattaneo <puntogil at libero.it> 1.3.0-2
 - rebuilt for regenerate rpm {osgi,maven}.prov, {osgi,maven}.req
 


More information about the scm-commits mailing list