[jdom2] introduce license macro

gil gil at fedoraproject.org
Fri Feb 6 16:47:51 UTC 2015


commit 294d84b410dcf4a907dfff371f13c87a10515d8c
Author: gil <puntogil at libero.it>
Date:   Fri Feb 6 17:47:28 2015 +0100

    introduce license macro

 jdom2.spec |   12 ++++++++----
 1 files 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 <puntogil at libero.it> 2.0.6-2
+- introduce license macro
+
 * Tue Oct 21 2014 gil cattaneo <puntogil at libero.it> 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 <puntogil at libero.it> 2.0.5-1
-- initial rpm
\ No newline at end of file
+- initial rpm


More information about the scm-commits mailing list