File hexcurse.spec of Package hexcurse
#
# spec file for package hexcurse
#
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: hexcurse
Version: 1.60.0+git6.20180722
Release: 0
Summary: A ncurses-based hex editor
License: GPL-2.0
URL: https://github.com/LonnyGomes/hexcurse
Source0: %{name}-%{version}.tar.xz
BuildRequires: automake
BuildRequires: pkgconfig(ncurses)
###Requires:
%description
Hexcurse is a curses-based hex editing utility that can open, edit, and
save files, editing both the hexadecimal and decimal values.
%prep
%autosetup
%build
%configure
make %{?_smp_mflags}
%install
%make_install
%files
%license LICENSE.txt
%doc README.md
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1%{?ext_man}
%changelog