packages (JPACKAGE): maven/maven.spec - fix %{srcurl} macro usage

pawelz pawelz at pld-linux.org
Thu Apr 29 15:33:29 CEST 2010


Author: pawelz                       Date: Thu Apr 29 13:33:29 2010 GMT
Module: packages                      Tag: JPACKAGE
---- Log message:
- fix %{srcurl} macro usage

---- Files affected:
packages/maven:
   maven.spec (1.18.2.9 -> 1.18.2.10) 

---- Diffs:

================================================================
Index: packages/maven/maven.spec
diff -u packages/maven/maven.spec:1.18.2.9 packages/maven/maven.spec:1.18.2.10
--- packages/maven/maven.spec:1.18.2.9	Thu Apr 29 11:51:54 2010
+++ packages/maven/maven.spec	Thu Apr 29 15:33:24 2010
@@ -21,30 +21,30 @@
 %define	srcurl	http://execve.pl/PLD/maven
 # svn export http://svn.apache.org/repos/asf/maven/components/tags/maven-%{version} maven2
 # tar czf maven2-src.tar.gz maven2
-Source0:		%{srcurl}%{name}-src.tar.gz
+Source0:		%{srcurl}/%{name}-src.tar.gz
 # Source0-md5:	8db6e8515fe317f635befa39b074016a
 
 # svn export -r {2007-03-31} http://svn.apache.org/repos/asf/maven/plugins/trunk maven2-plugins
 # tar czf maven2-plugins-070331-src.tar.gz maven2-plugins
-Source2:		%{srcurl}%{name}-plugins-070705-src.tar.gz
+Source2:		%{srcurl}/%{name}-plugins-070705-src.tar.gz
 # Source2-md5:	7e9d3175131910d64c95fdf4d60651fa
 
 # We need to replace the javadoc plugin as the 2.3-SNAPSHOT included above 
 # has several bugs
 # svn export http://svn.apache.org/repos/asf/maven/plugins/tags/maven-javadoc-plugin-2.4 maven-javadoc-plugin
-Source22: 		%{srcurl}maven-javadoc-plugin-2.4-src.tar.gz
+Source22: 		%{srcurl}/maven-javadoc-plugin-2.4-src.tar.gz
 # Source22-md5:	c3c1014b8548f94f91f3b679a5500e4b
 
 # No source location for these. They are ascii files generated from maven
 # repositories, and are not in cvs/svn
 # The files were originally aquired from: http://repo1.maven.org/maven2/
-Source3:		%{srcurl}m2_pom_repo.tar.gz
+Source3:		%{srcurl}/m2_pom_repo.tar.gz
 # Source3-md5:	a4b18868658fe3e3c58d0f4e9bf66bee
 
 # As with above, these files are from the maven repositories, and are not in 
 # cvs/svn
 # The files were originally aquired from: http://repo1.maven.org/maven2/
-Source4:		%{srcurl}m2_jar_repo.tar.gz
+Source4:		%{srcurl}/m2_jar_repo.tar.gz
 # Source4-md5:	00976d79948c93be23cdda62300dc8c2
 Source5:		%{name}-script
 
@@ -53,7 +53,7 @@
 
 # svn export -r '{2006-03-08}' http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin maven-site-plugin
 # tar czf maven2-maven-site-plugin.tar.gz maven-site-plugin 
-Source8:	%{srcurl}%{name}-maven-site-plugin.tar.gz
+Source8:	%{srcurl}/%{name}-maven-site-plugin.tar.gz
 # Source8-md5:	2ba3a4baeb3d4d9d7b8121a6ae05578d
 
 Source9:	%{name}-run-it-tests.sh
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/maven/maven.spec?r1=1.18.2.9&r2=1.18.2.10&f=u



More information about the pld-cvs-commit mailing list