rpms/kazehakase/FC-6 kazehakase.spec,1.4,1.5

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Tue Feb 27 17:47:28 UTC 2007


Author: mtasaka

Update of /cvs/extras/rpms/kazehakase/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30085/FC-6

Modified Files:
	kazehakase.spec 
Log Message:
* Tue Feb 27 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.4.4.1-3.dist.1
- gecko engine update



Index: kazehakase.spec
===================================================================
RCS file: /cvs/extras/rpms/kazehakase/FC-6/kazehakase.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kazehakase.spec	23 Feb 2007 13:35:59 -0000	1.4
+++ kazehakase.spec	27 Feb 2007 17:46:55 -0000	1.5
@@ -1,16 +1,18 @@
 %if 0%{?fedora} == 7
-%define		FFver		2.0.0.1
+%define		FFver		2.0.0.2
 %endif
 %if 0%{?fedora} == 6
-%define		FFver		1.5.0.9
+%define		FFver		1.5.0.10
 %endif
 %if 0%{?fedora} == 5
-%define		SMver		1.0.7
+%define		SMver		1.0.8
 %endif
 
+%define		support_anthy	0
+
 Name:		kazehakase
 Version:	0.4.4.1
-Release:	3%{?dist}
+Release:	3%{?dist}.1
 Summary:	Kazehakase browser
 
 Group:		Applications/Internet
@@ -19,12 +21,15 @@
 Source0:	http://osdn.dl.sourceforge.jp/kazehakase/23789/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	anthy-devel
 BuildRequires:	expat-devel
 BuildRequires:	gnutls-devel
 BuildRequires:	gtk2-devel
 BuildRequires:	libSM-devel
 BuildRequires:	hyperestraier-devel
+%if %{support_anthy}
+BuildRequires:	anthy-devel
+BuildRequires:	mecab-devel
+%endif
 
 BuildRequires:	desktop-file-utils
 BuildRequires:	gettext
@@ -47,6 +52,9 @@
 Group:		Applications/Internet
 Requires:	%{name} = %{version}-%{release}
 Requires:	%{name}-plugins-hyperestraier = %{version}-%{release}
+%if %{support_anthy}
+Requires:	%{name}-plugins-anthy = %{version}-%{release}
+%endif
 
 %description plugins
 This package is a dummy package which pulls all plugins
@@ -61,6 +69,17 @@
 This package contains the search plugin of hyperstraier for
 Kazehakase.
 
+%if %{support_anthy}
+%package plugins-anthy
+Summary:	Kazehakase search engine of Anthy
+Group:		Applications/Internet
+Requires:	%{name} = %{version}-%{release}
+
+%description plugins-anthy
+This package contains the search plugin of Anthy for
+Kazehakase.
+%endif
+
 %prep
 %setup -q
 
@@ -68,6 +87,10 @@
 	'/gecko/s|mozilla-config.h|mozilla-config*.h|' \
 	configure
 
+%if %{support_anthy}
+%{__sed} -i.anthy -e '/^anthy_available/d' configure
+%endif
+
 %build
 %configure \
 %if 0%{?fedora} == 5
@@ -132,7 +155,19 @@
 %defattr(-,root,root,-)
 %{_libdir}/%{name}/search/libhyperestraier.so*
 
+%if %{support_anthy}
+%files plugins-anthy
+%defattr(-,root,root,-)
+%{_libdir}/%{name}/search/libanthy*.so*
+%endif
+
 %changelog
+* Tue Feb 27 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.4.4.1-3.dist.1
+- gecko engine update
+
+* Sat Feb 24 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>
+- enable anthy/mecab support (currently disabled)
+
 * Thu Feb 22 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.4.4.1-3
 - enable hyperestraier support.
 




More information about the fedora-extras-commits mailing list