Blame SOURCES/hexedit-1.6-fix-lsm.patch

e75299
Author:Filip Januš <fjanus@redhat.com>
e75299
This patch fixs inconsistency between filename and configure.ac
e75299
b54751
diff -ur hexedit-1.6.old/configure.ac hexedit-1.6/configure.ac
b54751
--- hexedit-1.6.old/configure.ac	2022-04-22 09:06:10.000000000 +0100
b54751
+++ hexedit-1.6/configure.ac	2022-05-02 22:30:54.942894809 +0100
b54751
@@ -15,7 +15,7 @@
e75299
 VERSION=TheVERSION
e75299
 INCL=hexedit.h
e75299
 SRCS="hexedit.c display.c mark.c page.c file.c interact.c misc.c search.c"
b54751
-OTHER="COPYING Changes TODO install-sh configure config.h.in hexedit.1 hexedit-TheVERSION.lsm Makefile.in configure.ac Makefile-build.in"
b54751
+OTHER="COPYING Changes TODO install-sh configure config.h.in hexedit.1 hexedit.lsm Makefile.in configure.ac Makefile-build.in"
e75299
 AC_SUBST(PRODUCT)
e75299
 AC_SUBST(VERSION)
e75299
 AC_SUBST(INCL)
b54751
@@ -74,5 +74,5 @@
e75299
 #endif
e75299
 )
e75299
 
b54751
-AC_CONFIG_FILES([Makefile Makefile-build hexedit.1])
b54751
+AC_CONFIG_FILES([Makefile Makefile-build hexedit.1 hexedit.lsm])
b54751
 AC_OUTPUT
b54751
Only in hexedit-1.6: configure.ac~
b54751
Only in hexedit-1.6: configure.ac.orig
b54751
Only in hexedit-1.6: configure.ac.rej
b54751
diff -ur hexedit-1.6.old/hexedit.lsm.in hexedit-1.6/hexedit.lsm.in
b54751
--- hexedit-1.6.old/hexedit.lsm.in	2022-04-22 09:06:10.000000000 +0100
b54751
+++ hexedit-1.6/hexedit.lsm.in	2022-05-02 22:30:07.618550082 +0100
e75299
@@ -1,6 +1,6 @@
e75299
 Begin3
e75299
 Title:          hexedit
e75299
-Version:        TheVERSION
e75299
+Version:        @VERSION@
e75299
 Entered-date:   10SEP98
e75299
 Description: 	view and edit files in hexadecimal or in ASCII.
e75299
 		hexedit shows a file both in ASCII and in hexadecimal. 
e75299
@@ -13,8 +13,8 @@
e75299
 Author:         pixel@rigaux.org (Pixel)
e75299
 Maintained-by:  pixel@rigaux.org (Pixel)
e75299
 Primary-site:   sunsite.unc.edu /pub/Linux/utils/file/hex
e75299
-                39kB hexedit-VERSION.src.tgz
e75299
-		14kB hexedit-VERSION.bin.i386.dynamic.tgz
e75299
+                39kB hexedit-@VERSION@.src.tgz
e75299
+		14kB hexedit-@VERSION@.bin.i386.dynamic.tgz
e75299
 Original-site:  rigaux.org /
e75299
 Platforms:      Linux Unix SunOS Solaris SGI curses
e75299
 Copying-policy: GPL