]> git.pld-linux.org Git - packages/adapter.git/commitdiff
- unify ftp.gnome.org source URLs (to http://ftp.gnome.org/pub/GNOME/...)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 3 Aug 2007 17:45:13 +0000 (17:45 +0000)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 3 Aug 2007 17:45:13 +0000 (17:45 +0000)
Changed files:
    adapter.awk -> 1.359

adapter.awk

index e5a6537aa286a989a8969aef6be5a7d5c8c5af40..8c6c4280563492a962bf7a3e764d3a8971b2e16c 100644 (file)
@@ -3,13 +3,14 @@
 # This is adapter v0.28. Adapter adapts .spec files for PLD Linux.
 # $Id$
 #
-# Copyright (C) 1999-2006 PLD-Team <feedback@pld-linux.org>
+# Copyright (C) 1999-2007 PLD-Team <feedback@pld-linux.org>
 # Authors:
 #      Michał Kuratczyk <kura@pld.org.pl>
 #      Sebastian Zagrodzki <s.zagrodzki@mimuw.edu.pl>
 #      Tomasz Kłoczko <kloczek@rudy.mif.pg.gda.pl>
 #      Artur Frysiak <wiget@pld-linux.org>
 #      Michal Kochanowicz <mkochano@pld.org.pl>
+#      Jakub Bogusz <qboosh@pld-linux.org>
 #      Elan Ruusamäe <glen@pld-linux.org>
 #
 # See cvs log adapter{,.awk} for list of contributors
@@ -921,6 +922,9 @@ preamble == 1 {
                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)
        }
 
 
This page took 0.12351 seconds and 4 git commands to generate.