introduce license macro
This commit is contained in:
parent
57de522ebb
commit
3f8c4c34a0
1 changed files with 7 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue