[packages/rpm-build-tools] X11 in group not tracked, remove it

glen glen at pld-linux.org
Tue Jul 17 13:52:52 CEST 2012


commit 55cb99e8346d6f992e716357536523b8d9bc55db
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Jul 17 14:52:48 2012 +0300

    X11 in group not tracked, remove it

 adapter.awk | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/adapter.awk b/adapter.awk
index 414f4d7..9912263 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -646,9 +646,6 @@ preamble == 1 {
 		group = replace_groupnames(group);
 		$0 = "Group:\t\t" group
 
-		if (group ~ /^X11/ && x11 == 0)	# Is it X11 application?
-			x11 = 1
-
 		byl_plik_z_groupmi = 0
 		byl_opis_grupy = 0
 		while ((getline linia_grup < groups_file) > 0) {


More information about the pld-cvs-commit mailing list