]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- another bogus group from xinitrc-ng.spec
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 4 Dec 2005 23:36:06 +0000 (23:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- exact match for groups replace

Changed files:
    adapter.awk -> 1.220

adapter.awk

index a8b9f68a89b1361f37585fb991443e29af7261c0..294c1542bd1950b8dfbca67e2eff47c8530feee3 100644 (file)
@@ -509,11 +509,12 @@ preamble == 1 {
                sub(/^[^ \t]*[ \t]*/,"")
                Grupa = $0
 
-               sub(/^System Environment\/Libraries/, "Libraries", Grupa)
-               sub(/^System Environment\/Daemons/, "Daemons", Grupa)
-               sub(/^Applications\/Internet/, "Applications/Networking", Grupa)
-               sub(/^System\/Servers/, "Daemons", Grupa)
-               sub(/^X11\/Xserver/, "X11/Servers", Grupa)
+               sub(/^System Environment\/Libraries$/, "Libraries", Grupa)
+               sub(/^System Environment\/Daemons$/, "Daemons", Grupa)
+               sub(/^Applications\/Internet$/, "Applications/Networking", Grupa)
+               sub(/^System\/Servers$/, "Daemons", Grupa)
+               sub(/^X11\/Xserver$/, "X11/Servers", Grupa)
+               sub(/^X11\/XFree86$/, "X11", Grupa)
 
                print "Group:\t\t" Grupa
                if (Grupa ~ /^X11/ && x11 == 0) # Is it X11 application?
This page took 0.047528 seconds and 4 git commands to generate.