]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- php(ext) deps are rarely needed
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 18 Jul 2007 00:41:07 +0000 (00:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.358

adapter.awk

index 95421bc69ec4b35b1a546c29ac94631bc7155ddf..e5a6537aa286a989a8969aef6be5a7d5c8c5af40 100644 (file)
@@ -1652,11 +1652,11 @@ function replace_php_virtual_deps()
 #              return
 #      }
 
-       if (pkg ~ /^php-[a-z]/ && pkg !~ /^php-(pear|common|cli|devel|fcgi|cgi|dirs|program|pecl-)/) {
-               sub(/^php-/, "php(", pkg);
-               sub(/$/, ") # verify this correctness -- it may be wanted to use specific not virtual dep", pkg);
-               $2 = pkg
-       }
+#      if (pkg ~ /^php-[a-z]/ && pkg !~ /^php-(pear|common|cli|devel|fcgi|cgi|dirs|program|pecl-)/) {
+#              sub(/^php-/, "php(", pkg);
+#              sub(/$/, ") # verify this correctness -- it may be wanted to use specific not virtual dep", pkg);
+#              $2 = pkg
+#      }
 
        if (pkg ~/^php$/) {
                $2 = "webserver(php)";
This page took 0.062019 seconds and 4 git commands to generate.