SPECS: kazehakase.spec - added bcond to build against SeaMonkey (f...
hawk
hawk at pld-linux.org
Fri Sep 8 11:44:26 CEST 2006
Author: hawk Date: Fri Sep 8 09:44:26 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added bcond to build against SeaMonkey (from lukasz.krotowski [at] gmail [dot] com)
---- Files affected:
SPECS:
kazehakase.spec (1.34 -> 1.35)
---- Diffs:
================================================================
Index: SPECS/kazehakase.spec
diff -u SPECS/kazehakase.spec:1.34 SPECS/kazehakase.spec:1.35
--- SPECS/kazehakase.spec:1.34 Wed Aug 30 10:02:58 2006
+++ SPECS/kazehakase.spec Fri Sep 8 11:44:21 2006
@@ -2,7 +2,10 @@
# TODO: add subpackage for libs
#
# Conditional build:
-%bcond_without firefox # build upon mozilla 1.7 libs instead of firefox
+# Remember to build upon some libs (e.g. without firefox but with
+# seamonkey).
+%bcond_without firefox # don't build upon firefox libs
+%bcond_with seamonkey # build upon seamonkey libs
#
Summary: A browser with gecko engine
Summary(pl): Przeglądarka na silniku gecko
@@ -22,8 +25,8 @@
BuildRequires: gtk+2-devel
BuildRequires: libstdc++-devel
BuildRequires: libtool
-%{!?with_firefox:BuildRequires: mozilla-devel >= 5:1.7}
%{?with_firefox:BuildRequires: mozilla-firefox-devel >= 1.5.0.6}
+%{?with_seamonkey:BuildRequires: seamonkey-devel}
BuildRequires: pkgconfig
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -82,6 +85,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.35 2006/09/08 09:44:21 hawk
+- added bcond to build against SeaMonkey (from lukasz.krotowski [at] gmail [dot] com)
+
Revision 1.34 2006/08/30 08:02:58 dzeus
- up to 0.4.0
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/kazehakase.spec?r1=1.34&r2=1.35&f=u
More information about the pld-cvs-commit
mailing list