commit 500893d5d589af2228fc9e4256fc46ef9e573dcf Author: gil puntogil@libero.it Date: Sun Feb 1 16:33:52 2015 +0100
introduce license macro
felix-scr-annotations.spec | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) --- diff --git a/felix-scr-annotations.spec b/felix-scr-annotations.spec index 904a92d..3e4e4f1 100644 --- a/felix-scr-annotations.spec +++ b/felix-scr-annotations.spec @@ -2,7 +2,7 @@ %global bundle org.apache.felix.scr.annotations Name: felix-scr-annotations Version: 1.9.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Annotations for SCR License: ASL 2.0 URL: http://felix.apache.org/ @@ -42,12 +42,16 @@ This package contains javadoc for %{name}. %mvn_install
%files -f .mfiles -%doc LICENSE NOTICE changelog.txt +%doc changelog.txt +%license LICENSE NOTICE
%files javadoc -f .mfiles-javadoc -%doc LICENSE NOTICE +%license LICENSE NOTICE
%changelog +* Sun Feb 01 2015 gil cattaneo puntogil@libero.it 1.9.10-2 +- introduce license macro + * Fri Jan 23 2015 gil cattaneo puntogil@libero.it 1.9.10-1 - update to 1.9.10
@@ -67,4 +71,4 @@ This package contains javadoc for %{name}. - update to 1.9.0
* Mon Jan 21 2013 gil cattaneo puntogil@libero.it 1.7.0-1 -- initial rpm \ No newline at end of file +- initial rpm
java-sig-commits@lists.fedoraproject.org