]> git.pld-linux.org Git - packages/elinks.git/commitdiff
- fix bug #899 (elinks fails to display files of size larger than 2 GB but
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 15 Dec 2006 22:50:17 +0000 (22:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  smaller than 4 GB in ftp listing)
- bcond for FSP support
- release 2

Changed files:
    elinks.spec -> 1.138

elinks.spec

index 68748d73a3eb56d86e8ab91172a63559ab574ea7..474b86eda115b573d7cdcaa938c74b141141a86c 100644 (file)
@@ -6,6 +6,7 @@
 %bcond_without 256             # Disable 256 colors support
 %bcond_without bittorrent      # Disable BitTorrent support
 %bcond_without cgi             # Disable Local CGI support
+%bcond_without fsp             # Disable FSP support
 %bcond_without guile           # Disable Guile scripting
 %bcond_without idn             # Disable Internation Domain Names support
 %bcond_without ipv6            # Disable IPv6 support
@@ -25,7 +26,7 @@ Summary(pl):  Eksperymentalny Links (tekstowa przegl
 Summary(pt_BR):        O links é um browser para modo texto, similar ao lynx
 Name:          elinks
 Version:       0.11.2
-Release:       1
+Release:       2
 Epoch:         1
 License:       GPL
 Group:         Applications/Networking
@@ -37,12 +38,13 @@ Source2:    links.png
 Patch0:                %{name}-home_etc.patch
 Patch1:                %{name}-lua40.patch
 Patch2:                %{name}-pl.po-update.patch
+Patch3:                %{name}-bug899.patch
 URL:           http://www.elinks.cz/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bzip2-devel
 BuildRequires: expat-devel
-BuildRequires: fsplib-devel
+%{?with_fsp:BuildRequires:     fsplib-devel}
 BuildRequires: gettext-devel
 BuildRequires: gpm-devel
 %{?with_guile:BuildRequires: guile-devel}
@@ -87,6 +89,7 @@ keepalive.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %{__aclocal}
@@ -105,7 +108,7 @@ keepalive.
        --enable-nntp \
        %{?with_256:--enable-256-colors} \
        --enable-exmode \
-       --enable-fsp \
+       %{?with_fsp:--enable-fsp} \
        %{?with_leds:--enable-leds} \
        --enable-marks \
        --enable-html-highlight \
This page took 0.167679 seconds and 4 git commands to generate.