rpms/cmigemo/F-9 cmigemo.spec,1.6,1.7

Mamoru Tasaka mtasaka at fedoraproject.org
Tue Jan 20 12:06:46 UTC 2009


Author: mtasaka

Update of /cvs/extras/rpms/cmigemo/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13123/F-9

Modified Files:
	cmigemo.spec 
Log Message:
* Tue Jan 20 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.3-0.7.c_MIT
- Also install zen2han (JD 6 comment 976)



Index: cmigemo.spec
===================================================================
RCS file: /cvs/extras/rpms/cmigemo/F-9/cmigemo.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cmigemo.spec	9 Feb 2008 04:20:52 -0000	1.6
+++ cmigemo.spec	20 Jan 2009 12:06:16 -0000	1.7
@@ -2,7 +2,7 @@
 %define		minorver	c-MIT
 %define		prerelease	1
 
-%define		fedorarel	6
+%define		fedorarel	7
 
 
 %define		uprel		%(echo %{?minorver} | %{__sed} -e 's|^--*||' | %{__sed} -e 's|-|_|g' )
@@ -14,7 +14,7 @@
 
 Name:		cmigemo
 Version:	%{mainver}
-Release:	%{rel}%{?dist}.2
+Release:	%{rel}%{?dist}
 Summary:	C interface of Ruby/Migemo Japanese incremental search tool
 
 Group:		System Environment/Libraries
@@ -47,7 +47,7 @@
 %patch1 -p1 -b .escape
 
 # Change default command for configure
-%{__sed} -i.bak \
+%{__sed} -i.command \
 	-e 's|curl|true|' \
 	-e 's|nkf|true|' \
 	-e 's|install\"|install -p"|' \
@@ -79,6 +79,11 @@
 	-e 's|\$(prefix)/lib|$(prefix)/%{_lib}|' \
 	config.mk compile/config.mk.in compile/config_default.mk
 
+# Also install zen2han
+%{__sed} -i.han \
+	-e 's|^\(.*\)\(han2zen\)\(.*\)$|\1\2\3\n\1zen2han\3|' \
+	compile/unix.mak
+
 %{__chmod} 0644 tools/*
 
 %build
@@ -132,6 +137,9 @@
 %{_libdir}/libmigemo.so
 
 %changelog
+* Tue Jan 20 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.3-0.7.c_MIT
+- Also install zen2han (JD 6 comment 976)
+
 * Sat Feb  9 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>
 - Rebuild against gcc43
 




More information about the fedora-extras-commits mailing list