Update to upstream version 2.5.4
This commit is contained in:
parent
c2bb51dc63
commit
724b4dccfb
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ maven-bundle-plugin-2.0.0-project.tar.gz
|
|||||||
/maven-bundle-plugin-2.3.5-source-release.tar.gz
|
/maven-bundle-plugin-2.3.5-source-release.tar.gz
|
||||||
/maven-bundle-plugin-2.3.6-source-release.tar.gz
|
/maven-bundle-plugin-2.3.6-source-release.tar.gz
|
||||||
/maven-bundle-plugin-2.3.7-source-release.tar.gz
|
/maven-bundle-plugin-2.3.7-source-release.tar.gz
|
||||||
|
/maven-bundle-plugin-2.5.4-source-release.tar.gz
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
diff --git a/pom.xml b/pom.xml
|
|
||||||
index 16880b5..cd5e6ec 100644
|
|
||||||
--- a/pom.xml
|
|
||||||
+++ b/pom.xml
|
|
||||||
@@ -65,6 +65,11 @@
|
|
||||||
<version>1.50.0</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
+ <groupId>net.sf.kxml</groupId>
|
|
||||||
+ <artifactId>kxml2</artifactId>
|
|
||||||
+ <version>2.2.2</version>
|
|
||||||
+ </dependency>
|
|
||||||
+ <dependency>
|
|
||||||
<groupId>org.apache.felix</groupId>
|
|
||||||
<artifactId>org.apache.felix.bundlerepository</artifactId>
|
|
||||||
<version>1.6.6</version>
|
|
@ -1,15 +0,0 @@
|
|||||||
diff -Naur maven-bundle-plugin-2.3.5.orig/pom.xml maven-bundle-plugin-2.3.5/pom.xml
|
|
||||||
--- maven-bundle-plugin-2.3.5.orig/pom.xml 2011-07-05 13:56:06.000000000 +0200
|
|
||||||
+++ maven-bundle-plugin-2.3.5/pom.xml 2011-10-25 17:29:47.237943990 +0200
|
|
||||||
@@ -85,6 +85,11 @@
|
|
||||||
<version>1.2</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
+ <groupId>org.apache.maven.shared</groupId>
|
|
||||||
+ <artifactId>maven-osgi</artifactId>
|
|
||||||
+ <version>0.3.0</version>
|
|
||||||
+ </dependency>
|
|
||||||
+ <dependency>
|
|
||||||
<groupId>org.codehaus.plexus</groupId>
|
|
||||||
<artifactId>plexus-utils</artifactId>
|
|
||||||
<version>2.1</version>
|
|
@ -1,13 +0,0 @@
|
|||||||
diff -Naur maven-bundle-plugin-2.3.5.orig/src/main/java/org/apache/felix/obrplugin/RemoteFileManager.java maven-bundle-plugin-2.3.5/src/main/java/org/apache/felix/obrplugin/RemoteFileManager.java
|
|
||||||
--- maven-bundle-plugin-2.3.5.orig/src/main/java/org/apache/felix/obrplugin/RemoteFileManager.java 2011-07-05 13:56:05.000000000 +0200
|
|
||||||
+++ maven-bundle-plugin-2.3.5/src/main/java/org/apache/felix/obrplugin/RemoteFileManager.java 2011-11-14 18:21:26.878801248 +0100
|
|
||||||
@@ -125,6 +125,9 @@
|
|
||||||
{
|
|
||||||
throw new MojoExecutionException( "Unable to configure Wagon: '" + repository.getProtocol() + "'", e );
|
|
||||||
}
|
|
||||||
+ catch ( Exception e )
|
|
||||||
+ {
|
|
||||||
+ }
|
|
||||||
|
|
||||||
try
|
|
||||||
{
|
|
@ -1,8 +1,8 @@
|
|||||||
%global site_name maven-bundle-plugin
|
%global site_name maven-bundle-plugin
|
||||||
|
|
||||||
Name: maven-plugin-bundle
|
Name: maven-plugin-bundle
|
||||||
Version: 2.3.7
|
Version: 2.5.4
|
||||||
Release: 15%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Maven Bundle Plugin
|
Summary: Maven Bundle Plugin
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://felix.apache.org
|
URL: http://felix.apache.org
|
||||||
@ -10,20 +10,24 @@ BuildArch: noarch
|
|||||||
|
|
||||||
Source0: http://archive.apache.org/dist/felix/%{site_name}-%{version}-source-release.tar.gz
|
Source0: http://archive.apache.org/dist/felix/%{site_name}-%{version}-source-release.tar.gz
|
||||||
|
|
||||||
Patch0: %{site_name}-dependency.patch
|
|
||||||
Patch1: %{site_name}-unreported-exception.patch
|
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: mvn(biz.aQute:bndlib)
|
BuildRequires: mvn(biz.aQute.bnd:biz.aQute.bndlib)
|
||||||
BuildRequires: mvn(net.sf.kxml:kxml2)
|
BuildRequires: mvn(net.sf.kxml:kxml2)
|
||||||
BuildRequires: mvn(org.apache.felix:felix-parent:pom:)
|
BuildRequires: mvn(org.apache.felix:felix-parent:pom:)
|
||||||
BuildRequires: mvn(org.apache.felix:org.apache.felix.bundlerepository)
|
BuildRequires: mvn(org.apache.felix:org.apache.felix.bundlerepository)
|
||||||
|
BuildRequires: mvn(org.apache.felix:org.apache.felix.framework)
|
||||||
|
BuildRequires: mvn(org.apache.felix:org.apache.felix.utils)
|
||||||
|
BuildRequires: mvn(org.apache.maven.doxia:doxia-sink-api)
|
||||||
|
BuildRequires: mvn(org.apache.maven.doxia:doxia-site-renderer)
|
||||||
BuildRequires: mvn(org.apache.maven:maven-archiver)
|
BuildRequires: mvn(org.apache.maven:maven-archiver)
|
||||||
BuildRequires: mvn(org.apache.maven:maven-core)
|
BuildRequires: mvn(org.apache.maven:maven-core)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
||||||
|
BuildRequires: mvn(org.apache.maven.reporting:maven-reporting-impl)
|
||||||
BuildRequires: mvn(org.apache.maven.shared:maven-dependency-tree)
|
BuildRequires: mvn(org.apache.maven.shared:maven-dependency-tree)
|
||||||
BuildRequires: mvn(org.apache.maven.shared:maven-plugin-testing-harness)
|
|
||||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||||
BuildRequires: mvn(org.mockito:mockito-all)
|
BuildRequires: mvn(org.osgi:org.osgi.core)
|
||||||
|
BuildRequires: mvn(org.sonatype.plexus:plexus-build-api)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Provides a maven plugin that supports creating an OSGi bundle
|
Provides a maven plugin that supports creating an OSGi bundle
|
||||||
@ -39,14 +43,18 @@ API documentation for %{name}.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{site_name}-%{version}
|
%setup -q -n %{site_name}-%{version}
|
||||||
|
|
||||||
%patch0 -p1
|
find -name '*.jar' -delete
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
# remove bundled stuff
|
# There is forked version of maven-osgi in
|
||||||
#rm -rf src/main/java/org/apache/maven
|
# src/{main,test}/java/org/apache/maven
|
||||||
|
|
||||||
|
%pom_add_dep net.sf.kxml:kxml2
|
||||||
|
%pom_add_dep org.apache.felix:org.apache.felix.framework
|
||||||
|
%pom_add_dep org.apache.maven.reporting:maven-reporting-impl
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_build
|
# Tests depend on bundled JARs
|
||||||
|
%mvn_build -f
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
@ -58,6 +66,9 @@ API documentation for %{name}.
|
|||||||
%doc LICENSE NOTICE
|
%doc LICENSE NOTICE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 08 2015 Michael Simacek <msimacek@redhat.com> - 2.5.4-1
|
||||||
|
- Update to upstream version 2.5.4
|
||||||
|
|
||||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.7-15
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.7-15
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user