]> git.pld-linux.org Git - packages/galeon.git/blobdiff - galeon.spec
- updated gettext BR
[packages/galeon.git] / galeon.spec
index 108f86980efb8fead213163732f1666b4b475319..b97e7016d9b1f74773398ead7de4afa724ea8298 100644 (file)
@@ -1,4 +1,9 @@
 #
+# TODO:
+#   - force galeon to use old SSL dialogs using nsIBadCertListener, ie. port
+#     EphyBadCertRejector from Epiphany, this will fix issues with https sites
+#     using self signed and expired certificates or mismatches in domain names
+#
 # Conditional build:
 %bcond_with    nautilus        # enable nautilus view
 %bcond_with    gcc2            # compile using gcc2 to get working gcc2-compiled java
                                # mozilla instead. To compile wit this option, You
                                # have to install mozilla compiled with gcc2.
 #
-
 Summary:       Galeon - gecko-based GNOME web browser
 Summary(pl.UTF-8):     Galeon - przeglądarka WWW dla GNOME
 Summary(pt_BR.UTF-8):  O galeon é um browser para o GNOME baseado no mozilla
 Summary(zh_CN.UTF-8):  基于Gecko的GNOME流览器
 Name:          galeon
-Version:       2.0.3
-Release:       3
+Version:       2.0.7
+Release:       13
 Epoch:         2
 License:       GPL
 Group:         X11/Applications/Networking
 Source0:       http://dl.sourceforge.net/galeon/%{name}-%{version}.tar.bz2
-# Source0-md5: 610fe2258e680f68bdf36ce7c1ba2a24
+# Source0-md5: 2eede1f43e3f6f2ac4ce7d4db99b15b2
 Source1:       %{name}-config-tool.1
 Patch0:                %{name}-desktop.patch
 Patch1:                %{name}-home_etc.patch
-Patch2:                %{name}-po.patch
-Patch3:                %{name}-mozilla.patch
-Patch4:                %{name}-agent.patch
+Patch2:                %{name}-ti-agent.patch
+Patch3:                %{name}-agent.patch
+Patch4:                %{name}-libxul.patch
+Patch5:                %{name}-xul_includes_fix.patch
+Patch6:                %{name}-xulrunner-1_9_1.patch
 URL:           http://galeon.sourceforge.net/
 BuildRequires: GConf2-devel >= 2.4.0
 BuildRequires: ORBit2-devel >= 2.8.3
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
 BuildRequires: bison
-BuildRequires: gettext-devel
+BuildRequires: gettext-tools
 BuildRequires: glib2-devel >= 1:2.4.4
 BuildRequires: gnome-desktop-devel >= 2.9.91
 BuildRequires: gnome-vfs2-devel >= 2.10.0-2
@@ -44,11 +50,14 @@ BuildRequires:      libgnomeui-devel >= 2.6.0
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
 BuildRequires: libxml2-devel >= 2.6.6
-BuildRequires: xulrunner-devel >= 1.8.0.4
+BuildRequires: xulrunner-devel >= 1.9.1
 %{?with_nautilus:BuildRequires:        nautilus-devel >= 2.4.0}
 BuildRequires: pkgconfig
+BuildRequires: rpm >= 4.4.9-56
+BuildRequires: rpmbuild(find_lang) >= 1.23
 BuildRequires: rpmbuild(macros) >= 1.197
 BuildRequires: scrollkeeper >= 0.1.4
+BuildRequires: sed >= 4.0
 Requires(post,postun): desktop-file-utils
 Requires(post,postun): scrollkeeper
 Requires(post,preun):  GConf2
@@ -57,6 +66,8 @@ Requires:     gtk+2 >= 2:2.4.4
 Requires:      libbonobo >= 2.4.0
 %requires_eq_to        xulrunner xulrunner-devel
 Provides:      wwwbrowser
+# sr@Latn vs. sr@latin
+Conflicts:     glibc-misc < 6:2.7
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # can be provided by mozilla or mozilla-embedded
@@ -83,9 +94,17 @@ O galeon é um browser para o GNOME baseado no mozilla.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%if "%{pld_release}" == "ti"
 %patch2 -p1
+%else
 %patch3 -p1
+%endif
 %patch4 -p1
+%patch5 -p1
+%patch6 -p1
+
+sed -i -e 's#sr\@Latn#sr\@latin#' configure.in
+mv po/sr\@{Latn,latin}.po
 
 # regenerate - didn't compile with ORBit2 2.7.2
 cd idl
@@ -93,7 +112,6 @@ orbit-idl-2 -I /usr/share/idl/bonobo-2.0 -I /usr/share/idl/bonobo-activation-2.0
 mv Galeon*.[ch] ../src
 
 %build
-rm -f missing
 cp /usr/share/automake/mkinstalldirs .
 %{__glib_gettextize}
 %{__intltoolize}
@@ -124,7 +142,7 @@ install %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man1
 #rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/components/*.la
 
 # galeon-2.0.mo, but gnome/help/galeon
-%find_lang galeon-2.0 --with-gnome --all-name
+%find_lang galeon-2.0 --with-gnome --with-omf --all-name
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -149,9 +167,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/galeon
 %{_desktopdir}/*.desktop
 %{_datadir}/gnome-2.0/ui/*.xml
-%{_omf_dest_dir}/%{name}
 %{_datadir}/sounds/galeon
 %{_pixmapsdir}/*
-%{_sysconfdir}/gconf/schemas/*
+%{_sysconfdir}/gconf/schemas/galeon.schemas
 %{_sysconfdir}/sound/events/*
 %{_mandir}/man1/*
This page took 0.470942 seconds and 4 git commands to generate.