[packages/adapter: 224/631] - add todo, add more group renames
glen
glen at pld-linux.org
Mon Sep 12 19:53:14 CEST 2016
commit 6396b8fb859fa74c6257fd96e87c7713e3e0ed6d
Author: Elan Ruusamäe <glen at pld-linux.org>
Date: Sun Dec 4 22:50:07 2005 +0000
- add todo, add more group renames
Changed files:
adapter.awk -> 1.215
adapter.awk | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/adapter.awk b/adapter.awk
index 741c193..79d64e8 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -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 @@ preamble == 1 {
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?
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885
More information about the pld-cvs-commit
mailing list