diff --git a/hexedit-1.2.2-config.patch b/hexedit-1.2.2-config.patch new file mode 100644 index 0000000..129db14 --- /dev/null +++ b/hexedit-1.2.2-config.patch @@ -0,0 +1,21 @@ +--- hexedit/Makefile.in.orig 2002-06-18 14:06:55.000000000 +0200 ++++ hexedit/Makefile.in 2002-06-18 14:08:29.000000000 +0200 +@@ -41,6 +41,6 @@ + + install: $(PRODUCT) + $(INSTALL) -d -m 755 $(bindir) +- $(INSTALL) -s -m 755 $(PRODUCT) $(bindir) ++ $(INSTALL) -m 755 $(PRODUCT) $(bindir) + $(INSTALL) -d -m 755 $(mandir)/man1 + $(INSTALL) -m 644 $(PRODUCT).1 $(mandir)/man1 +--- hexedit/Makefile-build.in.orig 2002-06-18 14:08:36.000000000 +0200 ++++ hexedit/Makefile-build.in 2002-06-18 14:09:37.000000000 +0200 +@@ -23,7 +23,7 @@ + dynamic: + $(MAKE) $(PRODUCT) + install -d -m 755 usr/bin +- install -s -m 755 $(PRODUCT) usr/bin ++ install -m 755 $(PRODUCT) usr/bin + install -d -m 755 usr/man/man1 + install -m 644 $(PRODUCT).1 usr/man/man1 + tar cfz $(DYNAMICBIN) usr diff --git a/hexedit.spec b/hexedit.spec index 81fb465..f9ef181 100644 --- a/hexedit.spec +++ b/hexedit.spec @@ -1,11 +1,12 @@ Summary: A hexadecimal file viewer and editor. Name: hexedit Version: 1.2.2 -Release: 3 +Release: 5 License: GPL Group: Applications/Editors Url: http://www.chez.com/prigaux Source: http://www.chez.com/prigaux/hexedit-%{version}.src.tgz +Patch: hexedit-1.2.2-config.patch BuildPrereq: ncurses-devel Buildroot: %{_tmppath}/%{name}-root @@ -15,6 +16,7 @@ ASCII files and/or view binary files. %prep %setup -q -n hexedit +%patch -p1 -b .config %build %configure @@ -35,6 +37,12 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/* %changelog +* Tue Jun 18 2002 Than Ngo 1.2.2-5 +- don't forcibly strip binaries + +* Thu May 23 2002 Tim Powers +- automated rebuild + * Thu Feb 28 2002 Than Ngo 1.2.2-3 - rebuild in new inviroment