]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- unify sourceforge URL-s
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 28 Dec 2005 15:47:04 +0000 (15:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.258

adapter.awk

index 1358db9c1f81a472e2de5cece84027f4f9deef52..66b7b6eda64223db02e5fe410f95e9974d520bea 100644 (file)
@@ -1245,5 +1245,7 @@ function kill_preamble_macros()
 {
        if ($1 ~ /^URL:/ || $1 ~ /^Obsoletes:/) {
                sub("%{mod_name}", mod_name, $2);
+               # unify sourceforge url
+               sub("\.sf\.net/$", ".sourceforge.net/", $2);
        }
 }
This page took 0.056647 seconds and 4 git commands to generate.