From e4e20278a7f64db9f7e76ad23cddab88d5bc43b3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Jan 28 2005 20:45:25 +0000 Subject: Update to 2.9.3 --- diff --git a/.cvsignore b/.cvsignore index dc69978..e77dab9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -2,3 +2,4 @@ yelp-2.6.2.tar.bz2 yelp-2.6.3.tar.bz2 yelp-2.6.4.tar.bz2 yelp-2.6.5.tar.bz2 +yelp-2.9.3.tar.bz2 diff --git a/sources b/sources index 5ab65b8..bbcc98c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9bd94af344ee6a0bf69aa6f9cbd6b7e9 yelp-2.6.5.tar.bz2 +a6ed659313698900a7170426881b874b yelp-2.9.3.tar.bz2 diff --git a/yelp.spec b/yelp.spec index 6bb39f4..5e75116 100644 --- a/yelp.spec +++ b/yelp.spec @@ -1,6 +1,6 @@ %define pango_version 1.0.99 -%define gtk2_version 2.3.1 -%define gtkhtml2_version 2.3.0 +%define gtk2_version 2.6.0 +%define mozilla_version 1.7.3 %define gnome_vfs2_version 2.0.0 %define libgnomeui_version 2.0.2 %define libbonobo_version 2.0.0 @@ -12,7 +12,7 @@ Summary: A system documentation reader from the Gnome project. Name: yelp -Version: 2.6.5 +Version: 2.9.3 Release: 1 Source: %{name}-%{version}.tar.bz2 License: GPL @@ -21,23 +21,26 @@ BuildRoot: %{_tmppath}/%{name}-root Requires: scrollkeeper Requires: gtk2 >= %{gtk2_version} Requires: gnome-vfs2 >= %{gnome_vfs2_version} -Requires: gtkhtml2 >= %{gtkhtml2_version} +Requires: mozilla >= %{mozilla_version} Requires: libgnomeui >= %{libgnomeui_version} Requires: libbonobo >= %{libbonobo_version} Requires: libxml2 >= %{libxml_version} Requires: libxslt >= %{libxslt_version} Requires: libglade2 >= %{libglade_version} +Requires: libgcrypt +Requires: gnome-doc-utils Requires: GConf2 BuildRequires: pango-devel >= %{pango_version} BuildRequires: gtk2-devel >= %{gtk2_version} BuildRequires: gnome-vfs2-devel >= %{gnome_vfs2_version} -BuildRequires: gtkhtml2-devel >= %{gtkhtml2_version} +BuildRequires: mozilla-devel >= %{mozilla_version} BuildRequires: libgnomeui-devel >= %{libgnomeui_version} BuildRequires: libbonobo-devel >= %{libbonobo_version} BuildRequires: libglade2-devel >= %{libglade_version} BuildRequires: libxml2-devel >= %{libxml_version} BuildRequires: libxslt-devel >= %{libxslt_version} BuildRequires: gail-devel >= %{gail_version} +BuildRequires: libgcrypt-devel BuildRequires: fontconfig BuildRequires: GConf2-devel BuildRequires: desktop-file-utils >= %{desktop_file_utils_version} @@ -51,7 +54,7 @@ one central tool. %setup -q %build -%configure +%configure --with-mozilla=mozilla --enable-man --enable-info make %install @@ -69,8 +72,18 @@ desktop-file-install --vendor gnome --delete-original \ %clean rm -rf $RPM_BUILD_ROOT +%preun +export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` +gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/yelp.schemas > /dev/null + +%post +export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` +gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/yelp.schemas > /dev/null + + %files -f %{name}.lang %defattr(-,root,root) +%{_sysconfdir}/gconf/schemas/yelp.schemas %{_bindir}/* %{_libdir}/bonobo %{_datadir}/applications/* @@ -78,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/yelp %changelog +* Fri Jan 28 2005 Matthias Clasen 2.9.3-1 +- Update to 2.9.3 + * Mon Dec 20 2004 Christopher Aillon 2.6.5-1 - Update to 2.6.5