Build Gtk+ version without gpm: possible fix for bugs 751154, 752936, 754837

This commit is contained in:
Karel Klic 2011-11-22 17:46:20 +01:00
parent 24eae4d152
commit 26f5a25719

View File

@ -3,7 +3,7 @@ Summary: GNU Emacs text editor
Name: emacs Name: emacs
Epoch: 1 Epoch: 1
Version: 23.3 Version: 23.3
Release: 13%{?dist} Release: 14%{?dist}
License: GPLv3+ License: GPLv3+
URL: http://www.gnu.org/software/emacs/ URL: http://www.gnu.org/software/emacs/
Group: Applications/Editors Group: Applications/Editors
@ -205,7 +205,7 @@ mkdir build-gtk && cd build-gtk
ln -s ../configure . ln -s ../configure .
%configure --with-dbus --with-gif --with-jpeg --with-png --with-rsvg \ %configure --with-dbus --with-gif --with-jpeg --with-png --with-rsvg \
--with-tiff --with-xft --with-xpm --with-x-toolkit=gtk --with-tiff --with-xft --with-xpm --with-x-toolkit=gtk --with-gpm=no
make bootstrap make bootstrap
%{setarch} make %{?_smp_mflags} %{setarch} make %{?_smp_mflags}
cd .. cd ..
@ -433,6 +433,9 @@ update-desktop-database &> /dev/null || :
%dir %{_datadir}/emacs/site-lisp/site-start.d %dir %{_datadir}/emacs/site-lisp/site-start.d
%changelog %changelog
* Tue Nov 22 2011 Karel Klíč <kklic@redhat.com> - 1:23.3-14
- Build Gtk+ version without gpm
* Wed Nov 16 2011 Karel Klíč <kklic@redhat.com> - 1:23.3-13 * Wed Nov 16 2011 Karel Klíč <kklic@redhat.com> - 1:23.3-13
- Check the presence of hunspell before checking for aspell (rhbz#713600) - Check the presence of hunspell before checking for aspell (rhbz#713600)