Browse Source

Daniel Jahre <rock@lospalmos.net>:

gnokii is updated to version 0.5.5
the IBM Public License is added to the list of known licenses


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1853 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Daniel Jahre 21 years ago
parent
commit
01d5fef09f
4 changed files with 17 additions and 14 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +13
    -12
      Documentation/Developers/REGISTER
  3. +2
    -2
      package/daja77/gnokii/gnokii.desc
  4. +1
    -0
      scripts/Check-PkgFormat

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -4,6 +4,7 @@
- updated syslinux (2.0.7)
- Mathieu Doidy: updated lftp (2.6.9), hotplug (2003_08_05), irssi (0.8.8),
gphoto (2.1.3), libgphoto (2.1)
- Daniel Jahre: updated gnokii and adding IBM-Public-License
*) 2003-11-22 (2.0.0-rc3 - 2.0.0-rc4)

+ 13
- 12
Documentation/Developers/REGISTER

@ -58,16 +58,17 @@ Reserved User and Group IDs:
Licence Names (for package description):
----------------------------------------
Unknown The Licence of this package isn't known
GPL The GNU General Public Licence
LGPL The GNU Library General Public Licence
FDL The GNU Free Documentation License
MPL The Mozilla Public Licence
MIT The MIT License
BSD The BSD Licence
OpenSource Any other Open Source licence
Free-to-use Any other non Open Source (but free to use) licence
Commercial Any other non Open Source (commercial) licence
Unknown The Licence of this package isn't known
GPL The GNU General Public Licence
LGPL The GNU Library General Public Licence
FDL The GNU Free Documentation License
MPL The Mozilla Public Licence
MIT The MIT License
BSD The BSD Licence
OpenSource Any other Open Source licence
Free-to-use Any other non Open Source (but free to use) licence
Commercial Any other non Open Source (commercial) licence
IBM-Public-License IBM Open Source License

+ 2
- 2
package/daja77/gnokii/gnokii.desc

@ -37,9 +37,9 @@
[L] GPL
[S] Stable
[V] 0.5.2
[V] 0.5.5
[P] X -----5---9 842.000
[D] 553924422 gnokii-0.5.2.tar.bz2 ftp://ftp.gnokii.org/pub/gnokii/
[D] 1294216492 gnokii-0.5.5.tar.bz2 ftp://ftp.gnokii.org/pub/gnokii/
[O] hook_add postmake 3 "cp Docs/sample/gnokiirc $sysconfdir"

+ 1
- 0
scripts/Check-PkgFormat

@ -104,6 +104,7 @@ for package ; do
case $x in
Unknown|GPL|LGPL|MPL|FDL|MIT|BSD) ;;
OpenSource|Free-to-use|Commercial) ;;
IBM-Public-License) ;;
*) echo "$package: Unknown package" \
"license: $x" ;;
esac

Loading…
Cancel
Save