]> git.pld-linux.org Git - packages/elinks.git/commitdiff
- updated lua40 patch to use lua50 (as elinks no longer supports lua 4.0) auto/ac/elinks-0_11_0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 10 Jan 2006 22:59:08 +0000 (22:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated pl.po-update patch (real pl.po update for 0.11.0)
- fixed bcond typo which disabled bittorrent support

Changed files:
    elinks.spec -> 1.126

elinks.spec

index 8b421ddfce30f9701e10dbd12d1ed559bfef7aa4..502803fa25d607ed8291eba642f958bbb18d34b2 100644 (file)
@@ -1,19 +1,19 @@
 #
 # Conditional build:
-%bcond_with    x       # Use the X Windows System
-%bcond_with    gnutls  # Enable GNUTLS SSL support (disables openssl)
-%bcond_with    ruby    # Enable (experimental) Ruby scripting support
-%bcond_without 256     # Disable 256 colors support
-%bcond_without bittorent # Disable BitTorrent support
-%bcond_without cgi     # Disable Local CGI support
-%bcond_without guile   # Disable Guile scripting
-%bcond_without idn     # Disable Internation Domain Names support
-%bcond_without ipv6    # Disable IPv6 support
-%bcond_without js      # Disable experimental (yet quite usable) JavaScript support (using SpiderMonkey)
-%bcond_without led     # Disable LEDs
-%bcond_without lua     # Disable Lua scripting
-%bcond_without openssl # Disable OpenSSL support
-%bcond_without perl    # Disable Perl scripting
+%bcond_with    x               # Use the X Windows System
+%bcond_with    gnutls          # Enable GNUTLS SSL support (disables openssl)
+%bcond_with    ruby            # Enable (experimental) Ruby scripting support
+%bcond_without 256             # Disable 256 colors support
+%bcond_without bittorrent      # Disable BitTorrent support
+%bcond_without cgi             # Disable Local CGI support
+%bcond_without guile           # Disable Guile scripting
+%bcond_without idn             # Disable Internation Domain Names support
+%bcond_without ipv6            # Disable IPv6 support
+%bcond_without js              # Disable experimental (yet quite usable) JavaScript support (using SpiderMonkey)
+%bcond_without led             # Disable LEDs
+%bcond_without lua             # Disable Lua scripting
+%bcond_without openssl         # Disable OpenSSL support
+%bcond_without perl            # Disable Perl scripting
 # 
 %if %{with gnutls}
 %undefine      with_openssl
This page took 0.166983 seconds and 4 git commands to generate.