]> git.pld-linux.org Git - packages/epiphany.git/commitdiff
- added mozilla firefox bcond
authorfreetz <freetz@pld-linux.org>
Wed, 18 May 2005 18:28:09 +0000 (18:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    epiphany.spec -> 1.93

epiphany.spec

index c9c6c29b2623e46f2a3ab53681cd48eaca3b270b..a447f11cc3c049ebe728a500000653f8d48008fc 100644 (file)
@@ -1,3 +1,6 @@
+# Conditinal build:
+%bcond_with    mozilla_firefox # build with mozilla-firefox-devel
+#
 Summary:       Epiphany - gecko-based GNOME web browser
 Summary(es):   Epiphany - navigador Web de GNOME basado en gecko
 Summary(pl):   Epiphany - przeglĀ±darka WWW dla GNOME
@@ -27,7 +30,11 @@ BuildRequires:       libglade2-devel >= 1:2.5.1
 BuildRequires: libgnomeui-devel >= 2.10.0-2
 BuildRequires: libtool
 BuildRequires: libxml2-devel >= 1:2.6.19
+%if %{with mozilla_firefox}
+BuildRequires: mozilla-firefox-devel
+%else
 BuildRequires: mozilla-devel >= 5:1.7
+%endif
 BuildRequires: pango-devel >= 1:1.8.1
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.197
This page took 0.152122 seconds and 4 git commands to generate.