[proxool] introduce license macro

gil gil at fedoraproject.org
Wed Feb 11 19:12:46 UTC 2015


commit d6e430cf284f3358bfb53ff4faa181b41e34e8b1
Author: gil <puntogil at libero.it>
Date:   Wed Feb 11 20:12:29 2015 +0100

    introduce license macro

 proxool.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/proxool.spec b/proxool.spec
index b78236b..06417b4 100644
--- a/proxool.spec
+++ b/proxool.spec
@@ -3,7 +3,7 @@
 Summary:       Java connection pool library
 Name:          proxool
 Version:       0.9.1
-Release:       13%{?dist}
+Release:       14%{?dist}
 Epoch:         0
 License:       ASL 2.0
 URL:           http://proxool.sourceforge.net/
@@ -77,13 +77,17 @@ install -m 0644 %{S:1} $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP-%{name}.pom
 %add_maven_depmap
 
 %files -f .mfiles
-%doc *.txt
+%doc CHANGES.txt README.txt
+%license LICENCE.txt
 
 %files javadoc
-%doc LICENCE.txt
-%doc %{_javadocdir}/%{name}
+%license LICENCE.txt
+%{_javadocdir}/%{name}
 
 %changelog
+* Wed Feb 11 2015 gil cattaneo <puntogil at libero.it> 0:0.9.1-14
+- introduce license macro
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0:0.9.1-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list