]> git.pld-linux.org Git - packages/galeon.git/blobdiff - galeon.spec
- added %%post (like RH and MDK)
[packages/galeon.git] / galeon.spec
index 8113389c286d82e7458ee211c7ecc34d500e08b4..19786118b6a06da64e56e322a6e62fe0f437cc14 100644 (file)
@@ -1,17 +1,18 @@
 Summary:       Galeon - gecko-based GNOME web browser
 Summary(pl):   Galeon - przeglĀ±darka WWW dla GNOME
 Name:          galeon
-Version:       0.10.5
+Version:       0.11.0
 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
+Source0:       http://prdownloads.sourceforge.net/galeon/%{name}-%{version}.tar.gz             
 Patch0:                %{name}-mozilla_five_home.patch
 Patch1:                %{name}-macros.patch
+Patch2:                %{name}-gettext.patch
 URL:           http://galeon.sourceforge.net/
-Requires:      mozilla >= 0.8
+Requires:      mozilla >= 0.9.1
 BuildRequires: GConf-devel
 BuildRequires: ORBit-devel >= 0.5.0
 BuildRequires: gettext-devel
@@ -20,11 +21,12 @@ BuildRequires:      gnome-vfs-devel >= 0.5
 BuildRequires: libxml-devel >= 1.8.7
 BuildRequires: libglade-devel
 BuildRequires: libstdc++-devel
-BuildRequires: mozilla-devel >= 0.8
+BuildRequires: mozilla-devel >= 0.9.2
 BuildRequires: oaf >= 0.6.2
 BuildRequires: bison
 BuildRequires: automake
 BuildRequires: autoconf
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -41,16 +43,19 @@ interpretacji stron Mozilli).
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 rm missing
 gettextize --copy --force
+libtoolize --copy --force
 aclocal
 autoconf
 automake -a -c
 %configure \
        --with-mozilla-libs=%{_libdir} \
        --with-mozilla-includes=%{_includedir}/mozilla \
+       --with-mozilla-home=%{_libdir}/mozilla \
        --enable-nls \
        --disable-included-gettext
 
@@ -69,6 +74,11 @@ gzip -9nf AUTHORS ChangeLog NEWS README
 
 %find_lang %{name} --with-gnome
 
+%post
+umask 022
+rm -f %{_libdir}/mozilla/component.reg
+MOZILLA_FIVE_HOME=%{_libdir}/mozilla regxpcom
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.026145 seconds and 4 git commands to generate.