rpms/scim-chewing/devel scim-chewing.spec,1.31,1.32

Jens Petersen (petersen) fedora-extras-commits at redhat.com
Wed Jul 4 09:04:12 UTC 2007


Author: petersen

Update of /cvs/extras/rpms/scim-chewing/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14854/devel

Modified Files:
	scim-chewing.spec 
Log Message:
remove with_libstdc_preview macro since fc5 is now eol



Index: scim-chewing.spec
===================================================================
RCS file: /cvs/extras/rpms/scim-chewing/devel/scim-chewing.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- scim-chewing.spec	26 Mar 2007 01:27:20 -0000	1.31
+++ scim-chewing.spec	4 Jul 2007 09:03:36 -0000	1.32
@@ -1,5 +1,3 @@
-%define with_libstdc_preview 0
-
 Name:           scim-chewing
 Version:        0.3.1
 Release:        9%{?dist}
@@ -11,9 +9,6 @@
 Source:         http://chewing.csie.net/download/scim/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}
 BuildRequires:  scim-devel, libchewing-devel >= 0.3.0-5, gettext, intltool
-%if %{with_libstdc_preview}
-Buildrequires:  libstdc++so7-devel
-%endif
 Requires:       scim
 Obsoletes:      iiimf-le-xcin <= 0.1.10
 Patch0:         scim-chewing-0.3.1-4.bz197556.patch
@@ -35,22 +30,12 @@
 %patch4 -p1 -b .5-bz216581
 
 %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\.. /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 install DESTDIR=$RPM_BUILD_ROOT
 
 rm $RPM_BUILD_ROOT%{_libdir}/scim-1.0/*/*/*.la
@@ -72,6 +57,9 @@
 
 
 %changelog
+* Wed Jul  4 2007 Jens Petersen <petersen at redhat.com>
+- remove with_libstdc_preview macro
+
 * Tue Nov 21 2006 Caius Chance <cchance at redhat.com> - 0.3.1-9.fc7
 - Fixed bz#216851 : ported following bugfix to rawhide:
   (bz#216377: PageUp/PageDown doesn't work when Chewing is activated.)




More information about the scm-commits mailing list