pulled sources from GNU CVS
This commit is contained in:
parent
d0e5accb75
commit
a6b036a939
@ -1,2 +1,2 @@
|
||||
emacs-22.1.tar.gz
|
||||
emacs-22.1.50.tar.gz
|
||||
php-mode-1.2.0.tgz
|
||||
|
13
emacs.spec
13
emacs.spec
@ -2,8 +2,8 @@
|
||||
|
||||
Summary: GNU Emacs text editor
|
||||
Name: emacs
|
||||
Version: 22.1
|
||||
Release: 9%{?dist}
|
||||
Version: 22.1.50
|
||||
Release: 1%{?dist}
|
||||
License: GPL
|
||||
URL: http://www.gnu.org/software/emacs/
|
||||
Group: Applications/Editors
|
||||
@ -100,7 +100,6 @@ Emacs packages or see some elisp examples.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .glibc-open-macro
|
||||
%patch1 -p0 -b .files-el
|
||||
|
||||
# install rest of site-lisp files
|
||||
( cd site-lisp
|
||||
@ -122,11 +121,6 @@ rm -f etc/sex.6 etc/condom.1 etc/celibacy.1 etc/COOKIES etc/future-bug etc/JOKES
|
||||
%build
|
||||
export CFLAGS="-DMAIL_USE_LOCKF -DSYSTEM_PURESIZE_EXTRA=16777216 $RPM_OPT_FLAGS"
|
||||
|
||||
# stack-protector causes crashing on i386 (#174730)
|
||||
%ifarch %{ix86}
|
||||
CFLAGS=`echo $CFLAGS | sed -e "s/ -fstack-protector//"`
|
||||
%endif
|
||||
|
||||
%configure --with-pop --with-sound --with-gtk
|
||||
|
||||
%__make bootstrap
|
||||
@ -298,6 +292,9 @@ alternatives --install %{_bindir}/etags emacs.etags %{_bindir}/etags.emacs 80 \
|
||||
%dir %{_datadir}/emacs/%{version}
|
||||
|
||||
%changelog
|
||||
* Mon Nov 19 2007 Chip Coldwell <coldwell@redhat.com> 22.1.50-1
|
||||
- pulled sources from GNU CVS
|
||||
|
||||
* Mon Nov 19 2007 Chip Coldwell <coldwell@redhat.com> 22.1-9
|
||||
- fixup alternatives mess (bz239745, bz246540)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user