fixup loaddefs.el dependencies (Dan Nicolaescu #176171)

This commit is contained in:
Charles Coldwell 2007-01-25 19:24:19 +00:00
parent 3f193607dc
commit 03192e759f

View File

@ -3,7 +3,7 @@
Summary: GNU Emacs text editor Summary: GNU Emacs text editor
Name: emacs Name: emacs
Version: 22.0.93 Version: 22.0.93
Release: 3%{?dist} Release: 4%{?dist}
License: GPL License: GPL
URL: http://www.gnu.org/software/emacs/ URL: http://www.gnu.org/software/emacs/
Group: Applications/Editors Group: Applications/Editors
@ -38,6 +38,7 @@ Requires: emacs-common = %{version}-%{release}
Conflicts: gettext < 0.10.40 Conflicts: gettext < 0.10.40
# C and build patches # C and build patches
Patch0: loaddefs-dependencies.patch
# Lisp and doc patches # Lisp and doc patches
@ -92,6 +93,7 @@ Emacs packages or see some elisp examples.
%prep %prep
%setup -q %setup -q
%patch0 -p1
# install rest of site-lisp files # install rest of site-lisp files
( cd site-lisp ( cd site-lisp
@ -279,6 +281,9 @@ fi
%dir %{_datadir}/emacs/%{version} %dir %{_datadir}/emacs/%{version}
%changelog %changelog
* Thu Jan 25 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.93-4
- fixup loaddefs.el dependencies (Dan Nicolaescu #176171)
* Wed Jan 24 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.93-3 * Wed Jan 24 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.93-3
- po-mode.el was being left out - po-mode.el was being left out