2004-09-09 06:05:55 +00:00
|
|
|
Summary: A hexadecimal file viewer and editor.
|
|
|
|
Name: hexedit
|
2004-09-09 06:06:10 +00:00
|
|
|
Version: 1.2.2
|
2004-09-09 06:06:21 +00:00
|
|
|
Release: 5
|
2004-09-09 06:05:55 +00:00
|
|
|
License: GPL
|
|
|
|
Group: Applications/Editors
|
|
|
|
Url: http://www.chez.com/prigaux
|
2004-09-09 06:06:10 +00:00
|
|
|
Source: http://www.chez.com/prigaux/hexedit-%{version}.src.tgz
|
2004-09-09 06:06:21 +00:00
|
|
|
Patch: hexedit-1.2.2-config.patch
|
2004-09-09 06:05:55 +00:00
|
|
|
BuildPrereq: ncurses-devel
|
|
|
|
Buildroot: %{_tmppath}/%{name}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
Hexedit is a utility which allows you to view and edit hexadecimal or
|
|
|
|
ASCII files and/or view binary files.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n hexedit
|
2004-09-09 06:06:21 +00:00
|
|
|
%patch -p1 -b .config
|
2004-09-09 06:05:55 +00:00
|
|
|
|
|
|
|
%build
|
2004-09-09 06:06:10 +00:00
|
|
|
%configure
|
|
|
|
make
|
2004-09-09 06:05:55 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2004-09-09 06:05:58 +00:00
|
|
|
%makeinstall mandir=$RPM_BUILD_ROOT%{_mandir}
|
2004-09-09 06:05:55 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc COPYING TODO Changes
|
|
|
|
%{_bindir}/hexedit
|
|
|
|
%{_mandir}/*/*
|
|
|
|
|
|
|
|
%changelog
|
2004-09-09 06:06:21 +00:00
|
|
|
* 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
|
|
|
|
|
2004-09-09 06:06:10 +00:00
|
|
|
* Thu Feb 28 2002 Than Ngo <than@redhat.com> 1.2.2-3
|
|
|
|
- rebuild in new inviroment
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Tue Nov 27 2001 Than Ngo <than@redhat.com> 1.2.2-1
|
|
|
|
- updated to 1.2.2
|
|
|
|
- fixed Url
|
|
|
|
|
2004-09-09 06:05:58 +00:00
|
|
|
* Thu Aug 9 2001 Than Ngo <than@redhat.com> 1.2.1-3
|
|
|
|
- install man page in correct place
|
|
|
|
|
2004-09-09 06:05:55 +00:00
|
|
|
* Tue Jul 31 2001 Than Ngo <than@redhat.com> 1.2.1-2
|
|
|
|
- fix bug #50488
|
|
|
|
|
|
|
|
* Tue Jun 26 2001 Than Ngo <than@redhat.com> 1.2.1-1
|
|
|
|
- update to 1.2.1
|
|
|
|
- Copyright -> License
|
|
|
|
- add some Buildprereqs
|
|
|
|
|
|
|
|
* Mon May 21 2001 Tim Powers <timp@redhat.com>
|
|
|
|
- built for the ldistro
|
|
|
|
|
|
|
|
* Fri Feb 9 2001 Tim Powers <timp@redhat.com>
|
|
|
|
- patched so that it doesn't segfault on ia64 (bug 26845)
|
|
|
|
|
|
|
|
* Mon Jul 24 2000 Prospector <prospector@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Mon Jul 10 2000 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Wed Jun 7 2000 Tim Powers <timp@redhat.com>
|
|
|
|
- fixed man page location
|
|
|
|
- use %%makeinstall
|
|
|
|
- use predefined RPM macros wherever possible
|
|
|
|
- patched so that regular users can build
|
|
|
|
|
|
|
|
* Fri May 12 2000 Tim Powers <timp@redhat.com>
|
|
|
|
- rbeuilt for 7.0
|
|
|
|
- made so that man pages are gzipped by RPM (glob)
|
|
|
|
|
|
|
|
* Thu Jul 15 1999 Tim Powers <timp@redhat.com>
|
|
|
|
- updated source
|
|
|
|
- cleaned up %build section. Now uses make install instead of install
|
|
|
|
blah....
|
|
|
|
-built for 6.1
|
|
|
|
|
|
|
|
* Tue Oct 06 1998 Michael Maher <mike@redhat.com>
|
|
|
|
- updated package
|
|
|
|
|
|
|
|
* Mon Jul 20 1998 Michael Maher <mike@redhat.com>
|
|
|
|
- built package
|