]> git.pld-linux.org Git - packages/galeon.git/blobdiff - galeon.spec
- disable -Werror
[packages/galeon.git] / galeon.spec
index 6b3a2f1d24beca1509bde7057aadb2aeb76649ab..b43c549464203741b6e714f8f6f527453b389376 100644 (file)
@@ -1,36 +1,39 @@
 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:       0.12pre1
+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             
+Source0:       http://prdownloads.sourceforge.net/galeon/%{name}-%{version}.tar.gz
 Patch0:                %{name}-mozilla_five_home.patch
-#Patch1:               %{name}-ns-with-service.patch
+Patch1:                %{name}-am_fix.patch
+Patch2:                %{name}-gcc31.patch
 URL:           http://galeon.sourceforge.net/
-Requires:      mozilla-embedded >= 0.9.3-1
-BuildRequires: GConf-devel >= 1.0.3-2
+BuildRequires: GConf-devel >= 1.0.4-1
 BuildRequires: ORBit-devel >= 0.5.0
+BuildRequires: bison
+BuildRequires: gdk-pixbuf-devel >= 0.10.
 BuildRequires: gettext-devel
-BuildRequires:  gnome-core-devel >= 1.2.0
+BuildRequires: gnome-core-devel >= 1.2.0
 BuildRequires: gnome-libs-devel >= 1.2.0
 BuildRequires: gnome-vfs-devel >= 0.5
-BuildRequires: libxml-devel >= 1.8.7
+BuildRequires: intltool
 BuildRequires: libglade-devel
 BuildRequires: libstdc++-devel
-BuildRequires: mozilla-devel >= 0.9.3-1
+BuildRequires: libxml-devel >= 1.8.7
+BuildRequires: mozilla-devel >= 0.9.9
 BuildRequires: oaf >= 0.6.2
-BuildRequires:  oaf-devel >= 0.6.2
-BuildRequires:  gdk-pixbuf-devel >= 0.10.
-BuildRequires: bison
-BuildRequires: xml-i18n-tools
+BuildRequires: oaf-devel >= 0.6.2
+Requires:      GConf >= 1.0.4-1
+%requires_eq   mozilla
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
 %define                _mandir         %{_prefix}/man
+%define                _sysconfdir     /etc/X11/GNOME
 
 %description
 Gnome browser based on Gecko (Mozilla rendering engine).
@@ -39,23 +42,35 @@ Gnome browser based on Gecko (Mozilla rendering engine).
 Galeon jest przegl±dark± WWW bazuj±c± na Gecko (mechanizmie
 interpretacji stron Mozilli).
 
+%description -l pt_BR
+O galeon é um browser para o gnome baseado no mozilla.
+
 %prep
 %setup -q
 %patch0 -p1
-#%patch1 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
-%configure2_13 \
+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
+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 \
-       --sysconfdir=%{_sysconfdir}/X11/GNOME \
        --disable-install-schemas \
-       --enable-gconf-source=%{_sysconfdir}/X11/GNOME/gconf/schemas
-
-
+       --disable-werror \
+       --enable-gconf-source=%{_sysconfdir}/gconf/schemas
 
 %{__make}
 
@@ -64,8 +79,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
-       Networkdir=%{_applnkdir}/Network/WWW \
-       sysconfdir=%{_sysconfdir}/X11/GNOME 
+       Networkdir=%{_applnkdir}/Network/WWW
 
 mv -f $RPM_BUILD_ROOT%{_bindir}/galeon-bin $RPM_BUILD_ROOT%{_bindir}/galeon
 
@@ -78,7 +92,7 @@ umask 022
 rm -f %{_libdir}/mozilla/component.reg
 MOZILLA_FIVE_HOME=%{_libdir}/mozilla regxpcom
 gconftool --shutdown
-GCONF_CONFIG_SOURCE=xml::%{_sysconfdir}/X11/GNOME/gconf/gconf.xml.defaults gconftool --makefile-install-rule %{_sysconfdir}/X11/GNOME/gconf/schemas/galeon.schemas 2>dev/null >/dev/null
+GCONF_CONFIG_SOURCE=xml::%{_sysconfdir}/gconf/gconf.xml.defaults gconftool --makefile-install-rule %{_sysconfdir}/gconf/schemas/galeon.schemas 2>dev/null >/dev/null
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -88,8 +102,13 @@ rm -rf $RPM_BUILD_ROOT
 %doc *.gz
 %attr(755,root,root) %{_bindir}/*
 %{_applnkdir}/Network/WWW/*
+%{_libdir}/%{name}
 %{_datadir}/galeon
+%{_datadir}/gnome/help/galeon-manual
 %{_datadir}/oaf/*
+%{_datadir}/omf/*
 %{_datadir}/sounds/galeon
 %{_pixmapsdir}/*
-%{_sysconfdir}/*
+%{_sysconfdir}/gconf/schemas/*
+%{_sysconfdir}/sound/events/*
+%{_mandir}/man1/*
This page took 0.072426 seconds and 4 git commands to generate.