rpms/scim-anthy/devel scim-anthy.spec,1.39,1.40

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Mar 12 11:39:45 UTC 2007


Author: tagoh

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

Modified Files:
	scim-anthy.spec 
Log Message:
* Mon Mar 12 2007 Akira TAGOH <tagoh at redhat.com> - 1.2.2-2
- clean up a spec file. (#226390)


Index: scim-anthy.spec
===================================================================
RCS file: /cvs/dist/rpms/scim-anthy/devel/scim-anthy.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- scim-anthy.spec	14 Nov 2006 12:49:15 -0000	1.39
+++ scim-anthy.spec	12 Mar 2007 11:39:42 -0000	1.40
@@ -2,24 +2,29 @@
 
 Name:           scim-anthy
 Version:        1.2.2
-Release:	1%{?dist}
+Release:        2%{?dist}
 
 License:        GPL
 URL:            http://scim-imengine.sourceforge.jp/
-Source0:        http://sourceforge.jp/projects/scim-imengine/files/%{name}-%{version}.tar.gz
+Source0:        http://dl.sourceforge.jp/scim-imengine/22709/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  scim-devel
-BuildRequires:	anthy-devel >= 6700b-1 gettext-devel automake libtool
+BuildRequires:  anthy-devel >= 6700b-1 gettext-devel automake autoconf libtool
 %if %{with_libstdc_preview}
 Buildrequires: libstdc++so7-devel
 %endif
-Patch1:		scim-anthy-helper-moduledir.patch
-Patch2:		scim-anthy-1.2.2-gettextize.patch
+Patch1:         scim-anthy-helper-moduledir.patch
+Patch2:         scim-anthy-1.2.2-gettextize.patch
 
 Summary:        SCIM IMEngine for anthy for Japanese input
 Group:          System Environment/Libraries
-Requires:	scim, kasumi
-Obsoletes:	iiimf-le-canna <= 1:12.2
+Requires:       scim, kasumi
+# This was necessary for the upgrade path from IIIMF
+# and ensure the installation of future version of IIIMF.
+# No Provides line for iiimf-le-canna is intentional because
+# This package doesn't really provide the Language Engine for IIIMF.
+# This just works on only SCIM.
+Obsoletes:      iiimf-le-canna <= 1:12.2
 %description
 Scim-anthy is a SCIM IMEngine module for anthy to support Japanese input.
 
@@ -31,6 +36,7 @@
 %patch2 -p1 -b .1-gettextize
 aclocal
 automake
+autoconf
 
 
 %build
@@ -50,7 +56,7 @@
 %if %{with_libstdc_preview}
 export CXX=%{_bindir}/g++-libstdc++-so_7
 %endif
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
 
 rm $RPM_BUILD_ROOT%{_libdir}/scim-1.0/*/*/*.la
 
@@ -63,14 +69,18 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING NEWS README TODO
+%doc AUTHORS COPYING NEWS README
 %{_libdir}/scim-1.0/*/Helper/anthy-imengine-helper.so
 %{_libdir}/scim-1.0/*/IMEngine/anthy.so
 %{_libdir}/scim-1.0/*/SetupUI/anthy-imengine-setup.so
-%{_datadir}/scim
+%{_datadir}/scim/Anthy
+%{_datadir}/scim/icons/*png
 
 
 %changelog
+* Mon Mar 12 2007 Akira TAGOH <tagoh at redhat.com> - 1.2.2-2
+- clean up a spec file. (#226390)
+
 * Tue Nov 14 2006 Akira TAGOH <tagoh at redhat.com> - 1.2.2-1
 - New upstream release.
   - removed unnecessary patches:




More information about the fedora-cvs-commits mailing list