rpms/scim/devel scim-configure-libtool2.patch, NONE, 1.1 scim.spec, 1.135, 1.136

Jens Petersen petersen at fedoraproject.org
Tue Dec 2 03:10:54 UTC 2008


Author: petersen

Update of /cvs/extras/rpms/scim/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14536

Modified Files:
	scim.spec 
Added Files:
	scim-configure-libtool2.patch 
Log Message:
init libtool in configure.ac to build C++ with libtool-2.2

scim-configure-libtool2.patch:

--- NEW FILE scim-configure-libtool2.patch ---
diff -up scim-1.4.7/configure.ac~ scim-1.4.7/configure.ac
--- scim-1.4.7/configure.ac~	2008-12-02 11:43:26.000000000 +1000
+++ scim-1.4.7/configure.ac	2008-12-02 13:04:18.000000000 +1000
@@ -80,6 +80,9 @@ AC_SUBST(LIBTOOL_DEPS)
 LIBTOOL_EXPORT_OPTIONS=''
 AC_SUBST(LIBTOOL_EXPORT_OPTIONS)
 
+# for Libtool 2
+LT_INIT
+
 # Checks for programs.
 AC_PROG_CXX
 AC_PROG_CC


Index: scim.spec
===================================================================
RCS file: /cvs/extras/rpms/scim/devel/scim.spec,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- scim.spec	2 Dec 2008 01:28:38 -0000	1.135
+++ scim.spec	2 Dec 2008 03:10:24 -0000	1.136
@@ -50,6 +50,7 @@
 Patch28:   scim-1.4.7-xim-wrong-format.patch
 Patch29:   scim-1.4.7-bz462820.patch
 Patch30:   scim-1.4.7-imdkit-read-property-properly.patch
+Patch31:   scim-configure-libtool2.patch
 
 %description
 SCIM is a user friendly and full featured input method user interface and
@@ -183,7 +184,8 @@
 %patch27 -p1 -b .27-menu-pos
 %patch28 -p1 -b .28-xim-wrong-format
 %patch29 -p1 -b .29-bz462820
-%patch30 -p1 -b .29-bz466657
+%patch30 -p1 -b .30-bz466657
+%patch31 -p1 -b .31-libtool2
 
 
 %if %{snapshot}
@@ -321,6 +323,7 @@
 %changelog
 * Tue Dec  2 2008 Jens Petersen <petersen at redhat.com> - 1.4.7-37
 - make libs subpackage own its dirs for multilib (#473664)
+- init libtool in configure.ac to build C++ with libtool-2.2
 
 * Fri Nov 21 2008 Huang Peng <phuang at redhat.com> - 1.4.7-36
 - Redownload scim-1.4.7.tar.gz from upstream to fix BADSOURCE.




More information about the fedora-extras-commits mailing list