SPECS: adapter.awk - add todo, add more group renames

glen glen at pld-linux.org
Sun Dec 4 23:50:12 CET 2005


Author: glen                         Date: Sun Dec  4 22:50:12 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add todo, add more group renames

---- Files affected:
SPECS:
   adapter.awk (1.214 -> 1.215) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.214 SPECS/adapter.awk:1.215
--- SPECS/adapter.awk:1.214	Sat Dec  3 01:10:56 2005
+++ SPECS/adapter.awk	Sun Dec  4 23:50:07 2005
@@ -18,6 +18,7 @@
 # - sort Summary(XX)
 # - sort Requires, BuildRequires
 # - check if %description (lang=C) contains 8bit
+# - desc wrapping is totally fucked up on global.spec,1.25
 
 BEGIN {
 	preamble = 1		# Is it part of preamble? Default - yes
@@ -510,6 +511,7 @@
 
 		sub(/^System Environment\/Libraries/, "Libraries", Grupa)
 		sub(/^System Environment\/Daemons/, "Daemons", Grupa)
+		sub(/^Applications\/Internet/, "Applications/Networking", Grupa)
 
 		print "Group:\t\t" Grupa
 		if (Grupa ~ /^X11/ && x11 == 0)	# Is it X11 application?
================================================================

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




More information about the pld-cvs-commit mailing list