File recomment.spec of Package recomment
# Copyright (c) 2007 SuSE Linux AG, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://www.suse.de/feedback/
#
# norootforbuild
Name: recomment
License: GPL
Group: unsorted
Autoreqprov: on
Version: 4.08
Release: 0
Summary: 6502 tracing disassembler
Source: %name-%version.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArchitectures: noarch
%description
6502 tracing disassembler
%prep
%setup
%build
%install
install -D -m 755 recomment $RPM_BUILD_ROOT/usr/bin/recomment
%files
%defattr(-,root,root)
%doc recomment.html *.hdr
/usr/bin/recomment