]> git.pld-linux.org Git - packages/galeon.git/blobdiff - galeon.spec
- massive change: BR openssl-devel >= 0.9.7d
[packages/galeon.git] / galeon.spec
index 9bd2f0a9c51530ac7803497cbebe0b0ee8964d5f..d14e2f5b9003eb88fb4beae1342465b53229fe48 100644 (file)
@@ -1,30 +1,32 @@
 #
 # Conditional build:
+%bcond_without nautilus        # disable nautilus view
 %bcond_with gcc2       # compile using gcc2 to get working gcc2-compiled java
                        # plugin (better get gcc3-compiled one).
                        # Flash plugin seems to still not work, use
                        # mozilla instead. To compile wit this option, You
                        # have to install mozilla compiled with gcc2.
 #
-%define                minmozver       5:1.5
-%define                snap    20031025
+%define                minmozver       5:1.6
+%define                snap    20040117
 
 Summary:       Galeon - gecko-based GNOME web browser
 Summary(pl):   Galeon - przegl±darka WWW dla GNOME
 Summary(pt_BR):        O galeon é um browser para o GNOME baseado no mozilla
 Summary(zh_CN):        »ùÓÚGeckoµÄGNOMEÁ÷ÀÀÆ÷
 Name:          galeon
-Version:       1.3.11a
-Release:       1
+Version:       1.3.13a
+Release:       2
 Epoch:         2
 License:       GPL
 Group:         X11/Applications/Networking
-#Source0:      %{name}-%{version}-%{snap}.tar.bz2
 Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
-# Source0-md5: 970ec350142d2e2d2c9b94bce7cf7ab7
+# Source0-md5: c29bdfb23fdafddfcfb6ae7fc6c822fd
+#Source0:      %{name}-%{version}-%{snap}.tar.bz2
 Source1:       %{name}-config-tool.1
 Patch0:                %{name}-desktop.patch
 Patch1:                %{name}-home_etc.patch
+Patch2:                %{name}-locale-names.patch
 URL:           http://galeon.sourceforge.net/
 BuildRequires: GConf2-devel >= 2.4.0
 BuildRequires: ORBit2-devel >= 2.8.3
@@ -35,7 +37,6 @@ BuildRequires:        gettext-devel
 BuildRequires: gnome-vfs2-devel >= 2.4.0
 BuildRequires: gtk+2-devel >= 2.2.0
 BuildRequires: intltool
-BuildRequires: libbonobo-devel >= 2.4.0
 BuildRequires: libbonoboui-devel >= 2.4.0
 BuildRequires: libglade2-devel >= 2.0.1
 BuildRequires: libgnomeui-devel >= 2.4.0
@@ -43,12 +44,11 @@ BuildRequires:      libstdc++-devel
 BuildRequires: libtool
 BuildRequires: libxml2-devel >= 2.4.0
 BuildRequires: mozilla-devel >= %{minmozver}
-BuildRequires: nautilus-devel >= 2.4.0
-BuildRequires: openssl-devel >= 0.9.7c
+%{?with_nautilus:BuildRequires:        nautilus-devel >= 2.4.0}
+BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: rpm-build >= 4.1-10
 BuildRequires: scrollkeeper >= 0.1.4
 Requires(post):        GConf2
-Requires(post):        mozilla
 Requires(post):        scrollkeeper
 Requires:      libbonobo >= 2.4.0
 Requires:      mozilla = %(rpm -q --qf '%{EPOCH}:%{VERSION}' --whatprovides mozilla)
@@ -73,9 +73,12 @@ interpretacji stron Mozilli).
 O galeon é um browser para o GNOME baseado no mozilla.
 
 %prep
-%setup -q
+%setup -q -n %{name}-1.3.13
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+
+mv po/{no,nb}.po
 
 # regenerate - didn't compile with ORBit2 2.7.2
 cd idl
@@ -92,15 +95,13 @@ intltoolize --copy --force
 %{__autoconf}
 %{__automake}
 %configure \
-       --with-mozilla-libs=%{_libdir} \
-       --with-mozilla-includes=%{_includedir}/mozilla \
-       --with-mozilla-home=%{_libdir}/mozilla \
-       --enable-nls \
-       --disable-included-gettext \
        --disable-schemas-install \
-       --disable-werror \
-       --enable-gconf-source=%{_sysconfdir}/gconf/schemas \
+       %if %{with nautilus}
        --enable-nautilus-view=yes
+       %else
+       --enable-nautilus-view=no
+       %endif
+       
 
 %{__make}
 
This page took 0.026631 seconds and 4 git commands to generate.