Author: glen                         Date: Thu Feb 24 15:45:38 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- /usr/share/unsermake exclude

---- Files affected:
SPECS:
   adapter.awk (1.133 -> 1.134) , adapter.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.133 SPECS/adapter.awk:1.134
--- SPECS/adapter.awk:1.133     Thu Feb 24 12:01:34 2005
+++ SPECS/adapter.awk   Thu Feb 24 16:45:32 2005
@@ -596,6 +596,8 @@
        for (c = 1; c <= NF; c++) {
                if ($c ~ datadir "/automake")
                        continue;
+               if ($c ~ datadir "/unsermake")
+                       continue;
                gsub(datadir, "%{_datadir}", $c)
        }
 
@@ -629,6 +631,8 @@
                        if ($c ~ prefix "/sbin/fix-info-dir")
                                continue;
                        if ($c ~ prefix "/share/automake")
+                               continue;
+                       if ($c ~ prefix "/share/unsermake")
                                continue;
                        gsub(prefix, "%{_prefix}", $c)
                }

================================================================
Index: SPECS/adapter.spec
diff -u SPECS/adapter.spec:1.8 SPECS/adapter.spec:1.9
--- SPECS/adapter.spec:1.8      Thu Feb 24 12:01:34 2005
+++ SPECS/adapter.spec  Thu Feb 24 16:45:32 2005
@@ -58,6 +58,8 @@
 cp -f /usr/share/automake/config.sub src/applets/kde/admin
 cp -f /usr/share/automake/config.sub config
 
+export UNSERMAKE=/usr/share/unsermake/unsermake
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -94,6 +96,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2005/02/24 15:45:32  glen
+- /usr/share/unsermake exclude
+
 Revision 1.8  2005/02/24 11:01:34  glen
 - skip replace of /usr/share/automake with datadir/prefix macro
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/adapter.awk?r1=1.133&r2=1.134&f=u
    http://cvs.pld-linux.org/SPECS/adapter.spec?r1=1.8&r2=1.9&f=u


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

Reply via email to