]> git.pld-linux.org Git - packages/galeon.git/blobdiff - galeon.spec
updated to 0.10.4 (but it's now working for me as previous version)
[packages/galeon.git] / galeon.spec
index 2168a9b56c3b978513e13ea0bc9ebaeaa8f9bb25..5a05dc14be155a1f46707206174e32460bc129c0 100644 (file)
@@ -1,23 +1,30 @@
 Summary:       Galeon - gecko-based GNOME web browser
-Summary(pl):   Galeon - przeglĀ±darka WWW
+Summary(pl):   Galeon - przeglĀ±darka WWW dla GNOME
 Name:          galeon
-Version:       0.7.7
+Version:       0.10.4
 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
+Patch1:                %{name}-macros.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
+BuildRequires: bison
+BuildRequires: automake
+BuildRequires: autoconf
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -33,19 +40,33 @@ interpretacji stron Mozilli).
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
+rm missing
 gettextize --copy --force
+aclocal
+autoconf
+automake -a -c
 %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 +81,4 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/*
 %{_applnkdir}/Network/WWW/*
 %{_datadir}/galeon
-%{_datadir}/pixmaps/*
+%{_pixmapsdir}/*
This page took 0.024951 seconds and 4 git commands to generate.