Index: kazehakase.spec
===================================================================
RCS file: /cvsroot/SPECS/kazehakase.spec,v
retrieving revision 1.29
diff -u -r1.29 kazehakase.spec
--- kazehakase.spec	21 Feb 2006 08:51:24 -0000	1.29
+++ kazehakase.spec	8 May 2006 22:25:20 -0000
@@ -1,14 +1,18 @@
 # $Revision: 1.29 $, $Date: 2006/02/21 08:51:24 $
 # TODO: add subpackage for libs
+#
+# Conditional build:
+%bcond_without	firefox # build upon mozilla 1.7 libs instead of firefox
+#
 Summary:	A browser with gecko engine
 Summary(pl):	Przeglądarka na silniku gecko
 Name:		kazehakase
-Version:	0.3.5
+Version:	0.3.7
 Release:	0.1
 License:	GPL
 Group:		X11/Applications/Networking
-Source0:	http://prdownloads.sourceforge.jp/kazehakase/18847/%{name}-%{version}.tar.gz
-# Source0-md5:	aa7eac58718c2254050ce18d4ec86cde
+Source0:	http://prdownloads.sourceforge.jp/kazehakase/20010/%{name}-%{version}.tar.gz
+# Source0-md5:	3379ac7977d5bc34b024cdadbf37857e
 Patch0:		%{name}-desktop.patch
 URL:		http://kazehakase.sourceforge.jp/
 BuildRequires:	autoconf
@@ -18,7 +22,8 @@
 BuildRequires:	gtk+2-devel
 BuildRequires:	libstdc++-devel
 BuildRequires:	libtool
-BuildRequires:	mozilla-devel >= 5:1.7
+%{?without_firefox:BuildRequires:	mozilla-devel >= 5:1.7}
+%{?with_firefox:BuildRequires:	mozilla-firefox-devel >= 1.5.0.2}
 BuildRequires:	pkgconfig
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -59,8 +64,8 @@
 %doc README README.ja AUTHORS ChangeLog COPYING.README TODO.ja
 %{_sysconfdir}/%{name}
 %attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
-%{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/%{name}/lib*.so*
+%{_libdir}/%{name}/lib*.la
 %{_desktopdir}/%{name}.desktop
 %{_datadir}/%{name}
 %{_pixmapsdir}/*
