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
|
php-mode-1.2.0.tgz
|
||||||
|
13
emacs.spec
13
emacs.spec
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Summary: GNU Emacs text editor
|
Summary: GNU Emacs text editor
|
||||||
Name: emacs
|
Name: emacs
|
||||||
Version: 22.1
|
Version: 22.1.50
|
||||||
Release: 9%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://www.gnu.org/software/emacs/
|
URL: http://www.gnu.org/software/emacs/
|
||||||
Group: Applications/Editors
|
Group: Applications/Editors
|
||||||
@ -100,7 +100,6 @@ Emacs packages or see some elisp examples.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .glibc-open-macro
|
%patch0 -p1 -b .glibc-open-macro
|
||||||
%patch1 -p0 -b .files-el
|
|
||||||
|
|
||||||
# install rest of site-lisp files
|
# install rest of site-lisp files
|
||||||
( cd site-lisp
|
( 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
|
%build
|
||||||
export CFLAGS="-DMAIL_USE_LOCKF -DSYSTEM_PURESIZE_EXTRA=16777216 $RPM_OPT_FLAGS"
|
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
|
%configure --with-pop --with-sound --with-gtk
|
||||||
|
|
||||||
%__make bootstrap
|
%__make bootstrap
|
||||||
@ -298,6 +292,9 @@ alternatives --install %{_bindir}/etags emacs.etags %{_bindir}/etags.emacs 80 \
|
|||||||
%dir %{_datadir}/emacs/%{version}
|
%dir %{_datadir}/emacs/%{version}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Nov 19 2007 Chip Coldwell <coldwell@redhat.com> 22.1-9
|
||||||
- fixup alternatives mess (bz239745, bz246540)
|
- fixup alternatives mess (bz239745, bz246540)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user