hexedit/hexedit.spec

50 lines
852 B
RPMSpec
Raw Normal View History

2019-11-06 19:32:58 +08:00
Name: hexedit
Version: 1.2.13
Release: 15
Summary: hexedit - view and edit files in hexadecimal or in ASCII.
License: GPLv2+
URL: http://rigaux.org/hexedit.html
Source0: http://rigaux.org/%{name}-%{version}.src.tgz
Patch0: hexedit-1.2.13-config.patch
BuildRequires: gcc ncurses-devel
%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.
%package_help
%prep
%autosetup -n %{name} -p1
%build
%configure
%make_build
%install
%make_install INSTALL='install -p'
%check
%pre
%preun
%post
%postun
%files
%doc %{name}-%{version}.lsm Changes
%license COPYING
%{_bindir}/hexedit
%files help
%{_mandir}/man1/hexedit.1*
%changelog
* Fri Oct 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.2.13-15
- Package init.