- 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.
|
Summary: A mouse server for the Linux console.
|
||||||
Name: gpm
|
Name: gpm
|
||||||
Version: 1.20.1
|
Version: 1.20.1
|
||||||
Release: 85%{?dist}
|
Release: 86%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source: http://ftp.linux.it/pub/People/rubini/gpm/%{name}-%{version}.tar.gz
|
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}
|
rm -f $RPM_BUILD_ROOT%{_bindir}/{mev,gpm-root}
|
||||||
%endif
|
%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}
|
pushd %{buildroot}
|
||||||
@ -179,7 +180,7 @@ fi
|
|||||||
/usr/sbin/gpm
|
/usr/sbin/gpm
|
||||||
/usr/sbin/inputattach
|
/usr/sbin/inputattach
|
||||||
%endif
|
%endif
|
||||||
%{_datadir}/emacs/site-lisp/t-mouse.el*
|
#%{_datadir}/emacs/site-lisp/t-mouse.el*
|
||||||
%{_infodir}/gpm.info*
|
%{_infodir}/gpm.info*
|
||||||
%{_libdir}/libgpm.so.*
|
%{_libdir}/libgpm.so.*
|
||||||
|
|
||||||
@ -190,6 +191,10 @@ fi
|
|||||||
%{_libdir}/libgpm.so
|
%{_libdir}/libgpm.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jun 29 2007 Tomas Janousek <tjanouse@redhat.com> - 1.20.1-85
|
||||||
- applied patch for #246219, fixing segfault with vsyslog on x86_64
|
- applied patch for #246219, fixing segfault with vsyslog on x86_64
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user