]> git.pld-linux.org Git - packages/galeon.git/blobdiff - galeon.spec
- mozilla-embedded requirement is back
[packages/galeon.git] / galeon.spec
index 0d8ac1b409b5c62916eeb3fa3ff07ce4c2292e44..3bb308d7b81979fb91bf44c35a6ec3d89f7cd68a 100644 (file)
@@ -1,27 +1,38 @@
 Summary:       Galeon - gecko-based GNOME web browser
-Summary(pl):   Galeon - przeglĀ±darka WWW
+Summary(pl):   Galeon - przeglĀ±darka WWW dla GNOME
 Name:          galeon
-Version:       0.7.6
+Version:       0.12.5
 Release:       1
+Epoch:         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
-Patch0:                %{name}-makefile.patch
+Source0:       http://prdownloads.sourceforge.net/galeon/%{name}-%{version}.tar.gz             
+Patch0:                %{name}-mozilla_five_home.patch
 URL:           http://galeon.sourceforge.net/
-Requires:      mozilla
+Requires:      GConf >= 1.0.4-1
+Requires:      mozilla-embedded >= 0.9.5-1
+BuildRequires: GConf-devel >= 1.0.4-1
 BuildRequires: ORBit-devel >= 0.5.0
 BuildRequires: gettext-devel
+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: libglade-devel
 BuildRequires: libstdc++-devel
-BuildRequires: mozilla-devel
+BuildRequires: mozilla-embedded-devel >= 0.9.5-1
+BuildRequires: oaf >= 0.6.2
+BuildRequires:  oaf-devel >= 0.6.2
+BuildRequires:  gdk-pixbuf-devel >= 0.10.
+BuildRequires: bison
+BuildRequires: xml-i18n-tools
 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).
@@ -35,21 +46,44 @@ interpretacji stron Mozilli).
 %patch0 -p1
 
 %build
-gettextize --copy --force
-%configure \
-       --with-gnome \
-       --without-debug \
-       --enable-gcc-compatibility-hack
+#sed -e s/AM_GNOME_GETTEXT/AM_GNU_GETTEXT/ configure.in >configure.in.tmp
+#mv -f configure.in.tmp configure.in
+#rm -f missing
+#aclocal -I %{_aclocaldir}/gnome
+#autoconf
+#automake -a -c
+%configure2_13 \
+       --with-mozilla-libs=%{_libdir} \
+       --with-mozilla-includes=%{_includedir}/mozilla \
+       --with-mozilla-home=%{_libdir}/mozilla \
+       --enable-nls \
+       --disable-included-gettext \
+       --disable-install-schemas \
+       --enable-gconf-source=%{_sysconfdir}/gconf/schemas
+
+
+
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       Networkdir=%{_applnkdir}/Network/WWW
+
+mv -f $RPM_BUILD_ROOT%{_bindir}/galeon-bin $RPM_BUILD_ROOT%{_bindir}/galeon
 
 gzip -9nf AUTHORS ChangeLog NEWS README
 
-%find_lang %{name}
+%find_lang %{name} --with-gnome
+
+%post
+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
@@ -60,4 +94,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/*
 %{_applnkdir}/Network/WWW/*
 %{_datadir}/galeon
-%{_datadir}/pixmaps/*
+%{_datadir}/oaf/*
+%{_datadir}/sounds/galeon
+%{_pixmapsdir}/*
+%{_sysconfdir}/gconf/schemas/*
+%{_sysconfdir}/sound/events/*
+%{_mandir}/man1/*
This page took 0.031377 seconds and 4 git commands to generate.