packages: elinks/elinks.spec - ELinks is GPL v2 only, while the current sam...

witekfl witekfl at pld-linux.org
Mon Jun 1 15:06:34 CEST 2009


Author: witekfl                      Date: Mon Jun  1 13:06:34 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- ELinks is GPL v2 only, while the current samba is GPL v3,
  so the smb support is disabled by default.

---- Files affected:
packages/elinks:
   elinks.spec (1.166 -> 1.167) 

---- Diffs:

================================================================
Index: packages/elinks/elinks.spec
diff -u packages/elinks/elinks.spec:1.166 packages/elinks/elinks.spec:1.167
--- packages/elinks/elinks.spec:1.166	Sun May 31 14:12:46 2009
+++ packages/elinks/elinks.spec	Mon Jun  1 15:06:29 2009
@@ -6,6 +6,8 @@
 %bcond_with	lzma		# Enable lzma support
 %bcond_with	python		# Enable Python scripting support
 %bcond_with	ruby		# Enable (experimental) Ruby scripting support
+%bcond_with	smb		# Enable smb protocol support (smb requires libsmbclient)
+#The latest libsmbclient is GPLv3, while ELinks is GPL v2 only.
 %bcond_with	verbose		# verbose build (V=1)
 %bcond_with	x		# Use the X Windows System
 %bcond_without	256		# Disable 256 colors support
@@ -20,7 +22,6 @@
 %bcond_without	lua		# Disable Lua scripting
 %bcond_without	openssl		# Disable OpenSSL support
 %bcond_without	perl		# Disable Perl scripting
-%bcond_without	smb		# Disable smb protocol support (smb requires libsmbclient)
 # 
 %if %{with gnutls}
 %undefine	with_openssl
@@ -35,7 +36,7 @@
 Version:	0.12
 Release:	0.%{pre}.1
 Epoch:		1
-License:	GPL
+License:	GPL v2
 Group:		Applications/Networking
 Source0:	http://www.elinks.cz/download/%{name}-%{version}%{pre}.tar.bz2
 # Source0-md5:	0b7eb0edc5f72c9a05d78f2f71e21414
@@ -180,6 +181,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.167  2009/06/01 13:06:29  witekfl
+- ELinks is GPL v2 only, while the current samba is GPL v3,
+  so the smb support is disabled by default.
+
 Revision 1.166  2009/05/31 12:12:46  witekfl
 - up to 0.12pre4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/elinks/elinks.spec?r1=1.166&r2=1.167&f=u



More information about the pld-cvs-commit mailing list