OBS User unknown 2007-05-24 10:18:34 +00:00 committed by Git OBS Bridge
parent 79ad038ed5
commit f3069c9c27
2 changed files with 11 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 24 11:45:20 CEST 2007 - schwab@suse.de
- Don't install t-mouse.el, part of emacs now.
-------------------------------------------------------------------
Mon Mar 26 15:52:13 CEST 2007 - rguenther@suse.de

View File

@ -19,7 +19,7 @@ Provides: select
PreReq: /bin/sed %insserv_prereq %fillup_prereq
Autoreqprov: on
Version: 1.20.1
Release: 352
Release: 362
Summary: Console Mouse Support
Source0: http://arcana.linux.it/pub/gpm/gpm-%{version}.tar.bz2
Source1: rcgpm
@ -93,7 +93,6 @@ make CC="gcc -lm"
make
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
#
# gpm confings
@ -102,8 +101,9 @@ for file in conf/gpm-* ; do
done
#
# lisp
install -d $RPM_BUILD_ROOT/usr/share/emacs/site-lisp
install contrib/emacs/t-mouse.el* $RPM_BUILD_ROOT/usr/share/emacs/site-lisp
# an updated version is part of emacs now
#install -d $RPM_BUILD_ROOT/usr/share/emacs/site-lisp
#install contrib/emacs/t-mouse.el* $RPM_BUILD_ROOT/usr/share/emacs/site-lisp
#
# start script
install -m 755 -d $RPM_BUILD_ROOT/var/adm/fillup-templates
@ -159,12 +159,11 @@ rm -rf $RPM_BUILD_ROOT
/usr/sbin/*
/usr/include/*
%{_libdir}/lib*
%dir /usr/share/emacs
%dir /usr/share/emacs/site-lisp
/usr/share/emacs/site-lisp/*
/var/adm/fillup-templates/*
%changelog
* Thu May 24 2007 - schwab@suse.de
- Don't install t-mouse.el, part of emacs now.
* Mon Mar 26 2007 - rguenther@suse.de
- add bison BuildRequires
* Thu Mar 22 2007 - rguenther@suse.de