]> git.pld-linux.org Git - packages/adapter.git/commitdiff
more fedora replaces
authorElan Ruusamäe <glen@delfi.ee>
Mon, 27 Jan 2014 16:42:23 +0000 (18:42 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 27 Jan 2014 16:42:23 +0000 (18:42 +0200)
adapter.awk

index 5604ade845ab61a2accbda792f8d58fe822473da..3c694fcb758f669a6dc44fc3fda357e6328d42dd 100644 (file)
@@ -2227,6 +2227,7 @@ function replace_requires(field,   pkg) {
        sub(/^libXxf86misc-devel$/, "xorg-lib-libXxf86misc-devel", $2);
        sub(/^libXxf86vm-devel$/, "xorg-lib-libXxf86vm-devel", $2);
        sub(/^libacl-devel$/, "acl-devel", $2);
+       sub(/^libattr-devel$/, "attr-devel", $2);
        sub(/^libcurl-devel$/, "curl-devel", $2);
        sub(/^libgudev1-devel$/, "udev-glib-devel", $2);
        sub(/^libmx-devel$/, "mx-devel", $2);
@@ -2268,7 +2269,8 @@ function replace_requires(field,   pkg) {
        sub(/^python-newt$/, "python-snack", $2);
        sub(/^python-pygtk$/, "python-pygtk-gtk", $2);
        sub(/^python-recaptcha-client$/, "python-recaptcha", $2);
-       sub(/^python-twisted-core$/, "python-TwistedCore", $2);
+       sub(/^python-sphinx$/, "python-Sphinx", $2);
+       sub(/^python-twisted$/, "python-TwistedCore", $2);
        sub(/^python-twisted-core$/, "python-TwistedCore", $2);
        sub(/^python-twisted-names$/, "python-TwistedNames", $2);
        sub(/^python2-devel$/, "python-devel", $2);
This page took 0.107693 seconds and 4 git commands to generate.