SPECS: elinks.spec - up to 0.12pre1 (this version supports quite well UTF-8...

witekfl witekfl at pld-linux.org
Tue Jul 1 15:19:04 CEST 2008


Author: witekfl                      Date: Tue Jul  1 13:19:04 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 0.12pre1 (this version supports quite well UTF-8)
- added two bconds lzma and smb
- patches home_etc.patch and date-format must be updated

---- Files affected:
SPECS:
   elinks.spec (1.157 -> 1.158) 

---- Diffs:

================================================================
Index: SPECS/elinks.spec
diff -u SPECS/elinks.spec:1.157 SPECS/elinks.spec:1.158
--- SPECS/elinks.spec:1.157	Fri Jun 27 11:44:51 2008
+++ SPECS/elinks.spec	Tue Jul  1 15:18:58 2008
@@ -1,9 +1,13 @@
 # $Revision$, $Date$
 # TODO: consider lua51
+# home_etc.patch needs update.
+# ~/ points to $HOME_ETC instead of $HOME
+# date-format.patch needs update too
 #
 # Conditional build:
 %bcond_with	x		# Use the X Windows System
 %bcond_with	gnutls		# Enable GNUTLS SSL support (disables openssl)
+%bcond_with	lzma		# Enable lzma support
 %bcond_with	python		# Enable Python scripting support
 %bcond_with	ruby		# Enable (experimental) Ruby scripting support
 %bcond_with	verbose		# verbose build (V=1)
@@ -19,31 +23,30 @@
 %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
 %endif
 #
+%define		pre	pre1
 Summary:	Experimantal Links (text WWW browser)
 Summary(es.UTF-8):	El links es un browser para modo texto, similar a lynx
 Summary(pl.UTF-8):	Eksperymentalny Links (tekstowa przeglądarka WWW)
 Summary(pt_BR.UTF-8):	O links é um browser para modo texto, similar ao lynx
 Name:		elinks
-Version:	0.11.4
-Release:	2
+Version:	0.12.0
+Release:	0.%{pre}.1
 Epoch:		1
 License:	GPL
 Group:		Applications/Networking
-Source0:	http://www.elinks.cz/download/%{name}-%{version}.tar.bz2
-# Source0-md5:	88036a518ebc4f1150a7e14b29f9d8db
+Source0:	http://www.elinks.cz/download/%{name}-0.12%{pre}.tar.bz2
+# Source0-md5:	23f745c33ea91f91ef5b2db385efdfff
 Source1:	%{name}.desktop
 Source2:	links.png
 Patch0:		%{name}-home_etc.patch
 Patch1:		%{name}-lua40.patch
-Patch2:		%{name}-bug517.patch
-Patch3:		%{name}-date-format.patch
-Patch4:		%{name}-chunked.patch
-Patch5:		%{name}-mailcap_DISPLAY.patch
+Patch2:		%{name}-date-format.patch
 URL:		http://www.elinks.cz/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -56,7 +59,9 @@
 %{?with_gnutls:BuildRequires: gnutls-devel >= 1.2.5}
 %{?with_js:BuildRequires:	js-devel >= 1.5-0.rc6a.1}
 %{?with_idn:BuildRequires:	libidn-devel}
+%{?with_smb:BuildRequires:	libsmbclient-devel}
 %{?with_lua:BuildRequires:	lua50-devel}
+%{?with_lzma:BuildRequires:	lzma-devel}
 BuildRequires:	ncurses-devel >= 5.1
 %{?with_openssl:BuildRequires:	openssl-devel >= 0.9.7d}
 %{?with_perl:BuildRequires:	perl-devel}
@@ -92,20 +97,17 @@
 keepalive.
 
 %prep
-%setup -q
-%patch0 -p1
+%setup -q -n elinks-0.12%{pre}
+#%patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+#%patch2 -p1
 
 %build
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
 %configure \
-	HAVE_SMBCLIENT=yes \
+	%{?with_smb:--enable-smb} \
 	--disable-no-root \
 	%{!?debug:--enable-fastmem} \
 	%{?debug:--enable-debug} \
@@ -130,7 +132,8 @@
 	%{!?with_js:--without-spidermonkey} \
 	%{?with_gnutls:--with-gnutls} \
 	%{!?with_openssl:--without-openssl} \
-	--with%{!?with_x:out}-x
+	--with%{!?with_x:out}-x \
+	%{!?with_lzma:--without-lzma}
 # xterm -e is default, one might want to change it to
 # something else
 #	--with-xterm="xterm -e"
@@ -174,6 +177,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.158  2008/07/01 13:18:58  witekfl
+- up to 0.12pre1 (this version supports quite well UTF-8)
+- added two bconds lzma and smb
+- patches home_etc.patch and date-format must be updated
+
 Revision 1.157  2008/06/27 09:44:51  arekm
 - release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/elinks.spec?r1=1.157&r2=1.158&f=u



More information about the pld-cvs-commit mailing list