File hexedit.spec of Package hexedit
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: hexedit
Version: 1.2.13
Release: 8
License: LGPL
Summary: View and edit files in hexadecimal or in ASCII
Group: Development/Tools
Source0: http://rigaux.org/%{name}-%{version}.src.tgz
Patch0: hexedit-search2a.diff
BuildRequires: ncurses-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
hexedit shows a file both in ASCII and in hexadecimal. The file can be a device
as the file is read a piece at a time. You can modify the file and search
through it.
%files
%defattr(-, root, root)
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.gz
%prep
%setup -q -n hexedit
%patch0 -p1
%build
%configure
make
%install
%make_install
%clean
rm -rf %{buildroot}
%changelog