SPECS: kazehakase.spec - updated to 0.3.7 (by £ukasz Krotowski <lu...

charles charles at pld-linux.org
Tue May 9 01:37:28 CEST 2006


Author: charles                      Date: Mon May  8 23:37:28 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.3.7 (by Łukasz Krotowski <lukasz.krotowski gmail com>)
- cleanups

---- Files affected:
SPECS:
   kazehakase.spec (1.29 -> 1.30) 

---- Diffs:

================================================================
Index: SPECS/kazehakase.spec
diff -u SPECS/kazehakase.spec:1.29 SPECS/kazehakase.spec:1.30
--- SPECS/kazehakase.spec:1.29	Tue Feb 21 09:51:24 2006
+++ SPECS/kazehakase.spec	Tue May  9 01:37:22 2006
@@ -1,14 +1,18 @@
 # $Revision$, $Date$
 # 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)
 
@@ -46,13 +51,19 @@
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
+	libkazehakasedir=%{_libdir} \
 	DESTDIR=$RPM_BUILD_ROOT
+
+# unnecessary
+rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+
 %find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post   -p /sbin/ldconfig                                                                                                                                         
-%postun -p /sbin/ldconfig                                                                                                                                         
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
@@ -60,7 +71,6 @@
 %{_sysconfdir}/%{name}
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
-%{_libdir}/lib*.la
 %{_desktopdir}/%{name}.desktop
 %{_datadir}/%{name}
 %{_pixmapsdir}/*
@@ -72,6 +82,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.30  2006/05/08 23:37:22  charles
+- updated to 0.3.7 (by Łukasz Krotowski <lukasz.krotowski gmail com>)
+- cleanups
+
 Revision 1.29  2006/02/21 08:51:24  zboczuch
 - up to 0.3.5 (patch by Łukasz Krotowski - lukasz dot krotowski at gmail dot com)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kazehakase.spec?r1=1.29&r2=1.30&f=u



More information about the pld-cvs-commit mailing list