]> git.pld-linux.org Git - packages/epiphany.git/commitdiff
- require build time firefox version
authorfreetz <freetz@pld-linux.org>
Wed, 18 May 2005 18:52:03 +0000 (18:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    epiphany.spec -> 1.94

epiphany.spec

index a447f11cc3c049ebe728a500000653f8d48008fc..fee6f83983f8e798cba6aa28c1c6893511511ca0 100644 (file)
@@ -44,7 +44,11 @@ Requires(post,postun):       desktop-file-utils
 Requires(post,postun): scrollkeeper
 Requires:      gnome-icon-theme >= 2.10.0
 Requires:      gtk+2 >= 2:2.6.4
+%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
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # can be provided by mozilla or mozilla-embedded
This page took 0.190589 seconds and 4 git commands to generate.