]> git.pld-linux.org Git - packages/elinks.git/commitdiff
- ELinks is GPL v2 only, while the current samba is GPL v3,
authorwitekfl <witekfl@pld-linux.org>
Mon, 1 Jun 2009 13:06:29 +0000 (13:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  so the smb support is disabled by default.

Changed files:
    elinks.spec -> 1.167

elinks.spec

index 8452a51f0d5d181641809ce4d0f4aa71dd94a978..7ce24488c8329213fedfd01ed1b255f11a975abd 100644 (file)
@@ -5,6 +5,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
@@ -19,7 +21,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
@@ -34,7 +35,7 @@ Name:         elinks
 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
This page took 0.161547 seconds and 4 git commands to generate.