This commit is contained in:
parent
f900bfb1d2
commit
90a80f43f3
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 20 19:30:16 CET 2007 - werner@suse.de
|
||||||
|
|
||||||
|
- Don't forget the arguments for the wrapper script
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 20 12:13:23 CET 2007 - werner@suse.de
|
Thu Dec 20 12:13:23 CET 2007 - werner@suse.de
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ Requires: emacs-info ctags emacs_program
|
|||||||
Provides: ge_site ge_exec emacs-url Mule-UCS emacs-calc erc
|
Provides: ge_site ge_exec emacs-url Mule-UCS emacs-calc erc
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 22.1
|
Version: 22.1
|
||||||
Release: 70
|
Release: 71
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: GNU Emacs Base Package
|
Summary: GNU Emacs Base Package
|
||||||
Source: emacs-22.1.tar.bz2
|
Source: emacs-22.1.tar.bz2
|
||||||
@ -373,7 +373,7 @@ cat > %{buildroot}/usr/bin/emacs <<-"EOF"
|
|||||||
case "$KDE_FULL_SESSION" in
|
case "$KDE_FULL_SESSION" in
|
||||||
*true*) toolkit=x11
|
*true*) toolkit=x11
|
||||||
esac
|
esac
|
||||||
exec -a ${0} ${0}-${toolkit}
|
exec -a ${0} ${0}-${toolkit} ${1+"$@"}
|
||||||
EOF
|
EOF
|
||||||
chmod 0755 %{buildroot}/usr/bin/emacs
|
chmod 0755 %{buildroot}/usr/bin/emacs
|
||||||
tar cf - `find site-lisp/ -name '*.el' -o -name '*.elc'` | \
|
tar cf - `find site-lisp/ -name '*.el' -o -name '*.elc'` | \
|
||||||
@ -3245,6 +3245,8 @@ done
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Dec 20 2007 - werner@suse.de
|
* Thu Dec 20 2007 - werner@suse.de
|
||||||
|
- Don't forget the arguments for the wrapper script
|
||||||
|
* Thu Dec 20 2007 - werner@suse.de
|
||||||
- Suppress startup message in case of starting iconic (bug #342385)
|
- Suppress startup message in case of starting iconic (bug #342385)
|
||||||
* Tue Dec 18 2007 - werner@suse.de
|
* Tue Dec 18 2007 - werner@suse.de
|
||||||
- Add workaround for conflict between GTK/GDK and KWin by using
|
- Add workaround for conflict between GTK/GDK and KWin by using
|
||||||
|
Loading…
Reference in New Issue
Block a user