rpms/tcsh/devel tcsh-6.15.00-iconv.patch, NONE, 1.1 tcsh.spec, 1.50, 1.51

Vitezslav Crhonek (vcrhonek) fedora-extras-commits at redhat.com
Fri Aug 31 08:41:16 UTC 2007


Author: vcrhonek

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

Modified Files:
	tcsh.spec 
Added Files:
	tcsh-6.15.00-iconv.patch 
Log Message:
iconv

tcsh-6.15.00-iconv.patch:

--- NEW FILE tcsh-6.15.00-iconv.patch ---
--- tcsh-6.15.00/configure.in_old	2007-08-31 10:37:44.000000000 +0200
+++ tcsh-6.15.00/configure.in	2007-08-31 10:38:41.000000000 +0200
@@ -266,7 +266,8 @@
 AC_SEARCH_LIBS(tgetent, tinfo)
 AC_SEARCH_LIBS(gethostbyname, nsl)
 AC_SEARCH_LIBS(connect, socket)
-AM_ICONV
+AC_SEARCH_LIBS([iconv], [iconv], [AC_DEFINE([HAVE_ICONV], [1],
+        [Define to 1 if you have the iconv () interface])])
 
 dnl Checks for header files
 AC_CHECK_HEADERS([auth.h crypt.h inttypes.h shadow.h stdint.h utmp.h utmpx.h])


Index: tcsh.spec
===================================================================
RCS file: /cvs/extras/rpms/tcsh/devel/tcsh.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- tcsh.spec	31 Aug 2007 08:25:46 -0000	1.50
+++ tcsh.spec	31 Aug 2007 08:40:43 -0000	1.51
@@ -10,12 +10,13 @@
 Patch1: tcsh-6.15.00-closem.patch
 Patch2: tcsh-6.14.00-tinfo.patch
 Patch3: tcsh-6.14.00-unprintable.patch
+Patch4: tcsh-6.15.00-iconv.patch
 Provides: csh = %{version}
 Requires(post): grep
 Requires(postun): coreutils, grep
 URL: http://www.tcsh.org/
 Buildroot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: autoconf, automake, ncurses-devel, gettext
+BuildRequires: autoconf, automake, ncurses-devel
 
 %description
 Tcsh is an enhanced but completely compatible version of csh, the C
@@ -30,6 +31,7 @@
 %patch1 -p1 -b .closem
 %patch2 -p1 -b .tinfo
 %patch3 -p1 -b .unprintable
+%patch4 -p1 -b .iconv
 
 %build
 # For tcsh-6.14.00-tinfo.patch
@@ -100,7 +102,6 @@
 * Mon Aug 27 2007 Vitezslav Crhonek <vcrhonek at redhat.com> - 6.15-1
 - Update to tcsh-6.15.00
 - Fix license
-- Add gettext to BuildRequires (AM_ICONV)
 
 * Wed Apr 25 2007 Vitezslav Crhonek <vcrhonek at redhat.com> - 6.14-16
 - Fix floating exception in print_by_column() with unprintable characters




More information about the fedora-extras-commits mailing list