On Thu, 18 Feb 2021 16:42:42 +0100, Wolfgang Denk said:
> Wolfgang Denk (10):
>   exmh.spec: Fix RPM license header
>   exmh.spec: Fix RPM version variable
>   exmh.spec: create needed directories
>   exmh.spec: make work with recent RPM tools
>   exmh.spec: don't expand macros in comments
>   mafe.html: remove execute permission

I applied those 6. If you are following the git tree, those are
pushed out already (plus a handful of other patches and changes)

>   Makefile: create RPM spec file in UTF-8 text encoding

Not applied, I simply went ahead and converted the 3 files
that had ISO8859-1 to UTF-8 instead.

>   exmh-conf.patch: fix for recent code

I'll have to do a different version of this - there's some version
skew between your exmh-conf.patch and what it needs to be
against my tree.  I also need to make sure that it DTRT even if
there isn't a .exmhinstall file and/or you haven't 'wish -f exmh.install'
which will auto-generate exmh and exmh-bg from their .MASTER
versions...

>   Fix shebang mangling errors

I'll fix this differently - doing an RPM-only patch for 2 of the cases and
doing it directly for the other 3 looks sketchy at best.

>   exmh-conf.patch: Fix installation path names

Once I deal with the previous 2 patches, this one will almost certainly
not apply cleanly, so I'll have to sledgehammer it into the tree by hand.

Also, I noted this in the patch:

-+ set faces(suffix) {xpm gif xbm}
++ set faces(suffix) {xpm gif xbm png jpg}

This will do the wrong thing if tkimg isn't installed on the system.

I've put the following patch into my tree, which should prevent that
issue from arising in the future.

diff --git a/misc/RPM/exmh.spec b/misc/RPM/exmh.spec
index 6bbd888a0e0f..6016c1c69e2d 100644
--- a/misc/RPM/exmh.spec
+++ b/misc/RPM/exmh.spec
@@ -4,6 +4,9 @@ Version: EXMHVERSION
 Release: 1
 BuildArchitectures: noarch
 Requires: nmh
+Requires: tcl >= 8.6
+Requires: tk >= 8.6
+Requires: tkimg >= 1.4
 License: freeware
 Group: Applications/Mail
 Source0: ftp://ftp.tcl.tk/pub/tcl/exmh/exmh-%{version}.tar.gz






Attachment: pgpEY6kypHiy6.pgp
Description: PGP signature

_______________________________________________
Exmh-workers mailing list
Exmh-workers@redhat.com
https://listman.redhat.com/mailman/listinfo/exmh-workers

Reply via email to