]> git.pld-linux.org Git - packages/adapter.git/commitdiff
- py2.5 for egg-info
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 16 Oct 2008 08:32:01 +0000 (08:32 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 16 Oct 2008 08:32:01 +0000 (08:32 +0000)
Changed files:
    adapter.awk -> 1.405

adapter.awk

index 24b571ee39b3879ed368982b2add4c108e9146e0..a4ec6fb8abf0d1dd7ef74a1fa34f5c6c3565f242 100644 (file)
@@ -1493,7 +1493,7 @@ function use_files_macros(        i, n, t, a, l)
        }
 
        # python egg-infos
-       if (match($0, "^%{py_sitedir}/.*-[0-9.]+-py"py_ver".egg-info$")) {
+       if (match($0, "^%{py_sitedir}/.+-[0-9.]+-py"py_ver".egg-info$")) {
                l = length("%{py_sitedir}/");
                s = substr($0, l + 1, RLENGTH - l - length("-py"py_ver".egg-info"));
                if (match(s, "[0-9.]+$")) {
@@ -1503,7 +1503,7 @@ function use_files_macros(        i, n, t, a, l)
                        print
                        print "%endif"
                        # yeah, sorry, just can't append to preable anymore
-                       print "BuildRequires:\tpython-devel >= 1:2.4"
+                       print "BuildRequires:\tpython-devel >= 1:2.5"
                        next
                }
        }
This page took 0.041774 seconds and 4 git commands to generate.