SPECS: adapter.awk - unify ftp.gnome.org source URLs (to http://ft...

qboosh qboosh at pld-linux.org
Fri Aug 3 19:45:18 CEST 2007


Author: qboosh                       Date: Fri Aug  3 17:45:18 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- unify ftp.gnome.org source URLs (to http://ftp.gnome.org/pub/GNOME/...)

---- Files affected:
SPECS:
   adapter.awk (1.358 -> 1.359) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.358 SPECS/adapter.awk:1.359
--- SPECS/adapter.awk:1.358	Wed Jul 18 02:41:07 2007
+++ SPECS/adapter.awk	Fri Aug  3 19:45:13 2007
@@ -3,13 +3,14 @@
 # This is adapter v0.28. Adapter adapts .spec files for PLD Linux.
 # $Id$
 #
-# Copyright (C) 1999-2006 PLD-Team <feedback at pld-linux.org>
+# Copyright (C) 1999-2007 PLD-Team <feedback at pld-linux.org>
 # Authors:
 # 	Michał Kuratczyk <kura at pld.org.pl>
 # 	Sebastian Zagrodzki <s.zagrodzki at mimuw.edu.pl>
 # 	Tomasz Kłoczko <kloczek at rudy.mif.pg.gda.pl>
 # 	Artur Frysiak <wiget at pld-linux.org>
 # 	Michal Kochanowicz <mkochano at pld.org.pl>
+#	Jakub Bogusz <qboosh at pld-linux.org>
 # 	Elan Ruusamäe <glen at pld-linux.org>
 #
 # See cvs log adapter{,.awk} for list of contributors
@@ -921,6 +922,9 @@
 		sub("^http://.*\.dl\.sourceforge\.net/", "http://dl.sourceforge.net/", $2)
 		sub("^http://dl\.sourceforge\.net/sourceforge/", "http://dl.sourceforge.net/", $2)
 		sub("^http://dl\.sf\.net/", "http://dl.sourceforge.net/", $2)
+
+		sub("^ftp://ftp\.gnome\.org/", "http://ftp.gnome.org/", $2)
+		sub("^http://ftp\.gnome\.org/pub/gnome/", "http://ftp.gnome.org/pub/GNOME/", $2)
 	}
 
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/adapter.awk?r1=1.358&r2=1.359&f=u



More information about the pld-cvs-commit mailing list