]> git.pld-linux.org Git - packages/galeon.git/blobdiff - galeon.spec
- release 3
[packages/galeon.git] / galeon.spec
index 3c09256e40a28a3f5979dfa5b35f869fbe0725e0..ad40dd670c2c3ead8718476e7aeaab251ff7c56b 100644 (file)
@@ -1,5 +1,6 @@
 #
 # Conditional build:
+%bcond_without mozilla_firefox # build without mozilla-firefox-devel
 %bcond_with    nautilus        # disable nautilus view
 %bcond_with    gcc2            # compile using gcc2 to get working gcc2-compiled java
                                # plugin (better get gcc3-compiled one).
@@ -7,7 +8,6 @@
                                # mozilla instead. To compile wit this option, You
                                # have to install mozilla compiled with gcc2.
 #
-%define                minmozver       5:1.7
 %define                snap    20040117
 
 Summary:       Galeon - gecko-based GNOME web browser
@@ -15,13 +15,13 @@ Summary(pl):        Galeon - przegl
 Summary(pt_BR):        O galeon é um browser para o GNOME baseado no mozilla
 Summary(zh_CN):        »ùÓÚGeckoµÄGNOMEÁ÷ÀÀÆ÷
 Name:          galeon
-Version:       1.3.21
-Release:       5
+Version:       2.0.1
+Release:       3
 Epoch:         2
 License:       GPL
 Group:         X11/Applications/Networking
 Source0:       http://dl.sourceforge.net/galeon/%{name}-%{version}.tar.bz2
-# Source0-md5: 5106e037bb52bdb234b3fc09c1e0a3f3
+# Source0-md5: 34d6e3a6ee78f9e4d12736e5d81b462b
 #Source0:      %{name}-%{version}-%{snap}.tar.bz2
 Source1:       %{name}-config-tool.1
 Patch0:                %{name}-desktop.patch
@@ -36,6 +36,7 @@ BuildRequires:        automake
 BuildRequires: bison
 BuildRequires: gettext-devel
 BuildRequires: glib2-devel >= 1:2.4.4
+BuildRequires: gnome-desktop-devel >= 2.9.91
 BuildRequires: gnome-vfs2-devel >= 2.10.0-2
 BuildRequires: gtk+2-devel >= 2:2.4.4
 BuildRequires: intltool
@@ -45,7 +46,11 @@ BuildRequires:       libgnomeui-devel >= 2.6.0
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
 BuildRequires: libxml2-devel >= 2.6.6
-BuildRequires: mozilla-devel >= %{minmozver}
+%if %{with mozilla_firefox}
+BuildRequires: mozilla-firefox-devel
+%else
+BuildRequires: mozilla-devel >= 5:1.7
+%endif
 %{?with_nautilus:BuildRequires:        nautilus-devel >= 2.4.0}
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.197
@@ -56,7 +61,12 @@ Requires(post,postun):       scrollkeeper
 Requires:      glib2 >= 1:2.4.4
 Requires:      gtk+2 >= 2:2.4.4
 Requires:      libbonobo >= 2.4.0
+%if %{with mozilla_firefox}
+%requires_eq   mozilla-firefox
+%else
 Requires:      mozilla-embedded = %(rpm -q --qf '%{EPOCH}:%{VERSION}' --whatprovides mozilla-embedded)
+%endif
+Provides:      wwwbrowser
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # can be provided by mozilla or mozilla-embedded
This page took 0.072806 seconds and 4 git commands to generate.