rpms/scim-hangul/devel scim-hangul.spec,1.23,1.24

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Feb 6 03:05:36 UTC 2007


Author: tagoh

Update of /cvs/dist/rpms/scim-hangul/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv18171

Modified Files:
	scim-hangul.spec 
Log Message:
* Tue Feb  6 2007 Akira TAGOH <tagoh at redhat.com> - 0.2.2-8
- cleanups for mass package review. (#226393)


Index: scim-hangul.spec
===================================================================
RCS file: /cvs/dist/rpms/scim-hangul/devel/scim-hangul.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- scim-hangul.spec	29 Aug 2006 12:32:29 -0000	1.23
+++ scim-hangul.spec	6 Feb 2007 03:05:34 -0000	1.24
@@ -1,26 +1,21 @@
-%define with_libstdc_preview 0
-
-Name:           scim-hangul
-Version:        0.2.2
-Release:        7%{?dist}
-
-License:        GPL
-URL:            http://www.scim-im.org/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  scim-devel >= 1.2.0
-%if %{with_libstdc_preview}
-Buildrequires: libstdc++so7-devel
-%endif
-Source0:        http://dl.sourceforge.net/scim/%{name}-%{version}.tar.gz
+Name:		scim-hangul
+Version:	0.2.2
+Release:	8%{?dist}
+
+License:	GPL
+URL:		http://www.scim-im.org/
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:	scim-devel >= 1.2.0
+Source0:	http://dl.sourceforge.net/scim/%{name}-%{version}.tar.gz
 Patch0:		scim-hangul-0.2.2-ascii-mode.patch
 Patch1:		scim-hangul-0.2.2-help.patch
 Patch2:		scim-hangul-0.2.2-swap-keybinding.patch
 Patch3:		scim-hangul-update-caret.patch
 
 
-Summary:        Hangul Input Method Engine for SCIM
-Group:          System Environment/Libraries
-Requires:       scim
+Summary:	Hangul Input Method Engine for SCIM
+Group:		System Environment/Libraries
+Requires:	scim
 Obsoletes:	iiimf-le-hangul <= 1:12.2
 %description
 Scim-hangul is a SCIM IMEngine module for Korean (Hangul) input support.
@@ -35,22 +30,12 @@
 
 
 %build
-%if %{with_libstdc_preview}
-export CXX=%{_bindir}/g++-libstdc++-so_7
-%endif
 %configure --disable-static
-%if %{with_libstdc_preview}
-# tweak libtool for libstdc++-so7
-sed -i -e "s/4.1.0 /4.2.0-`grep datestamp= %{_bindir}/g++-libstdc++-so_7 | sed -e "s/datestamp=//"` /" libtool
-%endif
 make %{?_smp_mflags}
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%if %{with_libstdc_preview}
-export CXX=%{_bindir}/g++-libstdc++-so_7
-%endif
 make DESTDIR=${RPM_BUILD_ROOT} install
 
 rm $RPM_BUILD_ROOT%{_libdir}/scim-1.0/*/{IMEngine,SetupUI}/hangul*.la
@@ -71,6 +56,9 @@
 
 
 %changelog
+* Tue Feb  6 2007 Akira TAGOH <tagoh at redhat.com> - 0.2.2-8
+- cleanups for mass package review. (#226393)
+
 * Tue Aug 29 2006 Akira TAGOH <tagoh at redhat.com> - 0.2.2-7
 - scim-hangul-update-caret.patch: backported from CVS to update the caret.
   (#198721)




More information about the fedora-cvs-commits mailing list