OBS User unknown
2007-05-17 09:30:45 +00:00
committed by Git OBS Bridge
parent 18ddeb85e1
commit 562c054c2c
3 changed files with 82 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ Requires: emacs-info ctags emacs_program
Provides: ge_site ge_exec
Autoreqprov: on
Version: 21.3
Release: 268
Release: 279
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: GNU Emacs Base Package
Source: emacs-21.3.tar.bz2
@@ -48,6 +48,7 @@ Patch17: emacs-21.3-level3.patch
Patch18: emacs-21.3-movemail.patch
Patch19: emacs-21.3-sentinel.patch
Patch20: emacs-21.3-xim.patch
Patch21: emacs-21.3-format1.dif
%{expand: %%global _exec_prefix %(type -p pkg-config &>/dev/null && pkg-config --variable prefix x11 || echo /usr/X11R6)}
%if "%_exec_prefix" == "/usr/X11R6"
%define _x11lib %{_exec_prefix}/%{_lib}
@@ -219,6 +220,7 @@ Authors:
%patch18 -p1 -b .movemail
%patch19 -p0 -b .gcc4
%patch20 -p0 -b .xim
%patch21 -p0 -b .fmt1
%patch
%patch12 -p0 -b .ppc
@@ -2398,6 +2400,8 @@ done
/usr/share/emacs/%{version}/lisp/xt-mouse.el
%changelog
* Tue May 15 2007 - werner@suse.de
- Use stdarg(3) instead of guessing argument pointers (bug #273211)
* Thu Mar 29 2007 - aj@suse.de
- Add ncurses-devel to BuildRequires.
* Fri Jan 12 2007 - werner@suse.de