SPECS: adapter.awk - drop Icon: - /etc/rpm is pretty fixed

glen glen at pld-linux.org
Sat Jan 21 01:05:06 CET 2006


Author: glen                         Date: Sat Jan 21 00:05:06 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- drop Icon:
- /etc/rpm is pretty fixed

---- Files affected:
SPECS:
   adapter.awk (1.268 -> 1.269) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.268 SPECS/adapter.awk:1.269
--- SPECS/adapter.awk:1.268	Fri Jan 13 16:11:13 2006
+++ SPECS/adapter.awk	Sat Jan 21 01:05:01 2006
@@ -623,7 +623,8 @@
 		$0 = format_requires($1, value);
 	}
 
-	if (field ~ /packager:|distribution:|docdir:|prefix:/) {
+	# obsolete/unwanted tags
+	if (field ~ /packager:|distribution:|docdir:|prefix:|icon:/) {
 		next
 	}
 
@@ -937,6 +938,8 @@
 		if ($c ~ sysconfdir "/{?X11")
 			continue;
 		if ($c ~ sysconfdir "/{?ld.so.conf.d")
+			continue;
+		if ($c ~ sysconfdir "/{?rpm")
 			continue;
 		if ($c ~ sysconfdir "/{?httpd") # temp
 			continue;
================================================================

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



More information about the pld-cvs-commit mailing list