wok diff kazehakase/stuff/kazehakase.spec @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/kazehakase/stuff/kazehakase.spec	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -0,0 +1,731 @@
     1.4 +# svnroot: http://svn.sourceforge.jp/svnroot/kazehakase/kazehakase/trunk
     1.5 +# To create svn based tarball, follow:
     1.6 +# $ svn ro $svnroot
     1.7 +# $ mv trunk %%name-%%version-svn%%svnver
     1.8 +# $ tar czf %%name-%%version-svn%%svnver.tar.gz %%name-%%version-svn%%svnver
     1.9 +
    1.10 +# Filtering out unwanted Provides
    1.11 +%define		_use_internal_dependency_generator	0
    1.12 +
    1.13 +%define		support_anthy	0
    1.14 +%define		support_ruby	1
    1.15 +%if 0%{?fedora} < 19
    1.16 +%define		rubyabi		1.9.1
    1.17 +%endif
    1.18 +%define		support_webkit	1
    1.19 +
    1.20 +%define		usesvn		1
    1.21 +%define		need_autogen	0
    1.22 +
    1.23 +%define		min_webkit_EVR	1.1.1
    1.24 +
    1.25 +%if 0%{?fedora} >= 13
    1.26 +%define		Geckover	1.9.2.3
    1.27 +%endif
    1.28 +
    1.29 +%if 0%{?usesvn} > 0
    1.30 +%define		need_autogen	1
    1.31 +%endif
    1.32 +
    1.33 +%define		obsolete_plugin_ver	0.4.5-1
    1.34 +
    1.35 +%define		repoid		43802
    1.36 +%define		svnver		3873_trunk
    1.37 +
    1.38 +
    1.39 +#
    1.40 +# When changing release number, please make it sure that
    1.41 +# the new EVR won't be higher than the one of higher branch!!
    1.42 +#
    1.43 +%define		fedorarel	17
    1.44 +%define		_release	%{fedorarel}%{?usesvn:.svn%svnver}
    1.45 +
    1.46 +%if 0%{?fedora} < 1
    1.47 +# WebKit does not seem to be ready
    1.48 +%define		support_webkit	0
    1.49 +%endif
    1.50 +
    1.51 +# Patch17 needs autotools
    1.52 +%define		need_autogen	1
    1.53 +
    1.54 +Name:		kazehakase
    1.55 +Version:	0.5.8
    1.56 +#
    1.57 +# When changing release number, please make it sure that
    1.58 +# the new EVR won't be higher than the one of higher branch!!
    1.59 +#
    1.60 +Release:	%{_release}%{?dist}.2
    1.61 +Summary:	Kazehakase browser using Gecko rendering engine
    1.62 +
    1.63 +Group:		Applications/Internet
    1.64 +License:	GPLv2+
    1.65 +URL:		http://kazehakase.sourceforge.jp/
    1.66 +Source0:	http://dl.sourceforge.jp/kazehakase/%{repoid}/%{name}-%{version}%{?usesvn:-svn%svnver}.tar.gz
    1.67 +Patch14:	kazehakase-0.5.6-rev3769-embed-vendor-version.patch
    1.68 +Patch17:	kazehakase-0.5.7-external-rev938-libegg-parallel_make.patch
    1.69 +Patch19:	kazehakase-rev3873-gtk222.patch
    1.70 +Patch20:	kazehakase-0.5.8-svn3873_trunk-default-to-webkit.patch
    1.71 +Patch21:	kazehakase-0.5.8-svn3873_trunk-ruby19.patch
    1.72 +Patch22:	kazehakase-0.5.8-svn3873_trunk-egg.patch
    1.73 +# http://lists.gnu.org/archive/html/gnutls-devel/2011-03/msg00034.html
    1.74 +# http://lists.fedoraproject.org/pipermail/devel/2013-February/178231.html
    1.75 +Patch23:	kazehakase-0.5.8-svn3873_trunk-gnutls3-gcry_control.patch
    1.76 +
    1.77 +BuildRequires:	dbus-devel
    1.78 +BuildRequires:	expat-devel
    1.79 +BuildRequires:	gnutls-devel
    1.80 +BuildRequires:	gtk2-devel
    1.81 +BuildRequires:	libgcrypt-devel
    1.82 +BuildRequires:	libSM-devel
    1.83 +BuildRequires:	perl(XML::Parser)
    1.84 +
    1.85 +BuildRequires:	hyperestraier-devel
    1.86 +%if %{support_anthy}
    1.87 +BuildRequires:	anthy-devel
    1.88 +BuildRequires:	mecab-devel
    1.89 +%endif
    1.90 +%if %{support_ruby}
    1.91 +BuildRequires:	rubygem(gettext)
    1.92 +BuildRequires:	rubygem-gtk2-devel
    1.93 +BuildRequires:	rubygems-devel
    1.94 +%if 0%{?fedora} < 19
    1.95 +BuildRequires:	ruby(abi) = %{rubyabi}
    1.96 +%endif
    1.97 +BuildRequires:	ruby-devel
    1.98 +%endif
    1.99 +%if %{support_webkit}
   1.100 +BuildRequires:	webkitgtk-devel %{?min_webkit_EVR:>= %{min_webkit_EVR}}
   1.101 +%endif
   1.102 +
   1.103 +BuildRequires:	desktop-file-utils
   1.104 +BuildRequires:	gettext
   1.105 +
   1.106 +Requires:	%{name}-base	= %{version}-%{release}
   1.107 +
   1.108 +# GLib version dependency
   1.109 +# Borrowed from pidgin spec file
   1.110 +
   1.111 +# Require Binary Compatible glib
   1.112 +# returns bogus value if glib2-devel is not installed in order for parsing to succeed
   1.113 +# bogus value wont make it into a real package
   1.114 +%define glib_ver %([ -a %{_libdir}/pkgconfig/glib-2.0.pc ] && pkg-config --modversion glib-2.0 || echo -n "999")
   1.115 +BuildRequires:	glib2-devel
   1.116 +# drop this for now
   1.117 +# Requires:	glib2 >= %{glib_ver}
   1.118 +
   1.119 +BuildRequires:	gecko-devel %{?Geckover:>= %{Geckover}}
   1.120 +BuildRequires:	gecko-devel-unstable
   1.121 +%if 0%{?fedora} >= 15
   1.122 +Requires:	%{name}-webkit = %{version}-%{release}
   1.123 +%else
   1.124 +Requires:	gecko-libs %{?Geckover:>= %{Geckover}}
   1.125 +%endif
   1.126 +
   1.127 +BuildRequires:	intltool
   1.128 +%if %{need_autogen}
   1.129 +BuildRequires:	libtool
   1.130 +BuildRequires:	automake
   1.131 +%endif
   1.132 +
   1.133 +%description
   1.134 +Kazehakase is a Web browser which aims to provide 
   1.135 +a user interface that is truly user-friendly & fully customizable.
   1.136 +
   1.137 +%if 0%{?fedora} >= 15
   1.138 +Note that kazehakase no longer supports Gecko and this
   1.139 +package will always pulls %{name}-webkit subpackage in.
   1.140 +%else
   1.141 +This package uses Gecko for HTML rendering engine.
   1.142 +%endif
   1.143 +
   1.144 +%package	base
   1.145 +Summary:	Base package of Kazehakase
   1.146 +Group:		Applications/Internet
   1.147 +%if %{support_ruby} < 1
   1.148 +Obsoletes:	%{name}-ruby < %{version}-%{release}
   1.149 +%endif
   1.150 +
   1.151 +%description	base
   1.152 +This package contains base files for Kazehakase.
   1.153 +To use Kazehakase, you also need to install a package
   1.154 +containing HTML rendering engine module for Kazehakase.
   1.155 +
   1.156 +
   1.157 +%package	hyperestraier
   1.158 +Summary:	Kazehakase search engine of hyperestraier
   1.159 +Group:		Applications/Internet
   1.160 +Requires:	%{name}-base = %{version}-%{release}
   1.161 +Obsoletes:	%{name}-plugins < %{obsolete_plugin_ver}
   1.162 +Obsoletes:	%{name}-plugins-hyperestraier < %{obsolete_plugin_ver}
   1.163 +Provides:	%{name}-plugins = %{version}-%{release}
   1.164 +Provides:	%{name}-plugins-hyperestraier = %{version}-%{release}
   1.165 +
   1.166 +%description	hyperestraier
   1.167 +This package contains the search plugin of hyperstraier for
   1.168 +Kazehakase.
   1.169 +
   1.170 +%if %{support_anthy}
   1.171 +%package	anthy
   1.172 +Summary:	Kazehakase search engine of Anthy
   1.173 +Group:		Applications/Internet
   1.174 +Requires:	%{name}-base = %{version}-%{release}
   1.175 +Obsoletes:	%{name}-plugins-anthy < %{obsolete_plugin_ver}
   1.176 +Provides:	%{name}-plugins-anthy = %{version}-%{release}
   1.177 +
   1.178 +%description	anthy
   1.179 +This package contains the search plugin of Anthy for
   1.180 +Kazehakase.
   1.181 +%endif
   1.182 +
   1.183 +%if %{support_ruby}
   1.184 +%package	ruby
   1.185 +Summary:	Ruby interpretter support for Kazehakase
   1.186 +Group:		Applications/Internet
   1.187 +Requires:	%{name}-base = %{version}-%{release}
   1.188 +Requires:	ruby(gtk2)
   1.189 +%if 0%{?fedora} >= 19
   1.190 +Requires:	ruby(release)
   1.191 +%else
   1.192 +Requires:	ruby(abi) = %{rubyabi}
   1.193 +%endif
   1.194 +
   1.195 +%description	ruby
   1.196 +This package contains the binding of Kazehakase for
   1.197 +Ruby interpretter.
   1.198 +%endif
   1.199 +
   1.200 +%if %{support_webkit}
   1.201 +%package	webkit
   1.202 +Summary:	Kazehakase browser using WebKit rendering engine
   1.203 +Group:		Applications/Internet
   1.204 +Requires:	%{name}-base = %{version}-%{release}
   1.205 +Requires:	webkitgtk %{?min_webkit_EVR:>= %{min_webkit_EVR}}
   1.206 +
   1.207 +%description	webkit
   1.208 +Kazehakase is a Web browser which aims to provide 
   1.209 +a user interface that is truly user-friendly & fully customizable.
   1.210 +
   1.211 +This package uses WebKit for HTML rendering engine.
   1.212 +%endif
   1.213 +
   1.214 +%prep
   1.215 +%setup -q -n %{name}-%{version}%{?usesvn:-svn%svnver}
   1.216 +
   1.217 +%patch14 -p1 -b .evr
   1.218 +%patch17 -p0 -b .libegg_mak
   1.219 +%patch19 -p1 -b .gtk
   1.220 +#%%patch18 -p0 -b .xul192
   1.221 +%patch20 -p1 -b .default
   1.222 +%if 0%{?fedora} >= 17
   1.223 +%patch21 -p1 -b .ruby19
   1.224 +%endif
   1.225 +%patch22 -p1 -b .egg
   1.226 +%patch23 -p1 -b .gnutls3
   1.227 +
   1.228 +%if %{support_anthy}
   1.229 +%{__sed} -i.anthy -e '/^anthy_available/d' configure
   1.230 +%endif
   1.231 +
   1.232 +for f in README.ja TODO.ja ; do
   1.233 +	iconv -f EUCJP -t UTF8 $f > ${f}.tmp && \
   1.234 +		( touch -r ${f} ${f}.tmp ; %{__mv} -f ${f}.tmp ${f} ) || \
   1.235 +		%{__rm} -f ${f}.tmp
   1.236 +done
   1.237 +
   1.238 +# Filtering unwanted Provides
   1.239 +%{__cat} > %{name}-filter-provides.sh <<EOF
   1.240 +#!/bin/bash
   1.241 +
   1.242 +unset exclude_provides
   1.243 +for f in \$(find %{buildroot}%{_libdir}/%{name}/*/ -type f -name '*.so' -or -name '*.so.*' )
   1.244 +do
   1.245 +	exclude_provides="\$exclude_provides \$(basename \$f)"
   1.246 +done
   1.247 +
   1.248 +%{__find_provides} "\$@" | while read prov
   1.249 +do
   1.250 +	skip=0
   1.251 +	for f in \$exclude_provides
   1.252 +	do
   1.253 +		if echo "\$prov" | grep -q "\$f"
   1.254 +		then
   1.255 +			skip=1
   1.256 +			break
   1.257 +		fi
   1.258 +	done
   1.259 +	if [ \$skip = 1 ] ; then continue ; fi
   1.260 +	echo \$prov
   1.261 +done
   1.262 +EOF
   1.263 +
   1.264 +%{__sed} -e 's|provides|requires|' %{name}-filter-provides.sh \
   1.265 +	| %{__sed} -e 's|prov|req|' > %{name}-filter-requires.sh
   1.266 +%{__chmod} 0755 %{name}-filter-*.sh
   1.267 +%define	__find_provides	\
   1.268 +	%{_builddir}/%{name}-%{version}%{?usesvn:-svn%svnver}/%{name}-filter-provides.sh
   1.269 +%define	__find_requires	\
   1.270 +	%{_builddir}/%{name}-%{version}%{?usesvn:-svn%svnver}/%{name}-filter-requires.sh
   1.271 +
   1.272 +# Enable deprecated for now
   1.273 +find . -name Makefile.am -or -name configure.ac | \
   1.274 +	xargs sed -i.deprecated -e 's|DISABLE_DEPRECATED|NOTDISABLE_DEPRECATED|g'
   1.275 +
   1.276 +# Kill xulrunner for F-15+
   1.277 +sed -i.killxul -e '\@^embed_LTLIBRARIES@d' module/embed/gecko/Makefile.am
   1.278 +
   1.279 +%build
   1.280 +%if %{need_autogen}
   1.281 +sh autogen.sh
   1.282 +%endif
   1.283 +
   1.284 +export CFLAGS="%{optflags} -DVERSION_VENDOR=\\\"%{version}-%{release}\\\""
   1.285 +
   1.286 +rm -rf builddir ; mkdir builddir
   1.287 +pushd builddir
   1.288 +ln -sf ../configure
   1.289 +
   1.290 +%configure \
   1.291 +	--srcdir=$(pwd)/.. \
   1.292 +	--enable-migemo \
   1.293 +%if %{support_ruby} < 1
   1.294 +	--with-ruby=no \
   1.295 +%endif
   1.296 +	--with-gecko-engine=libxul \
   1.297 +	--disable-gtkmozembed
   1.298 +
   1.299 +%{__make} %{?_smp_mflags} -k V=1
   1.300 +popd
   1.301 +
   1.302 +%install
   1.303 +%{__rm} -rf $RPM_BUILD_ROOT
   1.304 +
   1.305 +pushd builddir
   1.306 +%{__make} install DESTDIR=$RPM_BUILD_ROOT \
   1.307 +	INSTALL="%{__install} -c -p"
   1.308 +popd
   1.309 +
   1.310 +%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/%{name}/lib*.so
   1.311 +find $RPM_BUILD_ROOT%{_libdir}/%{name} -name \*.la | xargs %{__rm} -f
   1.312 +
   1.313 +desktop-file-install \
   1.314 +%if 0%{?fedora} < 19
   1.315 +	--vendor fedora \
   1.316 +%endif
   1.317 +	--remove-category Application \
   1.318 +	--delete-original \
   1.319 +	--dir $RPM_BUILD_ROOT%{_datadir}/applications \
   1.320 +	$RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
   1.321 +
   1.322 +%{find_lang} %{name}
   1.323 +
   1.324 +%clean
   1.325 +%{__rm} -rf $RPM_BUILD_ROOT
   1.326 +
   1.327 +%files -f %{name}.lang base
   1.328 +%defattr(-,root,root,-)
   1.329 +%doc AUTHORS COPYING* README* TODO*
   1.330 +
   1.331 +%dir %{_sysconfdir}/%{name}/
   1.332 +%dir %{_sysconfdir}/%{name}/mozilla/
   1.333 +%config(noreplace) %{_sysconfdir}/%{name}/*.xml
   1.334 +%config(noreplace) %{_sysconfdir}/%{name}/*rc
   1.335 +%config(noreplace) %{_sysconfdir}/%{name}/mozilla/*.xml
   1.336 +
   1.337 +%{_bindir}/%{name}
   1.338 +%{_bindir}/kz-embed-process
   1.339 +%dir %{_libdir}/%{name}/
   1.340 +%dir %{_libdir}/%{name}/embed/
   1.341 +%dir %{_libdir}/%{name}/search/
   1.342 +
   1.343 +%{_libdir}/%{name}/libkazehakase.so.*
   1.344 +%{_libdir}/%{name}/embed/per_process.so
   1.345 +
   1.346 +%dir %{_datadir}/%{name}/
   1.347 +%if %{support_ruby}
   1.348 +%dir %{_libdir}/%{name}/ext/
   1.349 +%dir %{_datadir}/%{name}/ext/
   1.350 +%endif
   1.351 +%{_datadir}/%{name}/search-result.*
   1.352 +%{_datadir}/%{name}/*.png
   1.353 +%{_datadir}/%{name}/icons/
   1.354 +%{_datadir}/pixmaps/%{name}*.png
   1.355 +%{_datadir}/applications/*%{name}.desktop
   1.356 +
   1.357 +%{_mandir}/man1/%{name}.1*
   1.358 +
   1.359 +%files	hyperestraier
   1.360 +%defattr(-,root,root,-)
   1.361 +%{_libdir}/%{name}/search/hyper-estraier.so
   1.362 +
   1.363 +%if %{support_anthy}
   1.364 +%files	anthy
   1.365 +%defattr(-,root,root,-)
   1.366 +%{_libdir}/%{name}/search/anthy*.so*
   1.367 +%endif
   1.368 +
   1.369 +%if %{support_ruby}
   1.370 +%files	ruby
   1.371 +%defattr(-,root,root,-)
   1.372 +%{_libdir}/%{name}/ext/ruby.so
   1.373 +%{_datadir}/%{name}/ext/ruby/
   1.374 +%endif
   1.375 +
   1.376 +%files
   1.377 +%defattr(-,root,root,-)
   1.378 +%if 0%{?fedora} < 15
   1.379 +%{_libdir}/%{name}/embed/gecko.so
   1.380 +%endif
   1.381 +
   1.382 +
   1.383 +%if %{support_webkit}
   1.384 +%files	webkit
   1.385 +%defattr(-,root,root,-)
   1.386 +%{_libdir}/%{name}/embed/webkit_gtk.so
   1.387 +%endif
   1.388 +
   1.389 +%changelog
   1.390 +* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.8-17.svn3873_trunk.2
   1.391 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
   1.392 +
   1.393 +* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.8-17.svn3873_trunk.1
   1.394 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
   1.395 +
   1.396 +* Thu Apr 24 2014 Vít Ondruch <vondruch@redhat.com> - 0.5.8-17.svn3873_trunk
   1.397 +- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.1
   1.398 +
   1.399 +* Tue Aug  6 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.5.8-16.svn3873
   1.400 +- Add libgcrypt-devel to BR explicitly
   1.401 +
   1.402 +* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.8-15.svn3873_trunk.3
   1.403 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
   1.404 +
   1.405 +* Mon Apr  8 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.5.8-15.svn3873_trunk
   1.406 +- Change webkitgtk dependency
   1.407 +
   1.408 +* Thu Mar 21 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.5.8-14.svn3873_trunk
   1.409 +- F-19: rebuild against ruby 2.0
   1.410 +
   1.411 +* Sat Feb  9 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.5.8-13.svn3873_trunk
   1.412 +- F-19: kill vendorization of desktop file (fpc#247)
   1.413 +- Patch for gnutls 3.1.7
   1.414 +
   1.415 +* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.8-12.svn3873_trunk.1
   1.416 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
   1.417 +
   1.418 +* Wed Apr  4 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 0.5.8-12.svn3873_trunk
   1.419 +- Actually change the default to webkit (bug 799019)
   1.420 +- Fix build with ruby19
   1.421 +- Fix type wrt thumbname related funtion
   1.422 +
   1.423 +* Thu Jan  5 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 0.5.8-11.svn3873_trunk
   1.424 +- F-17: rebuild against gcc47
   1.425 +
   1.426 +* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 0.5.8-10.svn3873_trunk.1
   1.427 +- Rebuild for new libpng
   1.428 +
   1.429 +* Wed Jul 13 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 0.5.8-10.svn3873_trunk
   1.430 +- Kill xulrunner support
   1.431 +
   1.432 +* Thu Sep  9 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.8-9.svn3873_trunk
   1.433 +- Patch to compile with GTK >= 2.21.6
   1.434 +
   1.435 +* Sat Jul  3 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.8-8.svn3873_trunk
   1.436 +- Rebuild against new webkitgtk
   1.437 +
   1.438 +* Tue May  4 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.8-7.svn3873_trunk
   1.439 +- Update to the latest trunk
   1.440 +
   1.441 +* Fri Nov 20 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.8-5.svn3870_trunk
   1.442 +- Just to make kazehakase built with xulrunner 1.9.2.1
   1.443 +  ( Does not work actually... However webkit support still works )
   1.444 +
   1.445 +* Sat Nov  7 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
   1.446 +- release++
   1.447 +
   1.448 +* Sat Oct 17 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.8-2
   1.449 +- Fix crash when trying to view source or cert with no page loaded
   1.450 +  (bug 529334)
   1.451 +
   1.452 +* Tue Sep 29 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.8-1
   1.453 +- Update to 0.5.8
   1.454 +
   1.455 +* Tue Sep 29 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
   1.456 +- rev 3859
   1.457 +- Enable ruby support again
   1.458 +
   1.459 +* Mon Sep  7 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.7-3.svn3832_trunk
   1.460 +- Try rev 3832 for new dbus feature
   1.461 +- Kill ruby support until it gets compiled
   1.462 +
   1.463 +* Sat Aug 29 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.7-1
   1.464 +- Update to 0.5.7
   1.465 +
   1.466 +* Thu Aug 27 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
   1.467 +- rev 3783
   1.468 +
   1.469 +* Sun Jul 26 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
   1.470 +- rev 3778
   1.471 +
   1.472 +* Sat Jul 25 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.6-15.svn3773_trunk
   1.473 +- F-12: Mass rebuild
   1.474 +
   1.475 +* Tue Jul 21 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.6-14.svn3773_trunk
   1.476 +- Attempt to compile with GTK 2.17.5
   1.477 +
   1.478 +* Wed Jul  1 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
   1.479 +- Rebuild
   1.480 +
   1.481 +* Sun May 31 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
   1.482 +- rev 3773
   1.483 +
   1.484 +* Mon Apr 27 2009 Christopher Aillon <caillon@redhat.com> - 0.5.6-11.svn3771_trunk.1
   1.485 +- Rebuild against newer gecko
   1.486 +
   1.487 +* Wed Apr 22 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.6-11.svn3771_trunk
   1.488 +- rev 3771
   1.489 +- Fix crash when downloading is cancalled
   1.490 +- Fix the issue that downloading won't work when file already exists.
   1.491 +
   1.492 +* Mon Apr 20 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.6-10.svn3770_trunk
   1.493 +- rev 3770
   1.494 +- spec file cleanup
   1.495 +
   1.496 +* Sun Apr 12 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.6-9.svn3769_trunk
   1.497 +- Prevent crash even if no modules are installed (related to bug 444569)
   1.498 +- Embed Vendor version information
   1.499 +
   1.500 +* Sun Apr 12 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.6-8.svn3769_trunk
   1.501 +- Fix crash when kazehakase-webkit only is installed (bug 444569)
   1.502 +
   1.503 +* Fri Mar 27 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.6-7.svn3769_trunk
   1.504 +- Fix Group tag (bug 486452)
   1.505 +
   1.506 +* Mon Mar 23 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
   1.507 +- Try rev 3769
   1.508 +
   1.509 +* Sun Mar  8 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
   1.510 +- Try rev 3766, along with WebKit soname bump
   1.511 +
   1.512 +* Fri Feb 27 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.6-6.svn3761_trunk
   1.513 +- rev3756-compile.patch merged upstream
   1.514 +
   1.515 +* Tue Feb 24 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
   1.516 +- F-11: Mass rebuild
   1.517 +
   1.518 +* Tue Feb 24 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.6-5.svn3756_trunk
   1.519 +- Filter out unwanted Provides
   1.520 +
   1.521 +* Mon Feb 23 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
   1.522 +- Try rev 3756
   1.523 +
   1.524 +* Fri Jan 30 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
   1.525 +- Try rev 3598
   1.526 +- Now WebKit >= rev 39421 is needed
   1.527 +
   1.528 +* Tue Dec 23 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
   1.529 +- F-11: Rebuild against xulrunner 1.9.1
   1.530 +
   1.531 +* Fri Oct 31 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.6-1
   1.532 +- 0.5.6
   1.533 +- -UGTK_DISABLE_DEPRECATED hack removed (hack introduced in upstream)
   1.534 +
   1.535 +* Wed Sep 24 2008 Christopher Aillon <caillon@redhat.com>
   1.536 +- Rebuild against newer gecko (F-9/8)
   1.537 +
   1.538 +* Tue Aug  5 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
   1.539 +- Try rev. 3509
   1.540 +
   1.541 +* Wed Jul 30 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.5-1
   1.542 +- 0.5.5
   1.543 +
   1.544 +* Sat Jul 19 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.4-7.svn3506_trunk
   1.545 +- F-9+: relax gecko libs dependency (as GRE_GetGREPathWithProperties properly
   1.546 +  finds out GRE)
   1.547 +- F-10+: add -UGTK_DISABLE_DEPRECATED temporarily
   1.548 +
   1.549 +* Tue Jul 15 2008 Christopher Aillon <caillon@redhat.com>
   1.550 +- Rebuild against newer gecko (F-8)
   1.551 +
   1.552 +* Wed Jul 02 2008 Christopher Aillon <caillon@redhat.com>
   1.553 +- Rebuild against newer gecko (F-8)
   1.554 +
   1.555 +* Sat Jun 28 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.4-6.svn3506_trunk
   1.556 +- Try rev 3506
   1.557 +- Workaround for bug 447444 (xulrunner vs hunspell conflict) (F-9+)
   1.558 +
   1.559 +* Wed Jun 25 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.4-5
   1.560 +- Apply xulrunner related patches from debian by Mike Hommey
   1.561 +  (debian bug 480796, rh bug 402641)
   1.562 +  This time kazehakase actually works with xulrunner!
   1.563 +
   1.564 +* Tue Apr 29 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.4-4
   1.565 +- Remove redundant description per rel-eng team request
   1.566 +
   1.567 +* Wed Apr 23 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.4-3
   1.568 +- F-9: temporizing fix for xulrunner
   1.569 +  * Enable gtk-mozembed - don't work at all, however does not crash
   1.570 +  * force to install WebKit version
   1.571 +
   1.572 +* Wed Apr 16 2008 Christopher Aillon <caillon@redhat.com> - 0.5.4-2.1
   1.573 +- Rebuild against newer gecko (F-8/9)
   1.574 +
   1.575 +* Mon Apr 14 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.4-2
   1.576 +- Rebuild for new WebKit (F-7/8: bug 438531)
   1.577 +
   1.578 +* Sun Mar 30 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.4-1
   1.579 +- 0.5.4
   1.580 +
   1.581 +* Fri Mar 28 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.3-6.svn3501_trunk
   1.582 +- Try svn 3501 (still not work against xulrunner :( )
   1.583 +
   1.584 +* Tue Mar 25 2008 Christopher Aillon <caillon@redhat.com> - 0.5.3-5
   1.585 +- Rebuild against newer gecko (F-7/8)
   1.586 +
   1.587 +* Wed Mar  5 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.3-4
   1.588 +- Create kazehakase-base, split gecko.so from -base package
   1.589 +  so that users can install only WebKit based package.
   1.590 +
   1.591 +* Sun Mar  2 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.3-3
   1.592 +- Support WebGTK
   1.593 +
   1.594 +* Sat Mar  1 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.3-1
   1.595 +- 0.5.3
   1.596 +
   1.597 +* Fri Feb 29 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.2-8.svn3410_trunk
   1.598 +- More try to use xulrunner
   1.599 +  * GRE version fix
   1.600 +  * Remove seemingly undesirable linking
   1.601 +
   1.602 +* Sun Feb 24 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.2-7.svn3391_trunk
   1.603 +- More try to use xulrunner
   1.604 +  * Fix linkage for gecko.so
   1.605 +  * Don't use MOZILLA_INTERNAL_API anymore
   1.606 +  * NS_NewStorageStream should be changed to use xpcom
   1.607 +    http://developer.mozilla.org/en/docs/Migrating_from_Internal_Linkage_to_Frozen_Linkage
   1.608 +
   1.609 +* Sat Feb 23 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.2-2.svn3391_trunk
   1.610 +- F-9: Try latest svn for xulrunner
   1.611 +
   1.612 +* Fri Feb 15 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.2-1.2.svn3358
   1.613 +- F-9: Try latest svn for xulrunner
   1.614 +  (Still build explicitly disabled. Now it builds, does not crash
   1.615 +   but hangs eternally...)
   1.616 +
   1.617 +* Sat Feb  9 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
   1.618 +- Rebuild for new gecko engine (F-7/F-8)
   1.619 +
   1.620 +* Wed Jan 30 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.2-1
   1.621 +- 0.5.2
   1.622 +
   1.623 +* Tue Nov 27 2007 Christopher Aillon <caillon@redhat.com>
   1.624 +- F-7/8: Rebuild against newer gecko
   1.625 +
   1.626 +* Wed Nov 12 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.0-2
   1.627 +- F-9: try to switch to xulrunner
   1.628 +
   1.629 +* Tue Nov  6 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.0-1.dist.1
   1.630 +- Rebuild against new gecko engine
   1.631 +- Switch to use gecko virtual dependency (bug 352091)
   1.632 +
   1.633 +* Mon Oct 29 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.0-1
   1.634 +- 0.5.0
   1.635 +
   1.636 +* Fri Oct 26 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.4.9-2.svn3312
   1.637 +- Try svn 3312
   1.638 +
   1.639 +* Tue Oct 23 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.4.9-2.dist.1
   1.640 +- Rebuild against new gecko engine.
   1.641 +
   1.642 +* Mon Oct  8 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.4.9-2
   1.643 +- Readd accidentally deleted obsolete_plugin_ver macro
   1.644 +
   1.645 +* Sat Sep 29 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.4.9-1
   1.646 +- 0.4.9
   1.647 +
   1.648 +* Thu Aug 30 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.4.8-1
   1.649 +- 0.4.8
   1.650 +
   1.651 +* Wed Aug 22 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.4.7-9.svn3228.dist.1
   1.652 +- Mass rebuild (buildID or binutils issue)
   1.653 +
   1.654 +* Thu Aug  9 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.4.7-9.svn3228
   1.655 +- Rebuild against new gecko engine.
   1.656 +
   1.657 +* Fri Aug  3 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.4.7-8.svn3228
   1.658 +- Try svn 3228
   1.659 +- Disable GTK_DISABLE_DEPRECATED for now
   1.660 +- License update
   1.661 +
   1.662 +* Sat Jul 21 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.4.7-7.svn3227
   1.663 +- Try svn 3227 to drop GLib patch
   1.664 +
   1.665 +* Wed Jun 18 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.4.7-5
   1.666 +- Rebuild against new gecko engine
   1.667 +
   1.668 +* Tue Jun  5 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.4.7-3
   1.669 +- Patch to follow the newest GLib symbol
   1.670 +
   1.671 +* Tue Jun  5 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.4.7-2
   1.672 +- Parse GLib version dependency 
   1.673 +
   1.674 +* Wed May 30 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.4.7-1
   1.675 +- 0.4.7
   1.676 +
   1.677 +* Mon May 28 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.4.6-5.svn3221
   1.678 +- Try svn 3221
   1.679 +
   1.680 +* Tue May 22 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.4.6-4
   1.681 +- Workaround for glib 2.13.1+
   1.682 +
   1.683 +* Tue May 22 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.4.6-2
   1.684 +- Support Ruby/Migemo
   1.685 +
   1.686 +* Sun Apr 29 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.4.6-1
   1.687 +- 0.4.6
   1.688 +
   1.689 +* Tue Apr 10 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.4.5-2
   1.690 +- Enable ruby-gtk2 support
   1.691 +
   1.692 +* Tue Apr  3 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.4.5-1
   1.693 +- 0.4.5
   1.694 +- Clean up spec file (rename plugins, drop "plugins" string from name)
   1.695 +- Add ruby-gtk support (disabled until the review #232160 is completed)
   1.696 +
   1.697 +* Sat Mar 24 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.4.4.1-4
   1.698 +- gecko engine update
   1.699 +
   1.700 +* Tue Feb 27 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.4.4.1-3.dist.1
   1.701 +- gecko engine update
   1.702 +
   1.703 +* Sat Feb 24 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
   1.704 +- enable anthy/mecab support (currently disabled)
   1.705 +
   1.706 +* Thu Feb 22 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.4.4.1-3
   1.707 +- enable hyperestraier support.
   1.708 +
   1.709 +* Sat Feb  4 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.4.4.1-2.dist.1
   1.710 +- modify configure for split of mozilla-config.h for multilib
   1.711 +
   1.712 +* Sat Feb  3 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.4.4.1-2
   1.713 +- Remove -Werror staff
   1.714 +
   1.715 +* Fri Feb  2 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.4.4.1-1
   1.716 +- 0.4.4.1
   1.717 +
   1.718 +* Fri Feb  2 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.4.4-2
   1.719 +- Add more BuildRequires: anthy-devel, libSM-devel
   1.720 +
   1.721 +* Tue Jan 30 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.4.4-1
   1.722 +- 0.4.4
   1.723 +
   1.724 +* Thu Jan 18 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.4.3-4
   1.725 +- Do not call autoconf, just fix configure.
   1.726 +
   1.727 +* Sat Dec 23 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.4.3-3
   1.728 +- Add firefox version dependency for gecko engine
   1.729 +
   1.730 +* Wed Dec 13 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.4.3-2
   1.731 +- Own %%{_libdir}/%%{name} correctly
   1.732 +
   1.733 +* Tue Dec 12 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.4.3-1
   1.734 +- Initial packaging to import to Fedora Extras.