introduce license macro

This commit is contained in:
gil 2015-01-29 12:37:31 +01:00
commit d9ecd8769e

View file

@ -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