[weasel-commit] Source: wireless-tools=29-2

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Tue, 26 Jan 2010 07:10:01 -0500

================================
wireless-tools:source=29-2 (previous: 29-1)
cvc rdiff wireless-tools -1 /weasel.rpath.org@wgl:3-devel/29-2
================================
29-2 Filip Brcic (brcha@xxxxxxx) Tue Jan 26 07:09:45 2010
    fixed recipe and metadata

wireless-tools.recipe: changed
Index: wireless-tools.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- wireless-tools.recipe /weasel.rpath.org@wgl:3-devel/29-1
+++ wireless-tools.recipe /weasel.rpath.org@wgl:3-devel/29-2
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2009 Filip Brcic <brcha@xxxxxxx>
+# Copyright (c) 2009-2010 Filip Brcic <brcha@xxxxxxx>
 # Distributed under the terms of the GNU General Public License v3
 #
 
@@ -9,11 +9,11 @@
 
     buildRequires = []
 
-    shortDesc  = 'A collection of tools to configure IEEE 802.11 wireless LAN 
cards'
+    shortDesc  = 'Wireless LAN tools'
     longDesc   = 'A collection of tools to configure IEEE 802.11 wireless LAN 
cards'
     url        = 
'http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html'
     licenses   = [ 'GPL-2' ]
-    categories = [ 'Network', 'Wireless' ]
+    categories = [ 'Network/Wireless' ]
 
     def setup(r):
         r.macros.archive_name = r.name.replace('-', '_')
@@ -27,3 +27,10 @@
         r.MakeInstall('INSTALL_INC="%(destdir)s/%(includedir)s"'
                       ' INSTALL_MAN="%(destdir)s/%(mandir)s"',
                       rootVar='PREFIX')
+
+        for lang in [ 'cs', 'fr', ]:
+            for man in [ '5', '7', '8', ]:
+                r.Install(lang + '/*.' + man, '%(mandir)s/' + lang + '/man' + 
man + '/')
+
+        r.Doc('CHANGELOG.h', 'DISTRIBUTIONS.txt', 'HOTPLUG.txt',
+              'IFRENAME-VS-XXX.txt', 'PCMCIA.txt', 'README')



Committed by: brcha

Other related posts: