]> git.pld-linux.org Git - packages/maven.git/commitdiff
- fix %{srcurl} macro usage
authorpawelz <pawelz@pld-linux.org>
Thu, 29 Apr 2010 13:33:24 +0000 (13:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    maven.spec -> 1.18.2.10

maven.spec

index 0df3ffaf2c4a621432f943c21a193d19f5b528f6..0f8b6f471a841edb3a3f789154ac43cccda0ded2 100644 (file)
@@ -21,30 +21,30 @@ URL:                http://maven.apache.org/
 %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 @@ Source7:              maven-settings.xml
 
 # 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
This page took 0.46801 seconds and 4 git commands to generate.