diff --git a/felix-framework.spec b/felix-framework.spec index 354547a..8190630 100644 --- a/felix-framework.spec +++ b/felix-framework.spec @@ -2,7 +2,7 @@ Name: felix-framework Version: 5.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Apache Felix Framework License: ASL 2.0 URL: http://felix.apache.org @@ -14,8 +14,6 @@ BuildRequires: maven-local BuildRequires: mvn(org.apache.felix:felix-parent:pom:) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(org.apache.felix:org.apache.felix.resolver) >= 1.8.0 -BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin) -BuildRequires: mvn(org.apache.rat:apache-rat-plugin) BuildRequires: mvn(org.easymock:easymock) BuildRequires: mvn(org.osgi:org.osgi.annotation) BuildRequires: mvn(org.ow2.asm:asm-all) @@ -32,6 +30,9 @@ This package contains the API documentation for %{name}. %prep %setup -q -n %{bundle}-%{version} +%pom_remove_plugin :apache-rat-plugin +%pom_remove_plugin :maven-source-plugin + # This test needs porting to easymock3 rm src/test/java/org/apache/felix/framework/ServiceRegistryTest.java @@ -55,6 +56,9 @@ sed -i "/testgetOsNameWithAliases/s//ignore_&/" $(find -name NativeLibraryClause %license LICENSE NOTICE %changelog +* Tue Feb 07 2017 Michael Simacek - 5.6.0-2 +- Remove useless plugins + * Mon Sep 26 2016 Mikolaj Izdebski - 5.6.0-1 - Update to upstream version 5.6.0