5b9bdba
Summary: Ncurses based hexadecimal editor with a diff mode
5b9bdba
Name: dhex
5b9bdba
Version: 0.68
67ae2ee
Release: 7%{?dist}
5b9bdba
License: GPLv2+
5b9bdba
Group: Applications/Editors
5b9bdba
URL: http://www.dettus.net/dhex/
5b9bdba
Source: http://www.dettus.net/dhex/%{name}_%{version}.tar.gz
5b9bdba
Patch0: dhex-0.68-build-fix.patch
5b9bdba
BuildRequires: ncurses-devel
5b9bdba
5b9bdba
%description
5b9bdba
DHEX is a more than just another hex editor: It includes a diff mode, which
5b9bdba
can be used to easily and conveniently compare two binary files. Since it is
5b9bdba
based on ncurses and is themeable, it can run on any number of systems and
5b9bdba
scenarios. With its utilization of search logs, it is possible to track
5b9bdba
changes in different iterations of files easily.
5b9bdba
5b9bdba
%prep
5b9bdba
%setup -q -n %{name}_%{version}
5b9bdba
%patch0 -p1 -b .build-fix
5b9bdba
5b9bdba
%build
5b9bdba
make %{?_smp_mflags} CFLAGS="%{optflags}" %{?__global_ldflags: LDFLAGS="%{__global_ldflags}"}
5b9bdba
5b9bdba
%install
5b9bdba
install -dD %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man{1,5}
5b9bdba
make %{?_smp_mflags} DESTDIR=%{buildroot} BINDIR=%{_bindir} \
5b9bdba
     MANDIR=%{_mandir} install
5b9bdba
5b9bdba
%files
5b9bdba
%doc README.txt gpl.txt todo.txt
5b9bdba
5b9bdba
%{_bindir}/*
5b9bdba
%{_mandir}/*/*
5b9bdba
5b9bdba
%changelog
67ae2ee
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.68-7
67ae2ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
67ae2ee
d4712b2
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.68-6
d4712b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
d4712b2
b9d8fd7
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.68-5
b9d8fd7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
b9d8fd7
28417f1
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.68-4
28417f1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
28417f1
5f1c211
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.68-3
5f1c211
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
5f1c211
5b9bdba
* Fri Jun 20 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 0.68-2
5b9bdba
- Various fixes according to review
5b9bdba
5b9bdba
* Fri Jun 20 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 0.68-1
5b9bdba
- Initial release