[maven-antrun-plugin] - Update to 1.5. - Use upstream tarball. - Add License and readme as doc.

Alexander Kurtakov akurtakov at fedoraproject.org
Mon Sep 20 15:44:41 UTC 2010


commit cd009f45402c85472c67895e98680ded000f72f4
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Mon Sep 20 18:44:01 2010 +0300

    - Update to 1.5.
    - Use upstream tarball.
    - Add License and readme as doc.

 .gitignore               |    1 +
 maven-antrun-plugin.spec |   17 +++++++++++------
 sources                  |    2 +-
 3 files changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cc9183b..b275842 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 maven-antrun-plugin-1.4.tar.xz
+maven-antrun-plugin-1.5-source-release.zip
diff --git a/maven-antrun-plugin.spec b/maven-antrun-plugin.spec
index f3920e3..1bc0afd 100644
--- a/maven-antrun-plugin.spec
+++ b/maven-antrun-plugin.spec
@@ -1,14 +1,12 @@
 Name:           maven-antrun-plugin
-Version:        1.4
-Release:        4%{?dist}
+Version:        1.5
+Release:        1%{?dist}
 Summary:        Maven AntRun Plugin
 
 Group:          Development/Libraries
 License:        ASL 2.0
 URL:            http://maven.apache.org/plugins/maven-antrun-plugin/
-# svn export http://svn.apache.org/repos/asf/maven/plugins/tags/maven-antrun-plugin-1.4
-# tar caf maven-antrun-plugin-1.4.tar.xz maven-antrun-plugin-1.4/ 
-Source0:        %{name}-%{version}.tar.xz 
+Source0:        http://repo2.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip 
 Patch0:         fix-deps.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -22,7 +20,7 @@ BuildRequires: maven-install-plugin
 BuildRequires: maven-compiler-plugin
 BuildRequires: maven-plugin-plugin
 BuildRequires: maven-resources-plugin
-BuildRequires: maven-surefire-maven-plugin
+BuildRequires: maven-surefire-plugin
 BuildRequires: maven-surefire-provider-junit
 BuildRequires: maven-jar-plugin
 BuildRequires: maven-javadoc-plugin
@@ -94,16 +92,23 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
+%doc LICENSE NOTICE
 %{_javadir}/*
 %{_mavenpomdir}/*
 %{_mavendepmapfragdir}/*
 
 %files javadoc
 %defattr(-,root,root,-)
+%doc LICENSE NOTICE
 %{_javadocdir}/%{name}-%{version}
 %{_javadocdir}/%{name}
 
 %changelog
+* Mon Sep 20 2010 Alexander Kurtakov <akurtako at redhat.com> 1.5-1
+- Update to 1.5.
+- Use upstream tarball.
+- Add License and readme as doc.
+
 * Tue Aug 31 2010 Alexander Kurtakov <akurtako at redhat.com> 1.4-4
 - Fix runtime issue of not finding ant-launcher.
 
diff --git a/sources b/sources
index 5ca9147..35a2531 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8eba84c00cb5d533ea5a7f3985c7d023  maven-antrun-plugin-1.4.tar.xz
+50f4f4d734d7cec20556bcfa5665630e  maven-antrun-plugin-1.5-source-release.zip


More information about the scm-commits mailing list