[glassfish-toplink-essentials] introduce license macro

gil gil at fedoraproject.org
Wed Feb 4 19:17:08 UTC 2015


commit 5ffef192a481b120749cb47d667bb2ba4c8246c0
Author: gil <puntogil at libero.it>
Date:   Wed Feb 4 20:16:51 2015 +0100

    introduce license macro

 glassfish-toplink-essentials.spec |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/glassfish-toplink-essentials.spec b/glassfish-toplink-essentials.spec
index 974ad2f..1182c95 100644
--- a/glassfish-toplink-essentials.spec
+++ b/glassfish-toplink-essentials.spec
@@ -1,6 +1,6 @@
 Name:          glassfish-toplink-essentials
 Version:       2.0.46
-Release:       8%{?dist}
+Release:       9%{?dist}
 Summary:       Glassfish JPA Toplink Essentials
 License:       CDDL or GPLv2 with exceptions
 URL:           http://glassfish.java.net/javaee5/persistence/
@@ -89,16 +89,19 @@ mkdir -p %{buildroot}%{_javadocdir}/%{name}
 cp -pr glassfish/entity-persistence/build/javadoc/* %{buildroot}%{_javadocdir}/%{name}
 
 %files -f .mfiles
-%doc glassfish/bootstrap/legal/*
+%license glassfish/bootstrap/legal/*
 
 %files javadoc
 %{_javadocdir}/%{name}
-%doc glassfish/bootstrap/legal/3RD-PARTY-LICENSE*.txt
-%doc glassfish/bootstrap/legal/CDDL*.txt
-%doc glassfish/bootstrap/legal/COPYRIGHT
-%doc glassfish/bootstrap/legal/LICENSE.txt
+%license glassfish/bootstrap/legal/3RD-PARTY-LICENSE*.txt
+%license glassfish/bootstrap/legal/CDDL*.txt
+%license glassfish/bootstrap/legal/COPYRIGHT
+%license glassfish/bootstrap/legal/LICENSE.txt
 
 %changelog
+* Wed Feb 04 2015 gil cattaneo <puntogil at libero.it> 2.0.46-9
+- introduce license macro
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.46-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list