diff --git a/annogen.spec b/annogen.spec index cf5ed2c..fb15c0c 100644 --- a/annogen.spec +++ b/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 0.1.0-10 +- introduce license macro + * Thu Oct 23 2014 gil cattaneo 0.1.0-9 - port to qdox 2.0 - adapt to current guideline