SPECS: centericq.spec - add amd64 jabber fix from altlinux, doesn'...

glen glen at pld-linux.org
Tue Apr 24 15:02:33 CEST 2007


Author: glen                         Date: Tue Apr 24 13:02:32 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add amd64 jabber fix from altlinux, doesn't build

---- Files affected:
SPECS:
   centericq.spec (1.50 -> 1.51) 

---- Diffs:

================================================================
Index: SPECS/centericq.spec
diff -u SPECS/centericq.spec:1.50 SPECS/centericq.spec:1.51
--- SPECS/centericq.spec:1.50	Mon Feb 12 22:23:50 2007
+++ SPECS/centericq.spec	Tue Apr 24 15:02:27 2007
@@ -1,4 +1,6 @@
 # $Revision$, $Date$
+# TODO
+# - WARNING: No GPG support in Jabber, since GPGME library not found or its setup not ok
 Summary:	Console ncurses based IM (ICQ, Yahoo!, MSN, AIM, IRC) client
 Summary(es.UTF-8):	CenterICQ es un cliente ICQ basado en ncurses para el modo texto
 Summary(pl.UTF-8):	Klient IM (ICQ, Yahoo!, MSN, AIM, IRC) w wersji tekstowej
@@ -13,6 +15,7 @@
 Patch0:		%{name}-no_libgnutls.patch
 Patch1:		%{name}-icq-short-read.patch
 Patch2:		%{name}-memory-handling.patch
+Patch3:		%{name}-amd64jabber.patch
 URL:		http://thekonst.net/centericq/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -61,6 +64,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 mv -f po/{zh_TW.Big5,zh_TW}.po
 %{__perl} -pi -e 's/zh_TW\.Big5/zh_TW/' configure.in
@@ -75,10 +79,12 @@
 	libicq2000-0.1 firetalk-0.1 libjabber-0.1 connwrap-0.1 \
 	libgadu-0.1 libmsn-0.1; do
 	cd $i
+	%{__libtoolize}
+	%{__gettextize}
 	%{__aclocal}
 	%{__autoconf}
 	%{__automake}
-	cd ..
+	cd -
 done
 CXXFLAGS="-I/usr/include/ncurses %{rpmcflags}"
 %configure \
@@ -110,6 +116,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.51  2007/04/24 13:02:27  glen
+- add amd64 jabber fix from altlinux, doesn't build
+
 Revision 1.50  2007/02/12 21:23:50  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/centericq.spec?r1=1.50&r2=1.51&f=u



More information about the pld-cvs-commit mailing list