|
|
|
@ -1,23 +1,17 @@
|
|
|
|
|
%global forgeurl https://github.com/pixel/hexedit
|
|
|
|
|
|
|
|
|
|
Version: 1.6
|
|
|
|
|
%forgemeta
|
|
|
|
|
|
|
|
|
|
Summary: A hexadecimal file viewer and editor
|
|
|
|
|
Name: hexedit
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 1.2.13
|
|
|
|
|
Release: 12%{?dist}
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
|
|
|
|
|
URL: http://rigaux.org/hexedit.html
|
|
|
|
|
Source: %{forgesource}
|
|
|
|
|
Source: http://rigaux.org/%{name}-%{version}.src.tgz
|
|
|
|
|
|
|
|
|
|
Patch1: hexedit-1.2.13-config.patch
|
|
|
|
|
# Document --color option. Sent upstream 2013-04-05.
|
|
|
|
|
Patch2: hexedit-1.6-fix-lsm.patch
|
|
|
|
|
Patch2: hexedit-man-page-color.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: autoconf
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Hexedit shows a file both in ASCII and in hexadecimal. The file can be a device
|
|
|
|
@ -25,13 +19,12 @@ as the file is read a piece at a time. Hexedit can be used to modify the file
|
|
|
|
|
and search through it.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%forgesetup
|
|
|
|
|
%setup -q -n %{name}
|
|
|
|
|
|
|
|
|
|
%patch1 -p1 -b .config
|
|
|
|
|
%patch2 -p1
|
|
|
|
|
%patch2 -p1 -b .color
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
./autogen.sh
|
|
|
|
|
%configure
|
|
|
|
|
make %{_smp_mflags}
|
|
|
|
|
|
|
|
|
@ -42,48 +35,11 @@ make install \
|
|
|
|
|
INSTALL='install -p'
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc hexedit.lsm COPYING Changes
|
|
|
|
|
%doc hexedit-%{version}.lsm COPYING Changes
|
|
|
|
|
%{_bindir}/hexedit
|
|
|
|
|
%{_mandir}/man1/hexedit.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon May 02 2022 Richard W.M. Jones <rjones@redhat.com> - 1.6-1
|
|
|
|
|
- New upstream version 1.6
|
|
|
|
|
resolves: rhbz#2081103
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.5-3
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.5-2
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Tue Mar 16 2021 Filip Januš <fjanus@redhat.com> - 1.5-1
|
|
|
|
|
- Nwe upstream version 1.5
|
|
|
|
|
- Add patch to solve inconsistency between configure.ac and filename
|
|
|
|
|
- Add Build requirement autoconf
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.13-19
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.13-18
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.13-17
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.13-16
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.13-15
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.13-14
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Feb 27 2018 Marek Skalický <mskalick@redhat.com> - 1.2.13-13
|
|
|
|
|
- Add missing BuildRequires: gcc/gcc-c++
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.13-12
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|