auto-import changelog data from hexedit-1.2.2-5.src.rpm
Tue Jun 18 2002 Than Ngo <than@redhat.com> 1.2.2-5 - don't forcibly strip binaries Thu May 23 2002 Tim Powers <timp@redhat.com> - automated rebuild
This commit is contained in:
parent
f9fb9e954e
commit
446ec97426
21
hexedit-1.2.2-config.patch
Normal file
21
hexedit-1.2.2-config.patch
Normal file
@ -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
|
10
hexedit.spec
10
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 <than@redhat.com> 1.2.2-5
|
||||
- don't forcibly strip binaries
|
||||
|
||||
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
* Thu Feb 28 2002 Than Ngo <than@redhat.com> 1.2.2-3
|
||||
- rebuild in new inviroment
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user