rpms/centericq/FC-3 centericq-ncursesw.patch, NONE, 1.1 centericq.spec, 1.10, 1.11

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Wed Mar 1 08:01:07 UTC 2006


Author: awjb

Update of /cvs/extras/rpms/centericq/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32515/FC-3

Modified Files:
	centericq.spec 
Added Files:
	centericq-ncursesw.patch 
Log Message:
- improve utf8 handling


centericq-ncursesw.patch:

--- NEW FILE centericq-ncursesw.patch ---
--- centericq-4.21.0/configure.in.utf	2006-01-06 19:12:07.000000000 +0200
+++ centericq-4.21.0/configure.in	2006-01-06 19:14:05.000000000 +0200
@@ -109,8 +109,9 @@ LIBS="$LIBS $LIBICONV"
 AC_CHECK_LIB(socket, socket)
 AC_CHECK_LIB(nsl, gethostbyname)
 
-AC_CHECK_LIB(ncurses, initscr,,
-    [AC_CHECK_LIB(curses, initscr,, AC_MSG_ERROR(The ncurses terminal library is required in order to build the program))])
+AC_CHECK_LIB(ncursesw, initscr,,
+    [AC_CHECK_LIB(ncurses, initscr,,
+	[AC_CHECK_LIB(curses, initscr,, AC_MSG_ERROR(The ncurses terminal library is required in order to build the program))])])
 
 AC_TRY_COMPILE([
     #include <sys/types.h>


Index: centericq.spec
===================================================================
RCS file: /cvs/extras/rpms/centericq/FC-3/centericq.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- centericq.spec	3 Jan 2006 10:02:58 -0000	1.10
+++ centericq.spec	1 Mar 2006 08:01:07 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           centericq
 Version:        4.21.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 
 Summary:        Text mode menu- and window-driven IM
 
@@ -22,14 +22,17 @@
 Patch6:         centericq-4.21.0-kkstrtext.patch
 # Fix libmsn 
 Patch100:       http://centericq.de/archive/contrib/patches/centericq-4.21.0.msn.patch
+# improve utf8 handling
+Patch200:       centericq-ncursesw.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildRequires:  krb5-devel
 BuildRequires:  libidn-devel
 BuildRequires:  curl-devel
 BuildRequires:  ncurses-devel
-BuildRequires:  gettext
+BuildRequires:  gettext-devel
 BuildRequires:  gpgme-devel
+BuildRequires:  automake
 
 %description
 Centericq is a text mode menu- and window-driven IM interface that supports the
@@ -45,6 +48,10 @@
 %patch5 -p1
 %patch6 -p1
 %patch100 -p1
+%patch200 -p1
+aclocal
+autoconf
+automake
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" \
@@ -75,6 +82,10 @@
 # we don't want that
 %exclude %{_includedir}/msn
 %changelog
+* Wed Mar 01 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+4.21.0-4
+- improve utf8 support
+
 * Tue Jan 03 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 4.21.0-3
 - Fix more security related stuff




More information about the fedora-extras-commits mailing list