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