rpms/scim-anthy/F-7 scim-anthy.spec,1.43,1.44

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


Author: petersen

Update of /cvs/extras/rpms/scim-anthy/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16087/F-7

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



Index: scim-anthy.spec
===================================================================
RCS file: /cvs/extras/rpms/scim-anthy/F-7/scim-anthy.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- scim-anthy.spec	8 Jun 2007 05:45:26 -0000	1.43
+++ scim-anthy.spec	4 Jul 2007 09:19:46 -0000	1.44
@@ -1,5 +1,3 @@
-%define with_libstdc_preview 0
-
 Name:           scim-anthy
 Version:        1.2.4
 Release:        1%{?dist}
@@ -10,9 +8,6 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  scim-devel
 BuildRequires:  anthy-devel >= 6700b-1 gettext-devel automake autoconf libtool
-%if %{with_libstdc_preview}
-Buildrequires: libstdc++so7-devel
-%endif
 
 Summary:        SCIM IMEngine for anthy for Japanese input
 Group:          System Environment/Libraries
@@ -32,22 +27,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 install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
 
 rm $RPM_BUILD_ROOT%{_libdir}/scim-1.0/*/*/*.la
@@ -70,6 +55,9 @@
 
 
 %changelog
+* Wed Jul  4 2007 Jens Petersen <petersen at redhat.com>
+- remove with_libstdc_preview macro
+
 * Wed May 30 2007 Akira TAGOH <tagoh at redhat.com> - 1.2.4-1
 - New upstream release.
   - we don't need the below patches anymore:




More information about the fedora-extras-commits mailing list