introduce license macro
This commit is contained in:
parent
fe9d170112
commit
d9ecd8769e
1 changed files with 7 additions and 3 deletions
10
annogen.spec
10
annogen.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: annogen
|
||||
Version: 0.1.0
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Summary: Java framework for JSR-175 annotations
|
||||
License: ASL 2.0
|
||||
URL: http://annogen.codehaus.org/
|
||||
|
|
@ -60,12 +60,16 @@ ant docs
|
|||
%mvn_install -J build/docs
|
||||
|
||||
%files -f .mfiles
|
||||
%doc license/LICENSE.txt license/NOTICE.txt examples/
|
||||
%doc examples/
|
||||
%license license/LICENSE.txt license/NOTICE.txt
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%doc license/LICENSE.txt
|
||||
%license license/LICENSE.txt license/NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Thu Jan 29 2015 gil cattaneo <puntogil@libero.it> 0.1.0-10
|
||||
- introduce license macro
|
||||
|
||||
* Thu Oct 23 2014 gil cattaneo <puntogil@libero.it> 0.1.0-9
|
||||
- port to qdox 2.0
|
||||
- adapt to current guideline
|
||||
|
|
|
|||
Reference in a new issue