%define doc_license %{nil} %define doc_license 1 %if 0%{?rhel}%{?fedora} %if 0%{?rhel} %if 0%{?rhel} < 7 %define doc_license 0 %endif %else %if 0%{?fedora} < 19 %define doc_license 0 %endif %endif %endif %define license_files gpl.txt Name: dhex Version: 0.68 Release: 10%{?dist} Summary: Ncurses based hexadecimal editor with a diff mode License: GPLv2+ Group: Applications/Editors URL: http://www.dettus.net/dhex/ Source: http://www.dettus.net/dhex/%{name}_%{version}.tar.gz Patch0: dhex-0.68-build-fix.patch BuildRequires: ncurses-devel %description DHEX is a more than just another hex editor: It includes a diff mode, which can be used to easily and conveniently compare two binary files. Since it is based on ncurses and is themeable, it can run on any number of systems and scenarios. With its utilization of search logs, it is possible to track changes in different iterations of files easily. %prep %setup -q -n "%{name}_%{version}" %patch0 -p1 -b .build-fix %build %{__make} %{?_smp_mflags} CFLAGS="%{optflags}" %{?__global_ldflags: LDFLAGS="%{__global_ldflags}"} %install %{__install} -dD "%{buildroot}%{_bindir}" "%{buildroot}%{_mandir}"/man{1,5} %{__make} %{?_smp_mflags} DESTDIR="%{buildroot}" BINDIR="%{_bindir}" \ MANDIR="%{_mandir}" install %files %doc README.txt todo.txt %if 0%{?doc_license} %license %{license_files} %else %doc %{license_files} %endif %{_bindir}/* %{_mandir}/*/* %changelog * Mon Apr 09 2018 Tomasz Tomasik - 0.68-10 - SPEC file cleanups - Use license macro - Rebuilt for EL7 * Wed Feb 07 2018 Fedora Release Engineering - 0.68-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering - 0.68-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 0.68-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 0.68-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Feb 03 2016 Fedora Release Engineering - 0.68-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Fedora Release Engineering - 0.68-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Aug 16 2014 Fedora Release Engineering - 0.68-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Fri Jun 20 2014 Jaroslav Škarvada - 0.68-2 - Various fixes according to review * Fri Jun 20 2014 Jaroslav Škarvada - 0.68-1 - Initial release