rpms/rmic-maven-plugin/devel sources, 1.2, 1.3 rmic-maven-plugin.spec, 1.2, 1.3

spike spike at fedoraproject.org
Mon Jul 12 21:15:08 UTC 2010


Author: spike

Update of /cvs/pkgs/rpms/rmic-maven-plugin/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26799/devel

Modified Files:
	sources rmic-maven-plugin.spec 
Log Message:
Changed 'Source0' to match upstream source release zip-file


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rmic-maven-plugin/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	12 Jul 2010 18:21:18 -0000	1.2
+++ sources	12 Jul 2010 21:15:08 -0000	1.3
@@ -1 +1 @@
-602783f47fcaa490f338a1f347cd6097  rmic-maven-plugin-1.1.tar.gz
+83f43dbca64885cfb5641e6eeb22a044  rmic-maven-plugin-1.1-source-release.zip


Index: rmic-maven-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rmic-maven-plugin/devel/rmic-maven-plugin.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- rmic-maven-plugin.spec	12 Jul 2010 19:37:29 -0000	1.2
+++ rmic-maven-plugin.spec	12 Jul 2010 21:15:08 -0000	1.3
@@ -1,14 +1,12 @@
 Name:             rmic-maven-plugin
 Version:          1.1
-Release:          2%{?dist}
+Release:          3%{?dist}
 Summary:          RMI Compiler Maven Plugin
 License:          MIT
 Group:            Development/Tools
 URL:              http://mojo.codehaus.org/%{name}
 
-# svn export http://svn.codehaus.org/mojo/tags/rmic-maven-plugin-1.1 rmic-maven-plugin
-# tar czf rmic-maven-plugin-1.1.tar.gz rmic-maven-plugin
-Source0:          %{name}-%{version}.tar.gz
+Source0:          http://repo2.maven.org/maven2/org/codehaus/mojo/rmic-maven-plugin/%{version}/%{name}-%{version}-source-release.zip
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:        noarch
 
@@ -53,7 +51,7 @@ BuildArch:        noarch
 This package contains the API documentation for %{name}.
 
 %prep
-%setup -q -n %{name}
+%setup -q
 
 %build
 export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
@@ -105,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_javadocdir}/%{name}
 
 %changelog
+* Mon Jul 12 2010 Chris Spike <chris.spike at arcor.de> 1.1-3
+- Changed 'Source0' to match upstream source release zip-file
+
 * Mon Jul 12 2010 Chris Spike <chris.spike at arcor.de> 1.1-2
 - Skipping tests
 



More information about the scm-commits mailing list