X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=galeon.spec;h=ff3085cc923b46c3da7334a6d5992a2f9034bc28;hb=3fdbd68686c1cca68a0e32ec37731b1c6f755486;hp=39182f11b6ef609ca43730f6409f7990e430136d;hpb=377471904f2717035480441b01d4881cb41863f0;p=packages%2Fgaleon.git diff --git a/galeon.spec b/galeon.spec index 39182f1..ff3085c 100644 --- a/galeon.spec +++ b/galeon.spec @@ -1,95 +1,121 @@ # # Conditional build: -# _with_gcc2 - compile using gcc2 to get working java plugin. -# Flash plugin seems to still doesn't work, use -# mozilla instead. To compile wit this option, You -# have to install mozilla compiled with gcc2. +%bcond_without mozilla_firefox # build without mozilla-firefox-devel +%bcond_with nautilus # disable nautilus view +%bcond_with gcc2 # compile using gcc2 to get working gcc2-compiled java + # plugin (better get gcc3-compiled one). + # Flash plugin seems to still not work, use + # mozilla instead. To compile wit this option, You + # have to install mozilla compiled with gcc2. # -%define minmozver 1.4a -%define snap 20030413 +%define snap 20040117 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(pt_BR): O galeon é um browser para o GNOME baseado no mozilla Summary(zh_CN): »ùÓÚGeckoµÄGNOMEÁ÷ÀÀÆ÷ Name: galeon -Version: 1.3.3 -Release: 1.%{snap} +Version: 2.0.1 +Release: 8 Epoch: 2 License: GPL Group: X11/Applications/Networking -#Source0: http://dl.sf.net/galeon/%{name}-%{version}.tar.bz2 -Source0: %{name}-%{version}-%{snap}.tar.bz2 +Source0: http://dl.sourceforge.net/galeon/%{name}-%{version}.tar.bz2 +# Source0-md5: 34d6e3a6ee78f9e4d12736e5d81b462b +#Source0: %{name}-%{version}-%{snap}.tar.bz2 Source1: %{name}-config-tool.1 +Patch0: %{name}-desktop.patch +Patch1: %{name}-home_etc.patch +Patch2: %{name}-po.patch +Patch3: %{name}-mozilla.patch URL: http://galeon.sourceforge.net/ -BuildRequires: autoconf +BuildRequires: GConf2-devel >= 2.4.0 +BuildRequires: ORBit2-devel >= 2.8.3 +BuildRequires: autoconf >= 2.52 BuildRequires: automake -BuildRequires: GConf2-devel -BuildRequires: ORBit2-devel BuildRequires: bison -BuildRequires: bonobo-activation-devel >= 2.2.0 BuildRequires: gettext-devel -BuildRequires: gnome-vfs2-devel -BuildRequires: gtk+2-devel >= 2.0.6 +BuildRequires: glib2-devel >= 1:2.4.4 +BuildRequires: gnome-desktop-devel >= 2.9.91 +BuildRequires: gnome-vfs2-devel >= 2.10.0-2 +BuildRequires: gtk+2-devel >= 2:2.4.4 BuildRequires: intltool -BuildRequires: libglade2-devel -BuildRequires: libgnomeui-devel +BuildRequires: libbonoboui-devel >= 2.4.0 +BuildRequires: libglade2-devel >= 1:2.4.0 +BuildRequires: libgnomeui-devel >= 2.6.0 BuildRequires: libstdc++-devel -BuildRequires: libxml2-devel -BuildRequires: mozilla-embedded-devel >= %{minmozver} -BuildRequires: nautilus-devel >= 2.0.0 -BuildRequires: openssl-devel >= 0.9.7 -BuildRequires: scrollkeeper -BuildRequires: bonobo-activation >= 2.2.0 -BuildRequires: rpm-build >= 4.1-10 -Requires: mozilla-embedded = %(rpm -q --qf '%{VERSION}' --whatprovides mozilla-embedded) -Requires(post): GConf2 -Requires(post): mozilla -Requires(post): scrollkeeper +BuildRequires: libtool +BuildRequires: libxml2-devel >= 2.6.6 +%if %{with mozilla_firefox} +BuildRequires: mozilla-firefox-devel +%else +BuildRequires: mozilla-devel >= 5:1.7 +%endif +%{?with_nautilus:BuildRequires: nautilus-devel >= 2.4.0} +BuildRequires: pkgconfig +BuildRequires: rpmbuild(macros) >= 1.197 +BuildRequires: scrollkeeper >= 0.1.4 +Requires(post,postun): desktop-file-utils +Requires(post,postun): scrollkeeper +Requires(post,preun): GConf2 +Requires: glib2 >= 1:2.4.4 +Requires: gtk+2 >= 2:2.4.4 +Requires: libbonobo >= 2.4.0 +%if %{with mozilla_firefox} +%requires_eq mozilla-firefox-libs +%else +Requires: mozilla-embedded = %(rpm -q --qf '%{EPOCH}:%{VERSION}' --whatprovides mozilla-embedded) +%endif +Provides: wwwbrowser BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) # can be provided by mozilla or mozilla-embedded %define _noautoreqdep libgtkembedmoz.so libgtksuperwin.so libxpcom.so -%if%{?_with_gcc2:1}%{!?_with_gcc2:0} -%define __cc gcc2 -%define __cxx gcc2 +%if %{with gcc2} +%define __cc gcc2 +%define __cxx gcc2 %endif %description -Gnome browser based on Gecko (Mozilla rendering engine). +GNOME browser based on Gecko (Mozilla rendering engine). %description -l pl 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. +O galeon é um browser para o GNOME baseado no mozilla. %prep %setup -q +%patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 + +# regenerate - didn't compile with ORBit2 2.7.2 +cd idl +orbit-idl-2 -I /usr/share/idl/bonobo-2.0 -I /usr/share/idl/bonobo-activation-2.0 Galeon*.idl +mv Galeon*.[ch] ../src %build rm -f missing -glib-gettextize --copy --force -intltoolize --copy --force +cp /usr/share/automake/mkinstalldirs . +%{__glib_gettextize} +%{__intltoolize} %{__libtoolize} %{__aclocal} %{__autoheader} %{__autoconf} %{__automake} %configure \ - --with-mozilla-libs=%{_libdir} \ - --with-mozilla-includes=%{_includedir}/mozilla \ - --with-mozilla-home=%{_libdir}/mozilla \ - --enable-nls \ - --disable-included-gettext \ --disable-schemas-install \ - --disable-werror \ - --with-mozilla-snapshot=1.4a \ - --enable-gconf-source=%{_sysconfdir}/gconf/schemas \ + %if %{with nautilus} --enable-nautilus-view=yes - + %else + --enable-nautilus-view=no + %endif %{__make} %install @@ -97,33 +123,40 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_mandir}/man1 %{__make} install \ - DESTDIR=$RPM_BUILD_ROOT + DESTDIR=$RPM_BUILD_ROOT install %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man1 -%find_lang galeon-2.0 +# No components installed now. +#rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/components/*.la + +rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no + +# galeon-2.0.mo, but gnome/help/galeon +%find_lang galeon-2.0 --with-gnome --all-name %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 -%gconf_schema_install +%scrollkeeper_update_post +%gconf_schema_install galeon.schemas +%update_desktop_database_post + +%preun +%gconf_schema_uninstall galeon.schemas -%postun -p /usr/bin/scrollkeeper-update +%postun +%scrollkeeper_update_postun +%update_desktop_database_postun %files -f galeon-2.0.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README* %attr(755,root,root) %{_bindir}/* -%{_libdir}/%{name} %{_libdir}/bonobo/servers/* %{_datadir}/galeon -%{_datadir}/applications/* -%{_datadir}/gnome/help/* +%{_desktopdir}/*.desktop %{_datadir}/gnome-2.0/ui/*.xml %{_omf_dest_dir}/%{name} %{_datadir}/sounds/galeon