File bvi.spec of Package bvi
%define bvi_version 1.4.1
%define bvi_release 1
Summary: bvi editor for binary files
Name: bvi
Version: 1.4.1
Release: 1
License: GNU
Vendor: openSUSE
Group: Productivity/Editors/Vi
Source0: bvi-%{bvi_version}.src.tar.gz
BuildRoot: /var/tmp/%{name}-%{version}-root
Requires: ncurses-devel
BuildRequires: ncurses-devel
URL: http://bvi.sourceforge.net/
%description
The bvi is a display-oriented editor for binary files (hex editor), based on the vi texteditor. If you are familiar with vi, just start the editor and begin to edit! A bmore program is also included in the package.
If you never heard about vi, maybe bvi is not the best choice for you.
%prep
%setup -n %{name}-%{bvi_version}
%build
%configure
make
%install
[ "x" != "x/" ] && rm -rf ""
%makeinstall
%clean
[ "x" != "x/" ] && rm -rf ""
%pre
%post
%preun
%files
%defattr(-,root,root)
%doc {README,CHANGES,COPYING,CREDITS}
/*
%changelog
* Sat Jan 7 2023 Isamu Koga <ikoga@opensuse.org>
- Update to 1.4.1
* Mon Jun 01 2017 Isamu Koga <ikoga@opensuse.org>
- Submit rpm package.