rpms/centericq/devel centericq-ncursesw.patch, NONE, 1.1 centericq.spec, 1.22, 1.23

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


Author: awjb

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

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/devel/centericq.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- centericq.spec	15 Feb 2006 08:33:53 -0000	1.22
+++ centericq.spec	1 Mar 2006 08:01:20 -0000	1.23
@@ -1,6 +1,6 @@
 Name:           centericq
 Version:        4.21.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 
 Summary:        Text mode menu- and window-driven IM
 
@@ -22,15 +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
@@ -46,6 +48,10 @@
 %patch5 -p1
 %patch6 -p1
 %patch100 -p1
+%patch200 -p1
+aclocal
+autoconf
+automake
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" \
@@ -77,6 +83,10 @@
 %exclude %{_includedir}/msn
 
 %changelog
+* Wed Mar 01 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+4.21.0-6
+- improve utf8 support
+
 * Tue Feb 14 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 4.21.0-5
 - Rebuild for Fedora Extras 5




More information about the fedora-extras-commits mailing list