]> git.pld-linux.org Git - packages/galeon.git/commitdiff
- updated to 2.0.2
authorhawk <hawk@pld-linux.org>
Thu, 25 Jan 2007 13:26:47 +0000 (13:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- dropped mozilla_firefox bcond, firefox no longer provides devel package
- build with xulrunner

Changed files:
    galeon.spec -> 1.252

galeon.spec

index ff3085cc923b46c3da7334a6d5992a2f9034bc28..43dc6e5b1e7d2e778f9c1085efc357fd6769b567 100644 (file)
@@ -1,6 +1,5 @@
 #
 # 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).
@@ -15,14 +14,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:       2.0.1
+Version:       2.0.2
 Release:       8
 Epoch:         2
 License:       GPL
 Group:         X11/Applications/Networking
 Source0:       http://dl.sourceforge.net/galeon/%{name}-%{version}.tar.bz2
-# Source0-md5: 34d6e3a6ee78f9e4d12736e5d81b462b
-#Source0:      %{name}-%{version}-%{snap}.tar.bz2
+# Source0-md5: 43d395aa3e6424d980919942e5499dba
 Source1:       %{name}-config-tool.1
 Patch0:                %{name}-desktop.patch
 Patch1:                %{name}-home_etc.patch
@@ -46,11 +44,7 @@ BuildRequires:       libgnomeui-devel >= 2.6.0
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
 BuildRequires: libxml2-devel >= 2.6.6
-%if %{with mozilla_firefox}
-BuildRequires: mozilla-firefox-devel
-%else
-BuildRequires: mozilla-devel >= 5:1.7
-%endif
+BuildRequires: xulrunner-devel >= 1.8.0.4
 %{?with_nautilus:BuildRequires:        nautilus-devel >= 2.4.0}
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.197
@@ -61,11 +55,7 @@ Requires(post,preun):        GConf2
 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-libs
-%else
-Requires:      mozilla-embedded = %(rpm -q --qf '%{EPOCH}:%{VERSION}' --whatprovides mozilla-embedded)
-%endif
+%requires_eq   xulrunner
 Provides:      wwwbrowser
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
This page took 0.047415 seconds and 4 git commands to generate.