SPECS (DEVEL): sylpheed.spec - 2.6.0rc - fix problem with redeclaration of ...

lisu lisu at pld-linux.org
Wed Dec 3 09:58:52 CET 2008


Author: lisu                         Date: Wed Dec  3 08:58:51 2008 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- 2.6.0rc
- fix problem with redeclaration of SOCK_NONBLOCK previously declared in glibc's socket.h (glibc.patch
- URL set to english website

---- Files affected:
SPECS:
   sylpheed.spec (1.205.2.2 -> 1.205.2.3) 

---- Diffs:

================================================================
Index: SPECS/sylpheed.spec
diff -u SPECS/sylpheed.spec:1.205.2.2 SPECS/sylpheed.spec:1.205.2.3
--- SPECS/sylpheed.spec:1.205.2.2	Tue Nov 25 14:11:42 2008
+++ SPECS/sylpheed.spec	Wed Dec  3 09:58:46 2008
@@ -9,19 +9,22 @@
 %bcond_without	ldap		# without LDAP support
 %bcond_without	ssl		# without SSL support
 #
-%define	_beta	beta2
+%define	_rc	rc
 Summary:	GTK+ based fast e-mail client
 Summary(pl.UTF-8):	Szybki klient poczty bazujący na GTK+
 Summary(pt_BR.UTF-8):	Um rápido e leve cliente de email baseado em GTK+
 Name:		sylpheed
 Version:	2.6.0
-Release:	0.%{_beta}.1
+Release:	0.%{_rc}.1
+# remove after final 2.6.0 rel will show up
+Epoch:		1
 License:	GPL v2+
 Group:		X11/Applications/Networking
-Source0:	http://sylpheed.sraoss.jp/sylpheed/v2.6beta/%{name}-%{version}%{_beta}.tar.bz2
-# Source0-md5:	d746d3427c2462a4ec66ebd1488adf99
+Source0:	http://sylpheed.sraoss.jp/sylpheed/v2.6beta/%{name}-%{version}%{_rc}.tar.bz2
+# Source0-md5:	832245fdd1fa7016911d18a70eb11434
 Patch0:		%{name}-nolibs.patch
-URL:		http://sylpheed.sraoss.jp/
+Patch1:		%{name}-glibc.patch
+URL:		http://sylpheed.sraoss.jp/en/
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
 %{?with_compface:BuildRequires:	compface-devel}
@@ -80,8 +83,9 @@
 - catálogo de enderecos XML-based
 
 %prep
-%setup -q -n %{name}-%{version}%{_beta}
+%setup -q -n %{name}-%{version}%{_rc}
 %patch0 -p1
+%patch1 -p1
 
 %{__perl} -pi -e 's at gtk/gtkclist.h at gtk/gtk.h@' src/*.c
 
@@ -143,6 +147,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.205.2.3  2008/12/03 08:58:46  lisu
+- 2.6.0rc
+- fix problem with redeclaration of SOCK_NONBLOCK previously declared in glibc's socket.h (glibc.patch
+- URL set to english website
+
 Revision 1.205.2.2  2008/11/25 13:11:42  lisu
 - proper revision
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/sylpheed.spec?r1=1.205.2.2&r2=1.205.2.3&f=u



More information about the pld-cvs-commit mailing list