]> git.pld-linux.org Git - packages/galeon.git/blobdiff - galeon.spec
- disable -Werror
[packages/galeon.git] / galeon.spec
index 123464b50555ec4880b31c76934176428732e288..b43c549464203741b6e714f8f6f527453b389376 100644 (file)
@@ -2,15 +2,15 @@ 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
 Name:          galeon
-Version:       1.0.2
+Version:       1.2.0
 Release:       1
 Epoch:         2
 License:       GPL
 Group:         X11/Applications/Networking
-Group(de):     X11/Applikationen/Netzwerkwesen
-Group(pl):     X11/Aplikacje/Sieciowe
 Source0:       http://prdownloads.sourceforge.net/galeon/%{name}-%{version}.tar.gz
 Patch0:                %{name}-mozilla_five_home.patch
+Patch1:                %{name}-am_fix.patch
+Patch2:                %{name}-gcc31.patch
 URL:           http://galeon.sourceforge.net/
 BuildRequires: GConf-devel >= 1.0.4-1
 BuildRequires: ORBit-devel >= 0.5.0
@@ -24,7 +24,7 @@ BuildRequires:        intltool
 BuildRequires: libglade-devel
 BuildRequires: libstdc++-devel
 BuildRequires: libxml-devel >= 1.8.7
-BuildRequires: mozilla-devel >= 0.9.6
+BuildRequires: mozilla-devel >= 0.9.9
 BuildRequires: oaf >= 0.6.2
 BuildRequires: oaf-devel >= 0.6.2
 Requires:      GConf >= 1.0.4-1
@@ -48,21 +48,28 @@ O galeon 
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
-#sed -e s/AM_GNOME_GETTEXT/AM_GNU_GETTEXT/ configure.in >configure.in.tmp
+sed -e s/AM_GNOME_GETTEXT/AM_GNU_GETTEXT/ configure.in >configure.in.tmp
+# FIXME: Broken GCONF?
+#sed -e s/AM_GCONF_SOURCE/echo/ configure.in.tmp >configure.in
 #mv -f configure.in.tmp configure.in
-#rm -f missing
-#aclocal -I %{_aclocaldir}/gnome
-#autoconf
-#automake -a -c
-%configure2_13 \
+rm -f missing
+xml-i18n-toolize --copy --force
+gettextize --copy --force
+aclocal -I %{_aclocaldir}/gnome
+autoconf
+automake -a -c
+%configure \
        --with-mozilla-libs=%{_libdir} \
        --with-mozilla-includes=%{_includedir}/mozilla \
        --with-mozilla-home=%{_libdir}/mozilla \
        --enable-nls \
        --disable-included-gettext \
        --disable-install-schemas \
+       --disable-werror \
        --enable-gconf-source=%{_sysconfdir}/gconf/schemas
 
 %{__make}
This page took 0.049966 seconds and 4 git commands to generate.