introduce license macro

This commit is contained in:
gil 2015-02-13 18:11:23 +01:00
commit 3f8c4c34a0

View file

@ -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@libero.it> 1.3.0-3
- introduce license macro
* Mon Jan 19 2015 gil cattaneo <puntogil@libero.it> 1.3.0-2
- rebuilt for regenerate rpm {osgi,maven}.prov, {osgi,maven}.req