fix bz#484309
This commit is contained in:
parent
6c150556f7
commit
c7d7c32db6
@ -4,7 +4,7 @@ Summary: GNU Emacs text editor
|
||||
Name: emacs
|
||||
Epoch: 1
|
||||
Version: 22.3
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: GPLv3+
|
||||
URL: http://www.gnu.org/software/emacs/
|
||||
Group: Applications/Editors
|
||||
@ -272,7 +272,7 @@ for f in %{info_files}; do
|
||||
done
|
||||
|
||||
%preun common
|
||||
alternatives --remove etags %{_bindir}/etags.emacs || :
|
||||
alternatives --remove emacs.etags %{_bindir}/etags.emacs || :
|
||||
if [ "$1" = 0 ]; then
|
||||
for f in %{info_files}; do
|
||||
/sbin/install-info --delete %{_infodir}/$f.gz %{_infodir}/dir 2> /dev/null || :
|
||||
@ -323,6 +323,9 @@ alternatives --install %{_bindir}/etags emacs.etags %{_bindir}/etags.emacs 80 \
|
||||
%dir %{_datadir}/emacs/%{version}
|
||||
|
||||
%changelog
|
||||
* Mon Feb 09 2009 Daniel Novotny <dnovotny@redhat.com> 1:22.3-4
|
||||
- fix bz#484309 (alternatives error message)
|
||||
|
||||
* Sun Jan 18 2009 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 1:22.3-3
|
||||
- Add /etc/rpm/macros.emacs file
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user