This commit is contained in:
parent
2e8d2dd523
commit
ee78f2fcbb
@ -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
|
Thu Jul 5 16:33:39 CEST 2007 - coolo@suse.de
|
||||||
|
|
||||||
|
10
xemacs.spec
10
xemacs.spec
@ -36,7 +36,7 @@ Prereq: permissions
|
|||||||
Requires: xemacs-info xemacs-packages ctags
|
Requires: xemacs-info xemacs-packages ctags
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 21.5.28
|
Version: 21.5.28
|
||||||
Release: 10
|
Release: 11
|
||||||
Summary: XEmacs
|
Summary: XEmacs
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
# Howto get the cvs tree of XEmacs:
|
# Howto get the cvs tree of XEmacs:
|
||||||
@ -459,15 +459,13 @@ rm -rf $RPM_BUILD_ROOT/usr/lib/xemacs/%{version}/*-suse-linux/include/
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%clean
|
%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
|
%files -f xe-list-el-without-elc_xe-list-elc-without-el_xe-list-elc-with-el
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%if %suse_version > 820
|
|
||||||
/usr/share/applications/xemacs.desktop
|
/usr/share/applications/xemacs.desktop
|
||||||
%endif
|
|
||||||
%if %suse_version > 920
|
%if %suse_version > 920
|
||||||
/usr/share/pixmaps/emacs.png
|
/usr/share/pixmaps/xemacs.png
|
||||||
%endif
|
%endif
|
||||||
%{xbindir}/ellcc
|
%{xbindir}/ellcc
|
||||||
%{xbindir}/gnuattach
|
%{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/
|
%dir /usr/share/xemacs/site-packages/lisp/term/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 06 2007 - coolo@suse.de
|
||||||
|
- fixing the file list
|
||||||
* Thu Jul 05 2007 - coolo@suse.de
|
* Thu Jul 05 2007 - coolo@suse.de
|
||||||
- put desktop file and icon into package
|
- put desktop file and icon into package
|
||||||
* Mon Jun 04 2007 - mfabian@suse.de
|
* Mon Jun 04 2007 - mfabian@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user