From 9f5f703cb94020cfe9a57eb6ec938b124cfa35b2 Mon Sep 17 00:00:00 2001 From: alexlan Date: Jan 18 2009 10:21:58 +0000 Subject: - Update to latest upstream (5.3.10) - Add BR: texinfo-tex - Fix paths to installation of documentation --- diff --git a/.cvsignore b/.cvsignore index 4659905..ee39f76 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ess-5.3.8.tgz +ess-5.3.10.tgz diff --git a/emacs-common-ess.spec b/emacs-common-ess.spec index 5988e98..86792c9 100644 --- a/emacs-common-ess.spec +++ b/emacs-common-ess.spec @@ -27,7 +27,7 @@ %endif Name: emacs-common-%{pkg} -Version: 5.3.8 +Version: 5.3.10 Release: 1%{?dist} Summary: %{pkgname} add-on package for Emacs @@ -40,6 +40,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: emacs emacs-el BuildRequires: xemacs-devel xemacs-packages-extra +BuildRequires: texinfo-tex Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -158,6 +159,7 @@ INFODIR=${RPM_BUILD_ROOT}%{_infodir} PREFIX=${RPM_BUILD_ROOT}%{_prefix} \ LISPDIR=$PKGLISP \ INFODIR=$INFODIR \ + DOCDIR=${RPM_BUILD_ROOT}%{_docdir}/%{name}-%{version} \ ETCDIR=$ETCDIR \ ETCFILES="backbug? *.S ess-sas-sh-command config.guess" %{__rm} -f $INFODIR/dir # don't package but instead update in pre and post @@ -188,6 +190,7 @@ done PREFIX=${RPM_BUILD_ROOT}%{_prefix} \ LISPDIR=$PKGLISP \ INFODIR=$INFODIR \ + DOCDIR=${RPM_BUILD_ROOT}%{_docdir}/%{name}-%{version} \ ETCDIR=$ETCDIR \ ETCFILES="backbug? *.S ess-sas-sh-command config.guess" %{__rm} -f $INFODIR/dir # don't package but instead update in pre and post @@ -254,6 +257,11 @@ fi %changelog +* Sun Jan 18 2009 Alex Lancaster - 5.3.10-1 +- Update to latest upstream (5.3.10) +- Add BR: texinfo-tex +- Fix paths to installation of documentation + * Mon Aug 4 2008 Alex Lancaster - 5.3.8-1 - Update to latest upstream (5.3.8) diff --git a/sources b/sources index fc7c58b..def8afb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2ae71f7738f6c8582305b3f204a37b55 ess-5.3.8.tgz +f89247503ed4563ad6d2c97779f23520 ess-5.3.10.tgz