Author: adamg                        Date: Fri Dec 15 22:50:22 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix bug #899 (elinks fails to display files of size larger than 2 GB but
  smaller than 4 GB in ftp listing)
- bcond for FSP support
- release 2

---- Files affected:
SPECS:
   elinks.spec (1.137 -> 1.138) 

---- Diffs:

================================================================
Index: SPECS/elinks.spec
diff -u SPECS/elinks.spec:1.137 SPECS/elinks.spec:1.138
--- SPECS/elinks.spec:1.137     Tue Dec  5 20:39:49 2006
+++ SPECS/elinks.spec   Fri Dec 15 23:50:17 2006
@@ -7,6 +7,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
@@ -26,7 +27,7 @@
 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
@@ -38,12 +39,13 @@
 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}
@@ -88,6 +90,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %{__aclocal}
@@ -106,7 +109,7 @@
        --enable-nntp \
        %{?with_256:--enable-256-colors} \
        --enable-exmode \
-       --enable-fsp \
+       %{?with_fsp:--enable-fsp} \
        %{?with_leds:--enable-leds} \
        --enable-marks \
        --enable-html-highlight \
@@ -162,6 +165,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.138  2006/12/15 22:50:17  adamg
+- fix bug #899 (elinks fails to display files of size larger than 2 GB but
+  smaller than 4 GB in ftp listing)
+- bcond for FSP support
+- release 2
+
 Revision 1.137  2006/12/05 19:39:49  adamg
 - todo done
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/elinks.spec?r1=1.137&r2=1.138&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to