]> git.pld-linux.org Git - packages/epiphany-extensions.git/commitdiff
- added mozilla firefox bcond
authorpaladine <paladine@pld-linux.org>
Thu, 19 May 2005 09:20:50 +0000 (09:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    epiphany-extensions.spec -> 1.34

epiphany-extensions.spec

index 061ccf99424b0236cc48b8ef0a8d9a265efc0792..94826d0a9fb1e205c06b3042655211ff469c44c9 100644 (file)
@@ -1,3 +1,6 @@
+# Conditinal build:
+%bcond_with    mozilla_firefox # build with mozilla-firefox-devel
+#
 Summary:       Collection of extensions for Epiphany
 Summary(pl):   Zbiór rozszerzeñ dla Epiphany
 Name:          epiphany-extensions
@@ -20,11 +23,19 @@ 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: opensp-devel
 BuildRequires: pkgconfig
 Requires:      epiphany = %(rpm -q --qf '%{EPOCH}:%{VERSION}' epiphany-devel)
+%if %{with mozilla_firefox}
+Requires:      mozilla-firefox = %(rpm -q --qf '%{EPOCH}:%{VERSION}' mozilla-firefox)
+%else
 Requires:      mozilla-embedded = %(rpm -q --qf '%{EPOCH}:%{VERSION}' --whatprovides mozilla-embedded)
+%endif
 Provides:      epiphany-plugins
 Obsoletes:     epiphany-plugins <= 0.1.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
This page took 0.043958 seconds and 4 git commands to generate.