commit f1de19644c818228249da34a67e3b9cddc9b56ea Author: gil puntogil@libero.it Date: Sun Feb 1 15:21:49 2015 +0100
introduce license macro
dynalink.spec | 19 +++++++++++-------- 1 files changed, 11 insertions(+), 8 deletions(-) --- diff --git a/dynalink.spec b/dynalink.spec index d104081..cae2fca 100644 --- a/dynalink.spec +++ b/dynalink.spec @@ -1,18 +1,16 @@ Name: dynalink Version: 0.7 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Dynamic Linker Framework for Languages on the JVM License: ASL 2.0 or BSD URL: http://szegedi.github.com/dynalink/ Source0: https://github.com/szegedi/%%7Bname%7D/archive/%%7Bversion%7D.tar.gz -#BuildRequires: java-devel + BuildRequires: mvn(org.ow2.asm:asm) -BuildRequires: mvn(org.sonatype.oss:oss-parent) +BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:) # test deps BuildRequires: mvn(junit:junit) - BuildRequires: maven-local -#BuildRequires: maven-surefire-provider-junit4
BuildArch: noarch
@@ -35,9 +33,10 @@ This package contains javadoc for %{name}.
sed -i 's/\r//' LIMITATIONS README.markdown
+%mvn_file : %{name} + %build
-%mvn_file : %{name} # Disable test suite, build problems on arm builder %mvn_build -f
@@ -45,12 +44,16 @@ sed -i 's/\r//' LIMITATIONS README.markdown %mvn_install
%files -f .mfiles -%doc LICENSE-Apache-2.0.txt LICENSE-BSD.txt LIMITATIONS README.markdown +%doc LIMITATIONS README.markdown +%license LICENSE-Apache-2.0.txt LICENSE-BSD.txt
%files javadoc -f .mfiles-javadoc -%doc LICENSE-Apache-2.0.txt LICENSE-BSD.txt +%license LICENSE-Apache-2.0.txt LICENSE-BSD.txt
%changelog +* Sun Feb 01 2015 gil cattaneo puntogil@libero.it 0.7-6 +- introduce license macro + * Sat Jun 07 2014 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 0.7-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
java-sig-commits@lists.fedoraproject.org