OBS User unknown 2007-07-10 21:51:55 +00:00 committed by Git OBS Bridge
parent 2e8d2dd523
commit ee78f2fcbb
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 6 08:38:11 CEST 2007 - coolo@suse.de
- fixing the file list
-------------------------------------------------------------------
Thu Jul 5 16:33:39 CEST 2007 - coolo@suse.de

View File

@ -36,7 +36,7 @@ Prereq: permissions
Requires: xemacs-info xemacs-packages ctags
Autoreqprov: on
Version: 21.5.28
Release: 10
Release: 11
Summary: XEmacs
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Howto get the cvs tree of XEmacs:
@ -459,15 +459,13 @@ rm -rf $RPM_BUILD_ROOT/usr/lib/xemacs/%{version}/*-suse-linux/include/
%endif
%clean
#[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
rm -rf $RPM_BUILD_ROOT
%files -f xe-list-el-without-elc_xe-list-elc-without-el_xe-list-elc-with-el
%defattr(-,root,root)
%if %suse_version > 820
/usr/share/applications/xemacs.desktop
%endif
%if %suse_version > 920
/usr/share/pixmaps/emacs.png
/usr/share/pixmaps/xemacs.png
%endif
%{xbindir}/ellcc
%{xbindir}/gnuattach
@ -549,6 +547,8 @@ rm -rf $RPM_BUILD_ROOT/usr/lib/xemacs/%{version}/*-suse-linux/include/
%dir /usr/share/xemacs/site-packages/lisp/term/
%changelog
* Fri Jul 06 2007 - coolo@suse.de
- fixing the file list
* Thu Jul 05 2007 - coolo@suse.de
- put desktop file and icon into package
* Mon Jun 04 2007 - mfabian@suse.de