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

liferea.spec

index 40bc8563ea01ca4990a7ed8d4fc91542616a6d02..2dbeb2d1ad44844573c6191177dc04ea9026d043 100644 (file)
@@ -1,6 +1,7 @@
 # Conditional build:
 %bcond_without dbus            # without DBUS support
 %bcond_without mozilla         # without mozilla
+%bcond_with    mozilla_firefox # build with mozilla-firefox-devel
 #
 Summary:       A RSS feed reader
 Summary(pl):   Program do pobierania informacji w formacie RSS
@@ -22,7 +23,13 @@ BuildRequires:       libxml2-devel >= 1:2.6.19
 BuildRequires: libgtkhtml-devel >= 2.6.3
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
-%{?with_mozilla:BuildRequires: mozilla-devel}
+%if %{with mozilla}
+%if %{with mozilla_firefox}
+BuildRequires: mozilla-firefox-devel
+%else
+BuildRequires: mozilla-devel
+%endif
+%endif
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.197
 Requires(post,preun):  GConf2
This page took 0.066191 seconds and 4 git commands to generate.