diff --git a/activeio.spec b/activeio.spec index 72ab5f0..858f340 100644 --- a/activeio.spec +++ b/activeio.spec @@ -1,6 +1,6 @@ Name: activeio Version: 3.1.4 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Apache ActiveMQ ActiveIO :: Core License: ASL 2.0 Url: http://activemq.apache.org/ @@ -10,20 +10,15 @@ Source0: activeio-3.1.4-src-svn.tar.gz # build fix for howl-logger 1.0.2 Patch0: activeio-3.1.4-howl-logger.patch -BuildRequires: java-devel - BuildRequires: apache-commons-logging %if 0 BuildRequires: howl-logger %endif BuildRequires: jboss-j2eemgmt-1.1-api - BuildRequires: junit - BuildRequires: maven-local BuildRequires: maven-enforcer-plugin BuildRequires: maven-plugin-bundle -BuildRequires: maven-surefire-provider-junit BuildArch: noarch @@ -106,9 +101,10 @@ sed -i "s|0.1.8|1.0.2|" pom.xml sed -i 's/\r//' NOTICE +%mvn_file :%{name}-core activemq/%{name}-core + %build -%mvn_file :%{name}-core activemq/%{name}-core %mvn_build -- -Dproject.build.sourceEncoding=UTF-8 %install @@ -119,12 +115,15 @@ install -m 644 %{name}-core/target/%{name}-core-%{version}-tests.jar \ %files -f .mfiles %{_javadir}/activemq/%{name}-core-tests.jar -%doc LICENSE NOTICE +%license LICENSE NOTICE %files javadoc -f .mfiles-javadoc -%doc LICENSE NOTICE +%license LICENSE NOTICE %changelog +* Thu Jan 29 2015 gil cattaneo 3.1.4-10 +- introduce license macro + * Sat Jun 07 2014 Fedora Release Engineering - 3.1.4-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild