SPECS: adapter.awk - fix long line wrapping (thx matowy)

glen glen at pld-linux.org
Sun Mar 19 01:35:52 CET 2006


Author: glen                         Date: Sun Mar 19 00:35:52 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix long line wrapping (thx matowy)

---- Files affected:
SPECS:
   adapter.awk (1.296 -> 1.297) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.296 SPECS/adapter.awk:1.297
--- SPECS/adapter.awk:1.296	Tue Mar 14 15:47:49 2006
+++ SPECS/adapter.awk	Sun Mar 19 01:35:47 2006
@@ -255,7 +255,7 @@
 	}
 
 	# Format description
-	if (ENVIRON["SKIP_DESC"] != 1 && description == 1 && !$0 ~ SECTIONS && !/^%description/) {
+	if (ENVIRON["SKIP_DESC"] != 1 && description == 1 && !/^%[a-z]+/ && !/^%description/) {
 		if (/^[ \t]*$/) {
 			format_flush(format_line, format_indent)
 			print ""
================================================================

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



More information about the pld-cvs-commit mailing list