packages: rpmlint/rpmlint-config.patch, rpmlint/rpmlint-groups.patch, rpmli...

glen glen at pld-linux.org
Sun Jan 9 17:51:58 CET 2011


Author: glen                         Date: Sun Jan  9 16:51:58 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- started 1.0 update

---- Files affected:
packages/rpmlint:
   rpmlint-config.patch (1.1 -> 1.2) , rpmlint-groups.patch (1.1 -> 1.2) , rpmlint-licenses.patch (1.2 -> 1.3) , rpmlint.spec (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: packages/rpmlint/rpmlint-config.patch
diff -u packages/rpmlint/rpmlint-config.patch:1.1 packages/rpmlint/rpmlint-config.patch:1.2
--- packages/rpmlint/rpmlint-config.patch:1.1	Wed Mar  1 01:15:34 2006
+++ packages/rpmlint/rpmlint-config.patch	Sun Jan  9 17:51:52 2011
@@ -1,33 +1,11 @@
---- rpmlint-0.71/TagsCheck.py~	2006-02-28 23:56:18.000000000 +0200
-+++ rpmlint-0.71/TagsCheck.py	2006-02-28 23:59:10.000000000 +0200
-@@ -152,7 +152,7 @@
-     'Charityware'
-     )
+--- rpmlint-1.0/config~	2010-03-02 19:39:00.000000000 +0200
++++ rpmlint-1.0/config	2011-01-09 18:33:02.713646528 +0200
+@@ -156,7 +156,7 @@
  
--DEFAULT_PACKAGER = '@mandriva.com|@mandriva.org|http://www.mandrivaexpert.com'
-+DEFAULT_PACKAGER = 'PLD bug tracking system ( http://bugs.pld-linux.org/ )'
+ # Whether %changelog entries should contain a version.
+ # Type: boolean, default: True
+-#setOption("UseVersionInChangelog", True)
++setOption("UseVersionInChangelog", False)
  
- BAD_WORDS = {
-     'alot': 'a lot',
-@@ -412,10 +412,11 @@
-     }
- DEFAULT_FORBIDDEN_WORDS_REGEX='mandrake'
- DEFAULT_VALID_BUILDHOST='\.mandriva\.com$|\.mandriva\.org$'
-+DEFAULT_VALID_BUILDHOST='\.pld-linux\.org$'
- DEFAULT_INVALID_REQUIRES=('^is$', '^not$', '^owned$', '^by$', '^any$', '^package$', '^libsafe\.so\.')
- DEFAULT_INVALID_URL='mandrake'
- 
--distribution=Config.getOption("Distribution", "Mandriva Linux")
-+distribution=Config.getOption("Distribution", "PLD")
- VALID_GROUPS=Config.getOption('ValidGroups', DEFAULT_VALID_GROUPS)
- VALID_LICENSES=Config.getOption('ValidLicenses', DEFAULT_VALID_LICENSES)
- INVALID_REQUIRES=map(lambda x: re.compile(x), Config.getOption('InvalidRequires', DEFAULT_INVALID_REQUIRES))
-@@ -424,7 +425,7 @@
- changelog_version_regex=re.compile('[^>]([^ >]+)\s*$')
- release_ext=Config.getOption('ReleaseExtension', 'mdk')
- extension_regex=release_ext and re.compile(release_ext + '$')
--use_version_in_changelog=Config.getOption('UseVersionInChangelog', 1)
-+use_version_in_changelog=Config.getOption('UseVersionInChangelog', 0)
- devel_regex=re.compile('(.*)-devel')
- devel_number_regex=re.compile('(.*?)([0-9.]+)(_[0-9.]+)?-devel')
- lib_devel_number_regex=re.compile('^lib(.*?)([0-9.]+)(_[0-9.]+)?-devel')
+ # Architecture dependent paths in which packages are allowed to install files
+ # even if they are all non-binary.

================================================================
Index: packages/rpmlint/rpmlint-groups.patch
diff -u packages/rpmlint/rpmlint-groups.patch:1.1 packages/rpmlint/rpmlint-groups.patch:1.2
--- packages/rpmlint/rpmlint-groups.patch:1.1	Tue Feb 28 22:55:43 2006
+++ packages/rpmlint/rpmlint-groups.patch	Sun Jan  9 17:51:52 2011
@@ -1,192 +1,11 @@
-produced with commands (and yes, there's space):
-
-(cd ../../SOURCES; cvs up rpm.groups)
-awk -vq="'" '/^[A-Z].*/ { printf("    %c%s%c,\n", q, $0, q) }' < ../../SOURCES/rpm.groups > groups
-
-and then inserted in vim:
-:r groups
-
---- rpmlint-0.71/TagsCheck.py~	2005-07-01 05:59:46.000000000 +0300
-+++ rpmlint-0.71/TagsCheck.py	2006-02-28 23:51:27.000000000 +0200
-@@ -15,92 +15,95 @@
- import Config
- 
- DEFAULT_VALID_GROUPS=(
--    'Accessibility',
--    'Archiving/Backup',
--    'Archiving/Cd burning',
--    'Archiving/Compression',
--    'Archiving/Other',
--    'Books/Computer books',
--    'Books/Faqs',
--    'Books/Howtos',
--    'Books/Literature',
--    'Books/Other',
--    'Communications',
--    'Databases',
--    'Development/C',
--    'Development/C++',
--    'Development/Databases',
--    'Development/GNOME and GTK+',
--    'Development/Java',
--    'Development/KDE and Qt',
--    'Development/Kernel',
--    'Development/Other',
--    'Development/Perl',
--    'Development/Python',
--    'Editors',
--    'Education',
--    'Emulators',
--    'File tools',
--    'Games/Adventure',
--    'Games/Arcade',
--    'Games/Boards',
--    'Games/Cards',
--    'Games/Other',
--    'Games/Puzzles',
--    'Games/Sports',
--    'Games/Strategy',
--    'Graphical desktop/Enlightenment',
--    'Graphical desktop/FVWM based',
--    'Graphical desktop/GNOME',
--    'Graphical desktop/Icewm',
--    'Graphical desktop/KDE',
--    'Graphical desktop/Other',
--    'Graphical desktop/Sawfish',
--    'Graphical desktop/WindowMaker',
--    'Graphical desktop/Xfce',
--    'Graphics',
--    'Monitoring',
--    'Networking/Chat',
--    'Networking/File transfer',
--    'Networking/IRC',
--    'Networking/Instant messaging',
--    'Networking/Mail',
--    'Networking/News',
--    'Networking/Other',
--    'Networking/Remote access',
--    'Networking/WWW',
--    'Office',
--    'Publishing',
--    'Sciences/Astronomy',
--    'Sciences/Biology',
--    'Sciences/Chemistry',
--    'Sciences/Computer science',
--    'Sciences/Geosciences',
--    'Sciences/Mathematics',
--    'Sciences/Other',
--    'Sciences/Physics',
--    'Shells',
--    'Sound',
--    'System/Base',
--    'System/Configuration/Boot and Init',
--    'System/Configuration/Hardware',
--    'System/Configuration/Networking',
--    'System/Configuration/Other',
--    'System/Configuration/Packaging',
--    'System/Configuration/Printing',
--    'System/Fonts/Console',
--    'System/Fonts/True type',
--    'System/Fonts/Type1',
--    'System/Fonts/X11 bitmap',
--    'System/Internationalization',
--    'System/Kernel and hardware',
--    'System/Libraries',
--    'System/Servers',
--    'System/X11',
--    'Terminals',
--    'Text tools',
--    'Toys',
--    'Video',
-+    'Applications',
-+    'Applications/Archiving',
-+    'Applications/Communications',
-+    'Applications/Console',
-+    'Applications/Databases',
-+    'Applications/Databases/Interfaces',
-+    'Applications/Dictionaries',
-+    'Applications/Editors',
-+    'Applications/Editors/Emacs',
-+    'Applications/Editors/Vim',
-+    'Applications/Editors/XEmacs',
-+    'Applications/Emulators',
-+    'Applications/Engineering',
-+    'Applications/File',
-+    'Applications/Graphics',
-+    'Applications/Games',
-+    'Applications/Networking',
-+    'Applications/Mail',
-+    'Applications/Math',
-+    'Applications/Multimedia',
-+    'Applications/News',
-+    'Applications/Printing',
-+    'Applications/Publishing',
-+    'Applications/Publishing/SGML',
-+    'Applications/Publishing/TeX',
-+    'Applications/Publishing/XML',
-+    'Applications/Publishing/XML/Java',
-+    'Applications/Science',
-+    'Applications/Shells',
-+    'Applications/Sound',
-+    'Applications/Spreadsheets',
-+    'Applications/System',
-+    'Applications/Terminal',
-+    'Applications/Text',
-+    'Applications/WWW',
-+    'Base',
-+    'Base/Kernel',
-+    'Base/Authentication and Authorization',
-+    'Base/Utilities',
-+    'Daemons',
-+    'Development',
-+    'Development/Building',
-+    'Development/Debuggers',
-+    'Development/Languages',
-+    'Development/Languages/Fortran',
-+    'Development/Languages/Java',
-+    'Development/Languages/Modula3',
-+    'Development/Languages/PHP',
-+    'Development/Languages/Perl',
-+    'Development/Languages/Python',
-+    'Development/Languages/Scheme',
-+    'Development/Languages/Tcl',
-+    'Development/Libraries',
-+    'Development/Libraries/Libc',
-+    'Development/Tools',
-+    'Development/Version Control',
-+    'Documentation',
-+    'Fonts',
-+    'Libraries',
-+    'Libraries/Python',
-+    'Libraries/XML',
-+    'Networking',
-+    'Networking/Admin',
-+    'Networking/Daemons',
-+    'Networking/Daemons/Java',
-+    'Networking/Daemons/Java/Extensions',
-+    'Networking/Daemons/Java/Servlets',
-+    'Networking/News',
-+    'Networking/Utilities',
-+    'Themes',
-+    'Themes/GTK+',
-+    'X11',
-+    'X11/Amusements',
-+    'X11/Applications',
-+    'X11/Applications/Editors',
-+    'X11/Applications/Games',
-+    'X11/Applications/Games/Strategy',
-+    'X11/Applications/Graphics',
-+    'X11/Applications/Multimedia',
-+    'X11/Applications/Networking',
-+    'X11/Applications/Publishing',
-+    'X11/Applications/Science',
-+    'X11/Applications/Sound',
-+    'X11/Development/Libraries',
-+    'X11/Development/Tools',
-+    'X11/Libraries',
-+    'X11/Servers',
-+    'X11/Window Managers',
-+    'X11/Window Managers/Tools',
-     )
- 
- # liste grabbed from www.opensource.org/licenses
+--- rpmlint-1.0/Pkg.py~	2010-06-05 22:55:53.000000000 +0300
++++ rpmlint-1.0/Pkg.py	2011-01-09 18:37:55.913942986 +0200
+@@ -176,7 +176,7 @@
+     groups = []
+     if not filename:
+         try:
+-            p = InstalledPkg('rpm')
++            p = InstalledPkg('rpmlint')
+         except:
+             pass
+         else:

================================================================
Index: packages/rpmlint/rpmlint-licenses.patch
diff -u packages/rpmlint/rpmlint-licenses.patch:1.2 packages/rpmlint/rpmlint-licenses.patch:1.3
--- packages/rpmlint/rpmlint-licenses.patch:1.2	Wed Mar  1 23:03:23 2006
+++ packages/rpmlint/rpmlint-licenses.patch	Sun Jan  9 17:51:52 2011
@@ -1,729 +1,11 @@
-produced using:
-sed -e "s,',\\\\',g" ../../PLD-doc/license-tags.txt | awk -vq="'" '{printf("    %s%s%s,\n", q, $0, q)}'
-
-diff -u rpmlint-0.71/TagsCheck.py ./TagsCheck.py
---- rpmlint-0.71/TagsCheck.py	2006-03-01 23:51:36.000000000 +0200
-+++ ./TagsCheck.py	2006-03-01 23:59:53.000000000 +0200
-@@ -106,50 +106,687 @@
-     'X11/Window Managers/Tools',
-     )
- 
--# liste grabbed from www.opensource.org/licenses
-+# see http://cvs.pld-linux.org/PLD-doc/license-tags.txt
+--- rpmlint-1.0/TagsCheck.py~	2010-06-23 21:34:28.000000000 +0300
++++ rpmlint-1.0/TagsCheck.py	2011-01-09 18:36:31.642820895 +0200
+@@ -34,6 +34,8 @@
+     enchant = None
+ del _use_enchant
  
++# See PLD License list at
++# http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/PLD-doc/license-tags.txt
  DEFAULT_VALID_LICENSES = (
--    'GPL',
--    'LGPL',
--    'GFDL',
--    'OPL',
-+    'Academic Free License v2.0',
-+    'Activision/Raven, see Documentation',
-+    'AFL v2.0 or GPL v2',
-+    'AFL v2.1 or GPL v2',
-+    'AFPL',
-+    'Aladdin FPL and partially LGPL',
-+    'Aladdin Free Public Licence (see LICENCE)',
-+    'Aladdin Free Public License',
-+    'Alladin Free Public License (see Public.htm)',
-+    'almost free, distributable',
-+    'AMS (BSD like; look at COPYRIGHT)',
-+    'Apache',
-+    'Apache 1.1',
-+    'Apache/BSD-like',
-+    'Apache/BSD Style',
-+    'Apache Group',
-+    'Apache Group License',
-+    'Apache license',
-+    'Apache License',
-+    'Apache License 2.0',
-+    'Apache License style',
-+    'Apache-like',
-+    'Apache Software License',
-+    'Apache Software License 1.1',
-+    'Apache Software License 2.0',
-+    'Apache Software License v1.1',
-+    'Apache Software License v2',
-+    'Apache Software License, Version 2.0',
-+    'Apache-style License',
-+    'Apache v1.1',
-+    'Apache v2.0',
-+    'Apache/W3C',
-+    'Apache/W3C/Public Domain',
-+    'Apple Free Copyright',
-+    'APSL',
-+    'APSL / Other (see COPYING)',
-     'Artistic',
-+    'Artistic 2.0',
-+    'Artistic and GPL',
-+    'Artistic for code, GPL v2 for icons',
-+    'Artistic (generally free)',
-+    'Artistic, GPL or BSD',
-+    'Artistic (see LICENSE.html)',
-+    'as-is',
-+    'ASIS',
-+    'ASL',
-+    'ASL v2.0',
-+    'ATI',
-+    'ATI Binary (parts are GPL)',
-+    'AT&T Open Source',
-+    'avas is public domain, ace is on Statlib',
-+    'Beer-ware, distributable',
-+    'BeOpen Python Open Source License',
-+    'BitKeeper',
-+    'BitTorrent Open Source License',
-+    'Boost Software License and others',
-+    'Borland, some modifications are BSD-like licensed (generally free)',
-     'BSD',
-+    'BSD almost without source',
-+    'BSD, Artistic or GPL',
-+    'BSD/GPL',
-+    'BSD, LGPL',
-+    'BSD (library), GPL (Linux kernel module)',
-+    'BSD License',
-+    'BSD-like',
-+    'BSD-like/Apache',
-+    'BSD-like (Apple Computer, Inc.)',
-+    'BSD-like/Apple Public Source License v2.0 (see COPYING)',
-+    'BSD-like (Bell Communications Research)',
-+    'BSD-like (except for festival.el, which is on GPL)',
-+    'BSD-like, GPL',
-+    'BSD-like or GPL',
-+    'BSD-like (or GPLv2 for core - see LICENSE)',
-+    'BSD-like/Public Domain (see source)',
-+    'BSD-like + restricted vendor\'s name usage (see copyright file)',
-+    'BSD-like (see COPYING)',
-+    'BSD-like (see COPYRIGHT)',
-+    'BSD-like (see docs)',
-+    'BSD-like (see included license.txt)',
-+    'BSD-like (see LEGAL_NOTICE)',
-+    'BSD-like (see LICENSE)',
-+    'BSD-like (see LICENSE.txt)',
-+    'BSD-like (see README.txt)',
-+    'BSD-like with partial source only',
-+    'BSD-like, with restrictions',
-+    'BSD-like w/o adv. clause',
-+    'BSD & NRL',
-+    'BSD or Artistic or GPL',
-+    'BSD (see LICENCE)',
-+    'BSD (see LICENSE_BINARY)',
-+    'BSD style',
-+    'BSD-style',
-+    'BSD w/o adv. clause',
-+    '(C) 1997, 1998 Norman Walsh (Free)',
-+    '(c) 1999 APC, inc.',
-+    'Cambridge University Technical Services Limited',
-+    'Caucho Developer Source License',
-+    'CCA v2.0',
-+    'CDDL v1.0',
-+    'Charityware',
-+    'chntpw',
-+    'CNRI',
-+    'CNRI OPEN SOURCE LICENSE',
-+    'commercial',
-+    'Commercial',
-+    'commercial (Copyright (C) RealNetworks, Inc.)',
-+    'commercial (Copyright (C) RealNetworks, Inc.)',
-+    'Commercial (Full 5 user licence for free - registration may be required)',
-+    'Commercial, redistributable (see LICENSE)',
-+    'Commercial (see EULA)',
-+    'commercial with 30-day trial period (see LICENSE)',
-+    'Common Public License v0.5',
-+    'Copyright 1995-2002 (MIT) (INRIA), (L)GPL compatible',
-+    'Copyright (C) 1995,1996,1997,1998,1999,2000,2001 Sebastian Rahtz <s.rahtz at elsevier.co.uk>',
-+    'Copyright (C) 1995,1996,1997,1998 Sebastian Rahtz <s.rahtz at elsevier.co.uk>',
-+    'Copyright (c) 2000-2001, eGenix.com Software GmbH, All Rights Reserved (partly only for non-comercial use)',
-+    'Copyright (C) by Bellcore, non-profit use and redistribution permitted (see COPYING for details)',
-+    'Copyright (C) OMRON Corporation, OMRON Software Co., Ltd. (see README)',
-+    'Copyright (C) OMRON Corporation, OMRON Software Co., Ltd. (see README)',
-+    'Copyright (distributable)',
-+    'Copyrighted by Murat Balaban (distributable, see COPYING)',
-+    'Copyrighted, freely distributable if unmodified',
-+    'CPL',
-+    'CPL 1.0',
-+    'CPL/GPL',
-+    'CPL/LGPL',
-+    'CPL or GPL or LGPL',
-+    'CPL v0.5',
-+    'CPL v1.0',
-+    'CPL (yiterm), GPL (the rest)',
-+    'Crawl GPL',
-+    'Creative Commons and/or Public Domain',
-+    'Creative Commons License (see COPYING)',
-+    'Creative Commons License (see legalcode.html)',
-+    'custom',
-+    'Custom',
-+    'custom, distributable',
-+    'Custom (do, what you want)',
-+    'custom (EULA), non-distributable',
-+    'custom (free)',
-+    'custom (free, Artistic-like)',
-+    'Custom Licence by (c) 2003-2004 Linuxant inc. All rights reserved.',
-+    'custom, non-distributable',
-+    'custom OPL (see License),FDL',
-+    'custom (see LICENSE* files)',
-+    '(C) Windmill Software 1983',
-+    'Dell',
-+    'Demo of commercial application',
-+    'Design Science',
-+    'Design Science License (DSL)',
-+    'Different per subpackage',
-+    'Digital\'s paranoid but open-source license',
-+    'distributable',
-+    'Distributable',
-+    'distributable (BSD, GPL, LGPL, Artistic; see COPYING)',
-+    'distributable - Copyright 1989,1990 by Paul Sutcliffe Jr.',
-+    'distributable (Copyright (C) 2000 Kevin Sullivan)',
-+    'Distributable for PLD',
-+    'Distributable for PLD until 31 Dec 2006 - http://distribute.opera.com/ (otherwise restricted, see file LICENSE)',
-+    'Distributable, free for demo-, evaluation- and personal use',
-+    'distributable if unchanged and without charge',
-+    'distributable if unchanged (see LICENSE)',
-+    'distributable if unmodified',
-+    'distributable (mostly GPL)',
-+    'distributable - most of it GPL',
-+    'distributable not for profit, free use',
-+    'distributable provided copyright and permission notices are included',
-+    'distributable (see COPYING)',
-+    'distributable (see COPYING for details)',
-+    'distributable (see COPYING.txt)',
-+    'distributable, see included LICENSE',
-+    'distributable (see LICENSE)',
-+    'distributable (see LICENSE for details)',
-+    'distributable (see README)',
-+    'distributable (see README.gz)',
-+    'distributable (see readme.txt)',
-+    'Distributable with author\'s permission',
-+    'distributable with free-unices distros, free for non-profit non-commercial purposes',
-+    'distributable without modifications',
-+    'distribution restricted (http://www.adobe.com/products/acrobat/distribute.html)',
-+    'DivX Open License',
-+    'DJB (free to use, see http://cr.yp.to/distributors.html)',
-+    'DJB (http://cr.yp.to/distributors.html)',
-+    'DJB http://cr.yp.to/distributors.html',
-+    'DJB (http://cr.yp.to/qmail/dist.html)',
-+    'DOOM3',
-+    'dual licensed using BSD-Style and LGPL',
-+    'dunno',
-+    'Eclipse Public License',
-+    'EPL v1.0',
-+    'Eric Bischoff, Mark Galassi, Jochem Huhmann, Steve Cheng, and Frederik Fouvry; GPL 2.0',
-+    'extended GPL v2',
-+    'FDL',
-+    'for use with KSocrat only',
-+    'free',
-+    'Free',
-+    'free/commercial (Gentleware AG)',
-+    'Free copying + BSD license',
-+    'Free (Copyright (C) 1999 The OpenJade group)',
-+    'Free (Copyright (C) Technische Universitaet Berlin)',
-+    'Free for educational use, non-distributable',
-+    'Free for non comercial use',
-+    'Free for non-comercial use, non-distributable',
-+    'free for non-commercial',
-+    'Free for non-commercial distribution',
-+    'free for non-commercial purposes',
-+    'Free for non-commercial purposes (see README and data sets help pages for details)',
-+    'free for non-commercial, scientific use only in HDF software',
-+    'Free for non-commercial use',
-+    'Free for noncommercial use',
-+    'Free for non-commerical use',
-+    'free for non-profit (non-distributable)',
-+    'Free for personal or research use, distributable',
-+    'Free for personal use',
-+    'free for use in HDF software',
-+    'Free + GPL (for some parts of code)',
-+    'Free (libs), (c) Microsoft Corporation (headers)',
-+    'freely distributable',
-+    'Freely distributable',
-+    'Freely Distributable',
-+    'freely distributable for non-commercial use, GPL (mpglib)',
-+    'freely distributable (SGI)',
-+    'freely distributable & usable (JServ), LGPL (JSDK)',
-+    'Freely redistributable and some GPL',
-+    'free, not-distributable',
-+    'free of charge for non-profit or internal use',
-+    'Free, only Copyright must be preserved',
-+    'free (see cd.html)',
-+    'free (see LICENSE)',
-+    'free (see manuals)',
-+    'free (see README)',
-+    'Free (see README)',
-+    'Free Software',
-+    'free to use',
-+    'Free to use',
-+    'Free to use but restricted',
-+    'Free to use, but see http://www.cogsci.princeton.edu/~wn/',
-+    'Free to use, non-distributable',
-+    'free to use, no restrictions',
-+    'Free to use (see COPYING)',
-+    'free use, but modifications must be notified to the author',
-+    'free use, distributable',
-+    'Free use, no source',
-+    'free use on Linux (see LICENSE)',
-+    'freeware',
-+    'Freeware',
-+    'Freeware (academic non commercial use)',
-+    'Freeware for non-commercial use, not distributable without source',
-+    'Freeware (non-commercial use and distribution only)',
-+    'Freeware with exceptions - see docs',
-+    'GFDL',
-+    'Giftware',
-+    'GNU',
-+    'GNU v2',
-+    'GPL',
-+    'GPL 2',
-+    'GPL and Artistic',
-+    'GPL and FIPL (see the license-fi.txt)',
-+    'GPL and LGPL',
-+    'GPL (application), BSD-like (libnetbrake)',
-+    'GPL/Artistic',
-+    'GPL (Atari800), distributable if unmodified (xf25 with ROMs)',
-+    'GPL/BSD',
-+    'GPL/BSD (partial source)',
-+    'GPL (but see description)',
-+    'GPL, but see description for restrictions',
-+    'GPL, but SIFT algorithm may require license in some countries',
-+    'GPL, but source URL and version must be specified',
-+    'GPL, but uses commercial xaudio library',
-+    'GPL/Creative Common ShareAlike License',
-+    'GPL (except for images - see COPYING)',
-+    'GPL except music',
-+    'GPL except .pak file',
-+    'GPL (except ROMs)',
-+    'GPL (except TOS image)',
-+    'GPL (eyes), BSD (tips)',
-+    'GPL (forced only by gzip code, basically BSD-like)',
-+    'GPL for code, artwork and sounds can be redistributed only with Maelstrom',
-+    'GPL (for code only)',
-+    'GPL (for personal and educational use; non-distributable in binary form)',
-+    'GPL, free or free for non-commercial use',
-+    'GPL/Freeware',
-+    'GPL / GPL v2',
-+    'GPL (interface) / closed source (actual driver)',
-+    'GPL (Lemmings), unknown (the rest)',
-+    'GPL, LGPL',
-+    'GPL/LGPL',
-+    'GPL/LGPL/MIT',
-+    'GPL-like',
-+    'GPL-like/"reserved" (see documentation for details)',
-+    'GPL/MIT',
-+    'GPL + MySQL FLOSS Exception',
-+    'GPL (not Firmware)',
-+    'GPL or Artistic',
-+    'GPL or Artistic or BSD',
-+    'GPL or Blitz artistic license',
-+    'GPL or BSD',
-+    'GPL or commercial',
-+    'GPL or custom (see COPYING)',
-+    'GPL or FTL',
-+    'GPL or MIT or Free',
-+    'GPL or Netscape Public License 1.1',
-+    'GPL or QPL',
-+    'GPL, partially free (see COPYRIGHT.vmo2wav)',
-+    'GPL, partially LGPL',
-+    'GPL, partialy LGPL',
-+    'GPL, perhaps except for doom3.wad',
-+    'GPL (perl code also Artistic)',
-+    'GPL/PHP',
<<Diff was trimmed, longer than 597 lines>>

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rpmlint/rpmlint-config.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rpmlint/rpmlint-groups.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rpmlint/rpmlint-licenses.patch?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rpmlint/rpmlint.spec?r1=1.26&r2=1.27&f=u



More information about the pld-cvs-commit mailing list