commit 377e5b9e50c7e32ed936f927829e80f12af1d375
Author: Elan Ruusamäe <[email protected]>
Date:   Sun Mar 14 20:53:48 2010 +0000

    - new changes
    
    Changed files:
        adapter.awk -> 1.440

 adapter.awk | 8 ++++++++
 1 file changed, 8 insertions(+)
---
diff --git a/adapter.awk b/adapter.awk
index 0713152..a7d624a 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -418,6 +418,9 @@ function b_makekey(a, b,    s) {
        # atrpms
        $0 = fixedsub("%perl_configure", "%{__perl} Makefile.PL 
\\\n\tINSTALLDIRS=vendor", $0);
        $0 = fixedsub("%perl_makecheck", "%{?with_tests:%{__make} test}", $0);
+
+       # alt linux
+       $0 = fixedsub("%make_build", "%{__make}", $0);
 }
 
 ##########
@@ -487,6 +490,9 @@ function b_makekey(a, b,    s) {
 
        # atrpms
        $0 = fixedsub("%perl_makeinstall", "%{__make} pure_install 
\\\n\tDESTDIR=$RPM_BUILD_ROOT", $0);
+
+       # alt linux
+       $0 = fixedsub("%make_install DESTDIR=$RPM_BUILD_ROOT install", 
"%{__make} install \\\n\tDESTDIR=$RPM_BUILD_ROOT", $0);
 }
 
 ##########
@@ -1860,6 +1866,7 @@ function replace_requires() {
        sub(/^python-imaging$/, "python-PIL", $2);
        sub(/^python-imaging-tk$/, "python-PIL-tk", $2);
        sub(/^initscripts$/, "rc-scripts", $2);
+       sub(/^libXft-devel$/, "xorg-lib-libXft-devel", $2);
 
        # debian
        sub(/^libgconf2-dev$/, "GConf2-devel", $2);
@@ -1912,6 +1919,7 @@ function replace_groupnames(group) {
        group = replace(group, "Development/Python", 
"Development/Languages/Python");
        group = replace(group, "Development/Testing", "Development");
        group = replace(group, "Emulators", "Applications/Emulators");
+       group = replace(group, "File tools", "Applications/File");
        group = replace(group, "Games", "Applications/Games");
        group = replace(group, "Library/Development", "Development/Libraries");
        group = replace(group, "Networking/Deamons", "Networking/Daemons");
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to