SPECS: adapter.awk - dosemu %desc wrap has bug too - begin vis beg...

glen glen at pld-linux.org
Mon Dec 12 15:58:42 CET 2005


Author: glen                         Date: Mon Dec 12 14:58:39 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- dosemu %desc wrap has bug too
- begin vis begging typo
- /etc/shrc.d is hardcoded ok

---- Files affected:
SPECS:
   adapter.awk (1.228 -> 1.229) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.228 SPECS/adapter.awk:1.229
--- SPECS/adapter.awk:1.228	Mon Dec 12 14:44:25 2005
+++ SPECS/adapter.awk	Mon Dec 12 15:58:32 2005
@@ -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,9 +863,13 @@
 			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)
 	}
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/adapter.awk?r1=1.228&r2=1.229&f=u




More information about the pld-cvs-commit mailing list