- don't install t-mouse.el, emacs-common contains a newer version, fixes
#249362
This commit is contained in:
parent
9c9f0b697d
commit
1a32313cf8
11
gpm.spec
11
gpm.spec
@ -1,7 +1,7 @@
|
||||
Summary: A mouse server for the Linux console.
|
||||
Name: gpm
|
||||
Version: 1.20.1
|
||||
Release: 85%{?dist}
|
||||
Release: 86%{?dist}
|
||||
License: GPL
|
||||
Group: System Environment/Daemons
|
||||
Source: http://ftp.linux.it/pub/People/rubini/gpm/%{name}-%{version}.tar.gz
|
||||
@ -101,7 +101,8 @@ install -s -m755 src/prog/hltest %{buildroot}%{_bindir}
|
||||
rm -f $RPM_BUILD_ROOT%{_bindir}/{mev,gpm-root}
|
||||
%endif
|
||||
|
||||
cp contrib/emacs/t-mouse.el* %{buildroot}%{_datadir}/emacs/site-lisp
|
||||
# The emacs-common package contains a newer version of this.
|
||||
#cp contrib/emacs/t-mouse.el* %{buildroot}%{_datadir}/emacs/site-lisp
|
||||
|
||||
{
|
||||
pushd %{buildroot}
|
||||
@ -179,7 +180,7 @@ fi
|
||||
/usr/sbin/gpm
|
||||
/usr/sbin/inputattach
|
||||
%endif
|
||||
%{_datadir}/emacs/site-lisp/t-mouse.el*
|
||||
#%{_datadir}/emacs/site-lisp/t-mouse.el*
|
||||
%{_infodir}/gpm.info*
|
||||
%{_libdir}/libgpm.so.*
|
||||
|
||||
@ -190,6 +191,10 @@ fi
|
||||
%{_libdir}/libgpm.so
|
||||
|
||||
%changelog
|
||||
* Tue Jul 24 2007 Tomas Janousek <tjanouse@redhat.com> - 1.20.1-86
|
||||
- don't install t-mouse.el, emacs-common contains a newer version,
|
||||
fixes #249362
|
||||
|
||||
* Fri Jun 29 2007 Tomas Janousek <tjanouse@redhat.com> - 1.20.1-85
|
||||
- applied patch for #246219, fixing segfault with vsyslog on x86_64
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user