diff --git a/gpm.spec b/gpm.spec index d0447ce..73079ae 100644 --- a/gpm.spec +++ b/gpm.spec @@ -1,7 +1,7 @@ Summary: A mouse server for the Linux console Name: gpm Version: 1.20.6 -Release: 17%{?dist} +Release: 18%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: http://www.nico.schottelius.org/software/gpm/ @@ -88,6 +88,7 @@ rm -rf %{buildroot} chmod 0755 %{buildroot}/%{_libdir}/libgpm.so.%{LIBVER} ln -sf libgpm.so.%{LIBVER} %{buildroot}/%{_libdir}/libgpm.so +rm -f %{buildroot}%{_datadir}/emacs/site-lisp/t-mouse.el %ifnarch s390 s390x mkdir -p %{buildroot}%{_sysconfdir}/rc.d/init.d @@ -180,6 +181,9 @@ if [ $1 = 0 ]; then %{_libdir}/libgpm.a %changelog +* Fri Aug 05 2011 Nikola Pajkovsky 1.20.6-18 +- unpackaged files (do not install t-mouse.el) + * Tue Jul 26 2011 Jóhann B. Guðmundsson - 1.20.6-17 - Drop SysV support