]> git.pld-linux.org Git - packages/galeon.git/blobdiff - galeon.spec
- updated to 1.2.6: many bug fixes.
[packages/galeon.git] / galeon.spec
index b501126f5c7e0cbe9f3dad14d17dfa2f8fb3a69a..136cdb2f6f938c5c0fd0688c577bbc6d9242d1a3 100644 (file)
@@ -1,21 +1,22 @@
 
-%define                minmozver       0.9.9
+%define                minmozver       1.0
 
 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
+Summary(zh_CN):        »ùÓÚGeckoµÄGNOMEÁ÷ÀÀÆ÷
 Name:          galeon
-Version:       1.2.0
-Release:       0.1
+Version:       1.2.6
+Release:       1
 Epoch:         2
 License:       GPL
 Group:         X11/Applications/Networking
-Source0:       http://prdownloads.sourceforge.net/galeon/%{name}-%{version}.tar.gz
+Source0:       http://unc.dl.sourceforge.net/sourceforge/galeon/%{name}-%{version}.tar.gz
+Source1:       %{name}-config-tool.1
 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: GConf-devel >= 1.0.9-2
 BuildRequires: ORBit-devel >= 0.5.0
 BuildRequires: bison
 BuildRequires: gdk-pixbuf-devel >= 0.10.
@@ -24,19 +25,25 @@ BuildRequires:      gnome-core-devel >= 1.2.0
 BuildRequires: gnome-libs-devel >= 1.2.0
 BuildRequires: gnome-vfs-devel >= 0.5
 BuildRequires: intltool
-BuildRequires: libglade-devel
+BuildRequires: libglade-gnome-devel
 BuildRequires: libstdc++-devel
 BuildRequires: libxml-devel >= 1.8.7
 BuildRequires: mozilla-embedded-devel >= %{minmozver}
 BuildRequires: oaf-devel >= 0.6.2
 BuildRequires: openssl-devel
+BuildRequires: scrollkeeper
 Requires:      GConf >= 1.0.4-1
 Requires:      mozilla-embedded = %(rpm -q --qf '%{VERSION}' --whatprovides mozilla-embedded)
+Prereq:                scrollkeeper
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# can be provided by mozilla or mozilla-embedded
+%define                _noautoreqdep   libgtkembedmoz.so libgtksuperwin.so libxpcom.so
+
 %define                _prefix         /usr/X11R6
 %define                _mandir         %{_prefix}/man
 %define                _sysconfdir     /etc/X11/GNOME
+%define         _omf_dest_dir   %(scrollkeeper-config --omfdir)
 
 %description
 Gnome browser based on Gecko (Mozilla rendering engine).
@@ -52,19 +59,14 @@ O galeon 
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
-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
+%{__gettextize}
 aclocal -I %{_aclocaldir}/gnome
-autoconf
-automake -a -c
+%{__autoconf}
+%{__automake}
 %configure \
        --with-mozilla-libs=%{_libdir} \
        --with-mozilla-includes=%{_includedir}/mozilla \
@@ -73,43 +75,51 @@ automake -a -c
        --disable-included-gettext \
        --disable-install-schemas \
        --disable-werror \
-       --enable-gconf-source=%{_sysconfdir}/gconf/schemas
+       --with-mozilla-snapshot=1.0 \
+       --enable-gconf-source=%{_sysconfdir}/gconf/schemas \
+       --enable-nautilus-view=no
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_mandir}/man1
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
-       Networkdir=%{_applnkdir}/Network/WWW
+       Networkdir=%{_applnkdir}/Network/WWW \
+       omf_dest_dir=%{_omf_dest_dir}/%{name}
 
 mv -f $RPM_BUILD_ROOT%{_bindir}/galeon-bin $RPM_BUILD_ROOT%{_bindir}/galeon
 
-gzip -9nf AUTHORS ChangeLog NEWS README
+install %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man1
 
 %find_lang %{name} --with-gnome
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %post
+/usr/bin/scrollkeeper-update
 umask 022
 rm -f %{_libdir}/mozilla/component.reg
 MOZILLA_FIVE_HOME=%{_libdir}/mozilla regxpcom
 gconftool --shutdown
 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
+%postun -p /usr/bin/scrollkeeper-update
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/*
 %{_applnkdir}/Network/WWW/*
 %{_libdir}/%{name}
 %{_datadir}/galeon
 %{_datadir}/gnome/help/galeon-manual
+%{_datadir}/gnome/ui/*.xml
 %{_datadir}/oaf/*
-%{_datadir}/omf/*
+%{_omf_dest_dir}/%{name}
 %{_datadir}/sounds/galeon
 %{_pixmapsdir}/*
 %{_sysconfdir}/gconf/schemas/*
This page took 0.501109 seconds and 4 git commands to generate.