commit 6e985933a25ca0fc1d9ad9a05d1747003d5cf5f6
Author: Elan Ruusamäe <[email protected]>
Date:   Mon Dec 12 14:58:32 2005 +0000

    - dosemu %desc wrap has bug too
    - begin vis begging typo
    - /etc/shrc.d is hardcoded ok
    
    Changed files:
        adapter.awk -> 1.229

 adapter.awk | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/adapter.awk b/adapter.awk
index 952e665..390d754 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -18,12 +18,12 @@
 # - sort Summary(XX)
 # - sort Requires, BuildRequires
 # - check if %description (lang=C) contains 8bit
-# - desc wrapping is totally fucked up on global.spec,1.25
+# - desc wrapping is totally fucked up on global.spec,1.25, dosemu.spec,1.115-
 
 BEGIN {
        preamble = 1            # Is it part of preamble? Default - yes
-       boc = 4                 # Beggining of %changelog
-       bod = 0                 # Beggining of %description
+       boc = 4                 # Beginning of %changelog
+       bod = 0                 # Beginning of %description
        tw = 70                 # Descriptions width
 
        b_idx = 0               # index of BR/R arrays
@@ -863,10 +863,14 @@ function use_macros()
                        continue;
                if ($c ~ sysconfdir "/{?sysconfig")
                        continue;
+               if ($c ~ sysconfdir "/{?shrc.d")
+                       continue;
                if ($c ~ sysconfdir "/{?certs")
                        continue;
                if ($c ~ sysconfdir "/{?X11")
                        continue;
+               if ($c ~ sysconfdir "/{?httpd") # temp
+                       continue;
                gsub(sysconfdir, "%{_sysconfdir}", $c)
        }
 
================================================================

---- 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