[josql] introduce license macro

gil gil at fedoraproject.org
Mon Feb 9 14:53:12 UTC 2015


commit dac77bcb90990a8c9257ca7cba6da23f2c30e8d8
Author: gil <puntogil at libero.it>
Date:   Mon Feb 9 15:52:59 2015 +0100

    introduce license macro

 josql.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/josql.spec b/josql.spec
index 75ea0f5..4956b32 100644
--- a/josql.spec
+++ b/josql.spec
@@ -1,6 +1,6 @@
 Name:          josql
 Version:       2.2
-Release:       4%{?dist}
+Release:       5%{?dist}
 Summary:       Library to apply SQL-like syntax to Java objects
 License:       ASL 2.0
 Url:           http://josql.sourceforge.net/
@@ -77,13 +77,17 @@ cp -pr docs/* %{buildroot}%{_javadocdir}/%{name}
 
 %files -f .mfiles
 %{_javadir}/JoSQL.jar
-%doc LICENSE-2.0.txt README
+%doc README
+%license LICENSE-2.0.txt
 
 %files javadoc
 %{_javadocdir}/%{name}
-%doc LICENSE-2.0.txt
+%license LICENSE-2.0.txt
 
 %changelog
+* Fri Feb 06 2015 gil cattaneo <puntogil at libero.it> 2.2-5
+- introduce license macro
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
@@ -94,4 +98,4 @@ cp -pr docs/* %{buildroot}%{_javadocdir}/%{name}
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
 * Fri May 18 2012 gil cattaneo <puntogil at libero.it> 2.2-1
-- initial rpm
\ No newline at end of file
+- initial rpm


More information about the scm-commits mailing list