]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- up
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 8 Apr 2011 18:54:17 +0000 (18:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.492

adapter.awk

index 448222037c41891c330df1a7e88f51c9d06415f6..c12081fb836dcc89c05539108dbbb89a8e931925 100644 (file)
@@ -1223,8 +1223,12 @@ function use_macros()
                        continue;
                if ($c ~ sysconfdir "/{?samba")
                        continue;
+               if ($c ~ sysconfdir "/{?xdg")
+                       continue;
                if ($c ~ sysconfdir "/shells")
                        continue;
+               if ($c ~ sysconfdir "/inittab")
+                       continue;
                if ($c ~ sysconfdir "/ppp")
                        continue;
                if ($c ~ sysconfdir "/dbus-1")
@@ -1823,7 +1827,6 @@ function add_br(br)
        BR[BR_count++] = br
 }
 
-
 # Load rpm macros
 # you should update the list also in adapter when making changes here
 function import_rpm_macros() {
@@ -1896,7 +1899,6 @@ function import_rpm_macros() {
        tmpdir = ENVIRON["tmpdir"]
 }
 
-
 # php virtual deps as discussed in devel-en
 function replace_php_virtual_deps() {
        pkg = $2
@@ -2116,6 +2118,15 @@ function replace_requires() {
        sub(/^xapian-bindings-python$/, "python-xapian", $2);
        sub(/^xorg-x11-server-sdk$/, "xorg-xserver-server-devel", $2);
 
+       # mandriva
+       sub(/^python-gobject-devel$/, "python-pygobject-devel", $2);
+       sub(/^python-pyrex$/, "python-Pyrex", $2);
+       sub(/^webkitgtk-devel$/, "gtk-webkit-devel", $2);
+       sub(/^python-curl$/, "python-pycurl", $2);
+       sub(/^python-webkitgtk$/, "python-pywebkitgtk", $2);
+       sub(/^pygtk2.0$/, "python-pygtk-gtk", $2);
+       sub(/^gnome-python-gconf$/, "python-gnome-gconf", $2);
+
        # debian / ubuntu
        sub(/^blkid-dev$/, "libblkid-devel", $2);
        sub(/^ext2fs-dev$/, "e2fsprogs-devel", $2);
@@ -2149,6 +2160,10 @@ function replace_requires() {
        sub(/^libxslt1-dev$/, "libxslt-devel", $2);
        sub(/^libxss-dev$/, "xorg-lib-libXScrnSaver-devel", $2);
        sub(/^mesa-common-dev$/, "OpenGL-devel", $2);
+       sub(/^libudev$/, "udev-libs", $2);
+       sub(/^tcp_wrappers-devel$/, "libwrap-devel", $2);
+       sub(/^vala-tools$/, "vala", $2);
+       sub(/^vala-devel$/, "vala", $2);
 
        # altlinux
        sub(/^libgit-devel$/, "git-core-devel", $2);
This page took 0.075958 seconds and 4 git commands to generate.