Sophie

Sophie

distrib > Mageia > 3 > x86_64 > by-pkgid > 17f8907f710e6b89181ea136fa1796b1 > files > 1

dhex-0.68-2.mga3.src.rpm

%define name dhex
%define version 0.68
%define release %mkrel 2

Name:           %{name}
Version:        %{version}
Release:        %{release}
Summary:        Hexadecimal editor including a diff mode to compare 2 binary files
Source0:        http://www.dettus.net/dhex/%{name}_%{version}.tar.gz
URL:            http://www.dettus.net/dhex/

Group:          Editors
License:        GPLv2+
BuildRequires:  libncurses-devel

%description
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}

%build
%make

%install
mkdir -p %{buildroot}%{_bindir}
%__install %{name} %{buildroot}%{_bindir}

%files
%defattr(-,root,root,-)
%doc README.txt
%{_bindir}/%{name}


%changelog

* Fri Jan 11 2013 umeabot <umeabot> 0.68-2.mga3
+ Revision: 348765
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sun Sep 30 2012 shlomif <shlomif> 0.68-1.mga3
+ Revision: 300938
- imported package dhex