|
|
e9abdd |
Summary: A hexadecimal file viewer and editor
|
|
|
e9abdd |
Name: hexedit
|
|
|
e9abdd |
Version: 1.2.13
|
|
|
9c2af6 |
Release: 5%{?dist}
|
|
|
e9abdd |
License: GPLv2+
|
|
|
e9abdd |
|
|
|
e9abdd |
URL: http://rigaux.org/hexedit.html
|
|
|
e9abdd |
Source: http://rigaux.org/%{name}-%{version}.src.tgz
|
|
|
e9abdd |
|
|
|
e9abdd |
Patch1: hexedit-1.2.13-config.patch
|
|
|
e9abdd |
# Document --color option. Sent upstream 2013-04-05.
|
|
|
e9abdd |
Patch2: hexedit-man-page-color.patch
|
|
|
e9abdd |
|
|
|
e9abdd |
BuildRequires: ncurses-devel
|
|
|
e9abdd |
|
|
|
e9abdd |
%description
|
|
|
e9abdd |
Hexedit shows a file both in ASCII and in hexadecimal. The file can be a device
|
|
|
e9abdd |
as the file is read a piece at a time. Hexedit can be used to modify the file
|
|
|
e9abdd |
and search through it.
|
|
|
e9abdd |
|
|
|
e9abdd |
%prep
|
|
|
e9abdd |
%setup -q -n %{name}
|
|
|
e9abdd |
|
|
|
e9abdd |
%patch1 -p1 -b .config
|
|
|
e9abdd |
%patch2 -p1 -b .color
|
|
|
e9abdd |
|
|
|
e9abdd |
%build
|
|
|
e9abdd |
%configure
|
|
|
e9abdd |
make %{_smp_mflags}
|
|
|
e9abdd |
|
|
|
e9abdd |
%install
|
|
|
e9abdd |
make install \
|
|
|
e9abdd |
mandir=$RPM_BUILD_ROOT%{_mandir} \
|
|
|
e9abdd |
bindir=$RPM_BUILD_ROOT%{_bindir} \
|
|
|
e9abdd |
INSTALL='install -p'
|
|
|
e9abdd |
|
|
|
e9abdd |
%files
|
|
|
e9abdd |
%doc hexedit-%{version}.lsm COPYING Changes
|
|
|
e9abdd |
%{_bindir}/hexedit
|
|
|
e9abdd |
%{_mandir}/man1/hexedit.1*
|
|
|
e9abdd |
|
|
|
e9abdd |
%changelog
|
|
|
9c2af6 |
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.2.13-5
|
|
|
9c2af6 |
- Mass rebuild 2014-01-24
|
|
|
9c2af6 |
|
|
|
9c2af6 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.2.13-4
|
|
|
9c2af6 |
- Mass rebuild 2013-12-27
|
|
|
9c2af6 |
|
|
|
e9abdd |
* Fri Apr 05 2013 Richard W.M. Jones <rjones@redhat.com> - 1.2.13-3
|
|
|
e9abdd |
- Add patch to document --color option.
|
|
|
e9abdd |
- Modernize the spec file.
|
|
|
e9abdd |
|
|
|
e9abdd |
* Tue Mar 26 2013 Ville Skyttä <ville.skytta@iki.fi> - 1.2.13-2
|
|
|
e9abdd |
- Bring back config patch to fix -debuginfo, it hasn't been upstreamed yet.
|
|
|
e9abdd |
- Drop empty TODO from docs.
|
|
|
e9abdd |
|
|
|
e9abdd |
* Thu Mar 21 2013 Jon Ciesla <limburger@gmail.com> - 1.2.13-1
|
|
|
e9abdd |
- Latest upstream.
|
|
|
e9abdd |
- Config patch upstreamed.
|
|
|
e9abdd |
|
|
|
e9abdd |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.12-16
|
|
|
e9abdd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
e9abdd |
|
|
|
e9abdd |
* Mon Nov 26 2012 Richard W.M. Jones <rjones@redhat.com> - 1.2.12-15
|
|
|
e9abdd |
- Fix URL and Source for new upstream location.
|
|
|
e9abdd |
|
|
|
e9abdd |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.12-14
|
|
|
e9abdd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
e9abdd |
|
|
|
e9abdd |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.12-13
|
|
|
e9abdd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
e9abdd |
|
|
|
e9abdd |
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.12-12
|
|
|
e9abdd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
e9abdd |
|
|
|
e9abdd |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.12-11
|
|
|
e9abdd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
e9abdd |
|
|
|
e9abdd |
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.12-10
|
|
|
e9abdd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
e9abdd |
|
|
|
e9abdd |
* Tue Feb 12 2008 Jiri Moskovcak <jmoskovc@redhat.com> - 1.2.12-9
|
|
|
e9abdd |
- rebuild
|
|
|
e9abdd |
|
|
|
e9abdd |
* Mon Dec 17 2007 Jiri Moskovcak <jmoskovc@redhat.com> - 1.2.12-8
|
|
|
e9abdd |
- minor spec file fixes
|
|
|
e9abdd |
|
|
|
e9abdd |
* Thu Nov 1 2007 Jiri Moskovcak <jmoskovc@redhat.com> - 1.2.12-7
|
|
|
e9abdd |
- spec file cleanup
|
|
|
e9abdd |
|
|
|
e9abdd |
* Tue Sep 18 2007 Jiri Moskovcak <jmoskovc@redhat.com> 1.2.12-6
|
|
|
e9abdd |
- changed to new upstream source tarbal with some minor fixes
|
|
|
e9abdd |
|
|
|
e9abdd |
* Fri Apr 06 2007 Jindrich Novy <jnovy@redhat.com> 1.2.12-5
|
|
|
e9abdd |
- spec fixes
|
|
|
e9abdd |
|
|
|
e9abdd |
* Wed Nov 29 2006 Jindrich Novy <jnovy@redhat.com> 1.2.12-4
|
|
|
e9abdd |
- fix URL, add dist tag
|
|
|
e9abdd |
|
|
|
e9abdd |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.2.12-3.2.1
|
|
|
e9abdd |
- rebuild
|
|
|
e9abdd |
|
|
|
e9abdd |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.2.12-3.2
|
|
|
e9abdd |
- bump again for double-long bug on ppc(64)
|
|
|
e9abdd |
|
|
|
e9abdd |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.2.12-3.1
|
|
|
e9abdd |
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
e9abdd |
|
|
|
e9abdd |
* Thu Jan 26 2006 Jindrich Novy <jnovy@redhat.com> 1.2.12-3
|
|
|
e9abdd |
- rebuilt (#178824)
|
|
|
e9abdd |
|
|
|
e9abdd |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
e9abdd |
- rebuilt
|
|
|
e9abdd |
|
|
|
e9abdd |
* Tue Oct 25 2005 Jindrich Novy <jnovy@redhat.com> 1.2.12-2
|
|
|
e9abdd |
- rewrite %%description - the original one was a nonsense (#171685)
|
|
|
e9abdd |
|
|
|
e9abdd |
* Mon Oct 3 2005 Jindrich Novy <jnovy@redhat.com> 1.2.12-1
|
|
|
e9abdd |
- update to 1.2.12
|
|
|
e9abdd |
- new upstream release introduces "fruit salad" colored hexeditor ;-)
|
|
|
e9abdd |
(try --color)
|
|
|
e9abdd |
|
|
|
e9abdd |
* Fri Mar 4 2005 Jindrich Novy <jnovy@redhat.com> 1.2.10-4
|
|
|
e9abdd |
- rebuilt with gcc4
|
|
|
e9abdd |
|
|
|
e9abdd |
* Thu Feb 10 2005 Jindrich Novy <jnovy@redhat.com> 1.2.10-3
|
|
|
e9abdd |
- remove -D_FORTIFY_SOURCE=2 from CFLAGS, present in RPM_OPT_FLAGS
|
|
|
e9abdd |
|
|
|
e9abdd |
* Wed Feb 9 2005 Jindrich Novy <jnovy@redhat.com> 1.2.10-2
|
|
|
e9abdd |
- rebuilt with -D_FORTIFY_SOURCE=2
|
|
|
e9abdd |
|
|
|
e9abdd |
* Mon Aug 2 2004 Jindrich Novy <jnovy@redhat.com> 1.2.10-1
|
|
|
e9abdd |
- updated to 1.2.10-1
|
|
|
e9abdd |
|
|
|
e9abdd |
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
e9abdd |
- rebuilt
|
|
|
e9abdd |
|
|
|
e9abdd |
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
e9abdd |
- rebuilt
|
|
|
e9abdd |
|
|
|
e9abdd |
* Fri Sep 26 2003 Harald Hoyer <harald@redhat.de> 1.2.7-1
|
|
|
e9abdd |
- update to 1.2.7
|
|
|
e9abdd |
|
|
|
e9abdd |
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
e9abdd |
- rebuilt
|
|
|
e9abdd |
|
|
|
e9abdd |
* Tue May 6 2003 Than Ngo <than@redhat.com> 1.2.4-1
|
|
|
e9abdd |
- 1.2.4
|
|
|
e9abdd |
|
|
|
e9abdd |
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
e9abdd |
- rebuilt
|
|
|
e9abdd |
|
|
|
e9abdd |
* Wed Dec 11 2002 Tim Powers <timp@redhat.com> 1.2.2-7
|
|
|
e9abdd |
- rebuild on all arches
|
|
|
e9abdd |
|
|
|
e9abdd |
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
e9abdd |
- automated rebuild
|
|
|
e9abdd |
|
|
|
e9abdd |
* Tue Jun 18 2002 Than Ngo <than@redhat.com> 1.2.2-5
|
|
|
e9abdd |
- don't forcibly strip binaries
|
|
|
e9abdd |
|
|
|
e9abdd |
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
e9abdd |
- automated rebuild
|
|
|
e9abdd |
|
|
|
e9abdd |
* Thu Feb 28 2002 Than Ngo <than@redhat.com> 1.2.2-3
|
|
|
e9abdd |
- rebuild in new inviroment
|
|
|
e9abdd |
|
|
|
e9abdd |
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
e9abdd |
- automated rebuild
|
|
|
e9abdd |
|
|
|
e9abdd |
* Tue Nov 27 2001 Than Ngo <than@redhat.com> 1.2.2-1
|
|
|
e9abdd |
- updated to 1.2.2
|
|
|
e9abdd |
- fixed Url
|
|
|
e9abdd |
|
|
|
e9abdd |
* Thu Aug 9 2001 Than Ngo <than@redhat.com> 1.2.1-3
|
|
|
e9abdd |
- install man page in correct place
|
|
|
e9abdd |
|
|
|
e9abdd |
* Tue Jul 31 2001 Than Ngo <than@redhat.com> 1.2.1-2
|
|
|
e9abdd |
- fix bug #50488
|
|
|
e9abdd |
|
|
|
e9abdd |
* Tue Jun 26 2001 Than Ngo <than@redhat.com> 1.2.1-1
|
|
|
e9abdd |
- update to 1.2.1
|
|
|
e9abdd |
- Copyright -> License
|
|
|
e9abdd |
- add some Buildprereqs
|
|
|
e9abdd |
|
|
|
e9abdd |
* Mon May 21 2001 Tim Powers <timp@redhat.com>
|
|
|
e9abdd |
- built for the ldistro
|
|
|
e9abdd |
|
|
|
e9abdd |
* Fri Feb 9 2001 Tim Powers <timp@redhat.com>
|
|
|
e9abdd |
- patched so that it doesn't segfault on ia64 (bug 26845)
|
|
|
e9abdd |
|
|
|
e9abdd |
* Mon Jul 24 2000 Prospector <prospector@redhat.com>
|
|
|
e9abdd |
- rebuilt
|
|
|
e9abdd |
|
|
|
e9abdd |
* Mon Jul 10 2000 Tim Powers <timp@redhat.com>
|
|
|
e9abdd |
- rebuilt
|
|
|
e9abdd |
|
|
|
e9abdd |
* Wed Jun 7 2000 Tim Powers <timp@redhat.com>
|
|
|
e9abdd |
- fixed man page location
|
|
|
e9abdd |
- use %%makeinstall
|
|
|
e9abdd |
- use predefined RPM macros wherever possible
|
|
|
e9abdd |
- patched so that regular users can build
|
|
|
e9abdd |
|
|
|
e9abdd |
* Fri May 12 2000 Tim Powers <timp@redhat.com>
|
|
|
e9abdd |
- rbeuilt for 7.0
|
|
|
e9abdd |
- made so that man pages are gzipped by RPM (glob)
|
|
|
e9abdd |
|
|
|
e9abdd |
* Thu Jul 15 1999 Tim Powers <timp@redhat.com>
|
|
|
e9abdd |
- updated source
|
|
|
e9abdd |
- cleaned up %%build section. Now uses make install instead of install
|
|
|
e9abdd |
blah....
|
|
|
e9abdd |
-built for 6.1
|
|
|
e9abdd |
|
|
|
e9abdd |
* Tue Oct 06 1998 Michael Maher <mike@redhat.com>
|
|
|
e9abdd |
- updated package
|
|
|
e9abdd |
|
|
|
e9abdd |
* Mon Jul 20 1998 Michael Maher <mike@redhat.com>
|
|
|
e9abdd |
- built package
|