SPECS: adapter.awk - PreReq->Requires (arekm req)

glen glen at pld-linux.org
Mon Aug 15 22:07:34 CEST 2005


Author: glen                         Date: Mon Aug 15 20:07:34 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- PreReq->Requires (arekm req)

---- Files affected:
SPECS:
   adapter.awk (1.168 -> 1.169) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.168 SPECS/adapter.awk:1.169
--- SPECS/adapter.awk:1.168	Mon Aug 15 21:59:16 2005
+++ SPECS/adapter.awk	Mon Aug 15 22:07:29 2005
@@ -423,6 +423,10 @@
 		next
 	}
 
+	if (field ~ /prereq:/) {
+		$1 = "Requires:"
+	}
+
 	if (field ~ /packager:|distribution:|docdir:|prefix:/)
 		next
 
================================================================

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




More information about the pld-cvs-commit mailing list