From 294d84b410dcf4a907dfff371f13c87a10515d8c Mon Sep 17 00:00:00 2001 From: gil Date: Fri, 6 Feb 2015 17:47:28 +0100 Subject: [PATCH] introduce license macro --- jdom2.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/jdom2.spec b/jdom2.spec index f072001..24d9e8e 100644 --- a/jdom2.spec +++ b/jdom2.spec @@ -1,6 +1,6 @@ Name: jdom2 Version: 2.0.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Java manipulation of XML made easy License: ASL 1.1 or BSD URL: http://www.jdom.org/ @@ -78,12 +78,16 @@ ant -Dversion=%{version} -Dj2se.apidoc=%{_javadocdir}/java maven %files -f .mfiles %dir %{_javadir}/%{name} -%doc CHANGES.txt COMMITTERS.txt LICENSE.txt README.txt TODO.txt +%doc CHANGES.txt COMMITTERS.txt README.txt TODO.txt +%license LICENSE.txt %files javadoc -f .mfiles-javadoc -%doc LICENSE.txt +%license LICENSE.txt %changelog +* Fri Feb 06 2015 gil cattaneo 2.0.6-2 +- introduce license macro + * Tue Oct 21 2014 gil cattaneo 2.0.6-1 - update to 2.0.6 (rhbz#1118627) @@ -97,4 +101,4 @@ ant -Dversion=%{version} -Dj2se.apidoc=%{_javadocdir}/java maven - use objectweb-asm3 * Thu Sep 12 2013 gil cattaneo 2.0.5-1 -- initial rpm \ No newline at end of file +- initial rpm