rpms/jd/FC-5 jd.spec,1.27,1.28

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Mon May 21 17:09:16 UTC 2007


Author: mtasaka

Update of /cvs/extras/rpms/jd/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4029/jd/FC-5

Modified Files:
	jd.spec 
Log Message:
Add migemo support for jd & kazehakase


Index: jd.spec
===================================================================
RCS file: /cvs/extras/rpms/jd/FC-5/jd.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- jd.spec	16 May 2007 14:06:22 -0000	1.27
+++ jd.spec	21 May 2007 17:08:41 -0000	1.28
@@ -19,7 +19,7 @@
 
 # Defined by vendor
 #
-%define         vendor_rel    1
+%define         vendor_rel    2
 # Tag name changed from vendor to vendorname so as not to
 # overwrite Vendor entry in Summary
 %define         vendorname    fedora
@@ -35,6 +35,8 @@
 %define         rel           %{vendor_rel}%{?dist}
 %endif
 
+%define         _with_migemo  1
+%define         migemo_dic    %{_datadir}/cmigemo/utf-8/migemo-dict
 
 ##########################################
 
@@ -55,6 +57,9 @@
 BuildRequires:  openssl-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  libSM-devel
+%if 0%{?_with_migemo} >= 1
+BuildRequires:  cmigemo-devel
+%endif
 Requires:       fonts-japanese
 
 
@@ -65,13 +70,24 @@
 %setup -q -n %{name}-%{main_ver}-%{strtag}
 find . -name .svn | sort -r | xargs %{__rm} -rf
 
+%if 0%{?_with_migemo} >= 1
+%{__sed} -i \
+   -e 's|/usr/share/migemo/utf-8/migemo-dict|%{migemo_dic}|' \
+   src/config/configitems.cpp \
+   src/jdlib/jdmigemo.h
+%endif
+
 %build
 sh autogen.sh
 
 # set TZ for __TIME__
 export TZ='Asia/Tokyo'
 
-%configure
+%configure \
+%if 0%{?_with_migemo} >= 1
+   --with-migemo
+%endif
+
 %{__make} %{?_smp_mflags}
 
 %install
@@ -109,6 +125,9 @@
 %{icondir}/%{name}.png
 
 %changelog
+* Tue May 22 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.9.5-0.2.beta070516
+- Support C/Migemo search
+
 * Tue May 15 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.9.5-0.1.beta070516
 - 1.9.5 beta 070516
 




More information about the fedora-extras-commits mailing list