[1615] in SIPB_Linux_Development
Re: RPM emacs-ath-19.30-5 is broken
daemon@ATHENA.MIT.EDU (Eric Mumpower)
Sun Mar 23 20:58:27 1997
Date: Sun, 23 Mar 1997 20:57:49 -0500
To: warlord@MIT.EDU, linux-dev@MIT.EDU
In-Reply-To: <199703222129.QAA00337@cutter-john.mit.edu>
From: Eric Mumpower <nocturne@MIT.EDU>
So, I looked into this a bit more closely, and made the enclosed overall
patch to emacs-ath.spec. I reconstructed the RPMs on cutter using "rpm -bb
SPECS/emacs-ath.spec" and copied the resulting rpms from
/usr/src/redhat/RPMS/i386 into our RedHat-Athena rpm directory.
(Derek's most recent emacs-ath RPMs still exist, renamed to *.bad .)
I'll be installing the new RPMs on cutter shortly. We'll see how well they
work.
- Eric
21a22
> /usr/athena/share/emacs/19.30/lisp/term/*.el
34a36,42
> #
> #
> # !@#$% rpm needs to use a real regexp library. In order have this spec file
> # be "right", you have to manually check for non .el/.elc files in the lisp
> # directory and explicitly list them here.
> # (if we think they're warranted. For example, I omitted the Changelogs
> # because they're bloated and unnecessary. -- nocturne)
35a44,52
> /usr/athena/share/emacs/19.30/lisp/COPYING
> /usr/athena/share/emacs/19.30/lisp/README
> /usr/athena/share/emacs/19.30/lisp/forms-d2.dat
> # Let it be noted that *.elc omits some good number of elisp files which
> # aren't distributed in a byte-compiled form, e.g. vt102, vt220, etc.
> /usr/athena/share/emacs/19.30/lisp/term/*.elc
> /usr/athena/share/emacs/19.30/lisp/term/README
> #
> #