]> git.pld-linux.org Git - packages/galeon.git/blobdiff - galeon.spec
- resolves problem with $MOZILLA_FIVE_HOME
[packages/galeon.git] / galeon.spec
index 62caddb60b952da1032464c00234f0821b3355ce..dcad90b0b6ecb4b6a9edbd07fdcc88a37feaf836 100644 (file)
@@ -1,23 +1,26 @@
 Summary:       Galeon - gecko-based GNOME web browser
 Summary(pl):   Galeon - przeglĀ±darka WWW
 Name:          galeon
-Version:       0.8
+Version:       0.10.2
 Release:       1
 License:       GPL
 Group:         X11/Applications/Networking
 Group(de):     X11/Applikationen/Netzwerkwesen
 Group(pl):     X11/Aplikacje/Sieciowe
 Source0:       ftp://download.sourceforge.net/pub/sourceforge/galeon/%{name}-%{version}.tar.gz
-Patch0:                %{name}-makefile.patch
+Patch0:                %{name}-mozilla_five_home.patch
 URL:           http://galeon.sourceforge.net/
 Requires:      mozilla
+BuildRequires: GConf-devel
 BuildRequires: ORBit-devel >= 0.5.0
 BuildRequires: gettext-devel
 BuildRequires: gnome-libs-devel >= 1.2.0
+BuildRequires: gnome-vfs-devel >= 0.5
 BuildRequires: libxml-devel >= 1.8.7
 BuildRequires: libglade-devel
 BuildRequires: libstdc++-devel
-BuildRequires: mozilla-devel
+BuildRequires: mozilla-devel >= 0.8
+BuildRequires: oaf >= 0.6.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -39,13 +42,22 @@ gettextize --copy --force
 %configure \
        --with-gnome \
        --without-debug \
-       --enable-gcc-compatibility-hack
+       --enable-gcc-compatibility-hack \
+       --with-mozilla-libs=%{_libdir} \
+       --with-mozilla-includes=%{_includedir}/mozilla \
+       --enable-cookies \
+       --disable-cpp-rtti
+
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       Networkdir=%{_applnkdir}/Network/WWW
+
+mv -f $RPM_BUILD_ROOT%{_bindir}/galeon-bin $RPM_BUILD_ROOT%{_bindir}/galeon
 
 gzip -9nf AUTHORS ChangeLog NEWS README
 
@@ -60,4 +72,4 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/*
 %{_applnkdir}/Network/WWW/*
 %{_datadir}/galeon
-%{_datadir}/pixmaps/*
+%{_pixmapsdir}/*
This page took 0.038744 seconds and 4 git commands to generate.