[mozc] Fix mozc.el not working when byte-compiled.

Akira TAGOH tagoh at fedoraproject.org
Tue Mar 8 03:05:17 UTC 2011


commit 1213a6da97673b4691df825e6315df4229f7f526
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Tue Mar 8 12:05:07 2011 +0900

    Fix mozc.el not working when byte-compiled.

 mozc.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/mozc.spec b/mozc.spec
index ad54a12..fe6ea81 100644
--- a/mozc.spec
+++ b/mozc.spec
@@ -3,7 +3,7 @@
 
 Name:		mozc
 Version:	1.1.626.102
-Release:	0.1.%{archivedate}svn%{?dist}
+Release:	0.2.%{archivedate}svn%{?dist}
 Summary:	Open-sourced Google Japanese Input
 
 Group:		System Environment/Libraries
@@ -36,6 +36,7 @@ URL:		http://code.google.com/p/mozc
 Source0:	mozc-%{version}-%{archivedate}.tar.bz2
 Source1:	mozc-init.el
 Patch0:		mozc-build-verbosely.patch
+Patch1:		mozc-el-byte-compile.patch
 
 BuildRequires:	python gettext
 BuildRequires:	openssl-devel libstdc++-devel zlib-devel libcurl-devel gtest-devel protobuf-devel glib2-devel qt-devel
@@ -143,6 +144,7 @@ to use mozc with XEmacs.
 %prep
 %setup -q -c -n %{name}-%{version}
 %patch0 -p0 -b .0-build-verbosely
+%patch1 -p1 -b .1-mozc-el
 
 
 %build
@@ -259,6 +261,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_xemacs_sitelispdir}/%{pkg}/*.el
 
 %changelog
+* Thu Mar  8 2011 Akira TAGOH <tagoh at redhat.com> - 1.1.626.102-0.2.20110301svn
+- Fix mozc.el not working when byte-compiled.
+
 * Wed Mar  2 2011 Akira TAGOH <tagoh at redhat.com> - 1.1.626.102-0.1.20110301svn
 - Update to 1.1.626.102.
 


More information about the scm-commits mailing list