[maven-resources-plugin] Update to latest upstream.

Alexander Kurtakov akurtakov at fedoraproject.org
Tue Oct 23 18:51:01 UTC 2012


commit 83e4b639f43c63f76d878f322115dedbc31b2000
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Tue Oct 23 21:50:56 2012 +0300

    Update to latest upstream.

 .gitignore                              |    1 +
 maven-resources-plugin-plexus-dep.patch |   29 -----------------------------
 maven-resources-plugin.spec             |   16 ++++++----------
 sources                                 |    2 +-
 4 files changed, 8 insertions(+), 40 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f4c0ded..5b1ecdc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 maven-resources-plugin-2.2.tar.gz
 /maven-resources-plugin-2.4.3.tar.gz
 /maven-resources-plugin-2.5.tar.gz
+/maven-resources-plugin-2.6-source-release.zip
diff --git a/maven-resources-plugin.spec b/maven-resources-plugin.spec
index fbbce2a..db355ff 100644
--- a/maven-resources-plugin.spec
+++ b/maven-resources-plugin.spec
@@ -1,18 +1,12 @@
 Name:           maven-resources-plugin
-Version:        2.5
-Release:        6%{?dist}
+Version:        2.6
+Release:        1%{?dist}
 Summary:        Maven Resources Plugin
 
 Group:          Development/Libraries
 License:        ASL 2.0
 URL:            http://maven.apache.org/plugins/maven-resources-plugin
-#svn export http://svn.apache.org/repos/asf/maven/plugins/tags/maven-resources-plugin-2.5 maven-resources-plugin-2.5
-#tar zcf maven-resources-plugin-2.5.tar.gz maven-resources-plugin-2.5/
-Source0:        %{name}-%{version}.tar.gz
-
-# Relocation of plexus-container-default is necessary as sisu gets to the
-# classpath first and uses an old version of a class from container-default
-Patch0:         %{name}-plexus-dep.patch
+Source0:        http://repo2.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
 
 BuildArch: noarch
 
@@ -65,7 +59,6 @@ API documentation for %{name}.
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0 -p1
 
 %build
 mvn-rpmbuild \
@@ -97,6 +90,9 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}/
 %{_javadocdir}/%{name}
 
 %changelog
+* Tue Oct 23 2012 Alexander Kurtakov <akurtako at redhat.com> 2.6-1
+- Update to latest upstream.
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 5417ea9..fc16c15 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a1ed763c6c5e4776a5a33a35f7875cd1  maven-resources-plugin-2.5.tar.gz
+67de5bb27f1b9aa58f298ed2557aead5  maven-resources-plugin-2.6-source-release.zip


More information about the scm-commits mailing list