File xxd.spec of Package xxd
Name: xxd
Version: 1.11
Release: 1%{?dist}
Summary: a hexdump utility by Juergen Weigert
Group: Productivity
License: freeware
URL: https://github.com/jnweiger/xxd
Source0: %{name}-%{version}.tar.gz
#BuildRequires: gcc
%description
This version is based on V1.10 27oct98 by Juergen Weigert.
Between 2000 and 2011 it accumulated patches by the Vim team and
others. In 2013 it was pulled out of the Vim tree, had a couple
of features added and was pronounced version 1.11.
%prep
%setup -q
%build
#%set_build_flags
make
%install
mkdir -p %{buildroot}%{_bindir}
install -p -m 0755 %{name} %{buildroot}%{_bindir}
%files
%{_bindir}/%{name}
#%doc README
#%man xxd.1