]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- dosemu %desc wrap has bug too
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 12 Dec 2005 14:58:32 +0000 (14:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- begin vis begging typo
- /etc/shrc.d is hardcoded ok

Changed files:
    adapter.awk -> 1.229

adapter.awk

index 952e66523c383955b57576f985e04cb7d116e346..390d7543784ece12b091780140acf7396e5b2ba1 100644 (file)
 # - 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)
        }
 
This page took 0.036473 seconds and 4 git commands to generate.