File hex.spec of Package hex
#
# spec file for package hex
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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 http://bugs.opensuse.org/
#
# norootforbuild
Name: hex
License: BSD-3-Clause
Group: Development/Tools/Other
Provides: util-linux:/usr/bin/hex
AutoReqProv: on
Version: 1.4
Release: 257
Url: http://ibiblio.org/pub/Linux/utils/file/hex/!INDEX.html
Summary: Yet Another Hex Dumper
Source: %{name}-%{version}.tar.gz
Patch: %{name}-%{version}.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
A hex dumper that does CP/M and EBCDIC formatting and has
internationalization support.
%prep
%setup
%patch
%build
make clean
make CFLAGS="$RPM_OPT_FLAGS -Wall" CC="%{__cc}"
%install
mkdir -p "$RPM_BUILD_ROOT"{%{_mandir}/man1,%{_bindir}}
make install DESTDIR="$RPM_BUILD_ROOT" MANDIR=%{_mandir}
%clean
rm -rf "$RPM_BUILD_ROOT"
%files
%defattr(-,root,root)
%doc READ.ME
%doc %{_mandir}/man?/*
%{_bindir}/hex
%changelog