commit cfa6277215449d4160536d17caaf6e0041d382de Author: gil puntogil@libero.it Date: Sun Feb 1 15:37:28 2015 +0100
introduce license macro
eclipselink.spec | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) --- diff --git a/eclipselink.spec b/eclipselink.spec index 1710867..f838b6c 100644 --- a/eclipselink.spec +++ b/eclipselink.spec @@ -2,7 +2,7 @@ %global namedversion %{version}%{?reltag} Name: eclipselink Version: 2.4.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Eclipse Persistence Services Project License: EPL and BSD Url: http://www.eclipse.org/eclipselink/ @@ -151,13 +151,17 @@ cp -pr target/api/* %{buildroot}%{_javadocdir}/%{name}
%files -f .mfiles %dir %{_javadir}/%{name} -%doc about.html license.html readme.html +%doc about.html readme.html +%license license.html
%files javadoc %{_javadocdir}/%{name} -%doc license.html +%license license.html
%changelog +* Sun Feb 01 2015 gil cattaneo puntogil@libero.it 2.4.2-7 +- introduce license macro + * Sat Jun 07 2014 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 2.4.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
java-sig-commits@lists.fedoraproject.org