File maccer.spec of Package maccer
#
# spec file for package spec (Version 2.0)
#
# Copyright (c) 2003 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: maccer
License: GPL
Group: unsorted
Autoreqprov: on
Version: 0.25
Release: 0
Summary: Macro preprocessor for the ASxxxx series of assemblers
Source: %name-%version.tar.gz
Patch: maccer.dif
BuildRequires: doc++
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
maccer is a very simple two pass macro preprocessor that currently
allows you to define macros and nest them. Two pass means that the
macros may appear at any place in the file, and nesting means that
you can call macros from within macros. It also allows you to
include the contents of binary files into the output - great for
raw data.
%prep
%setup -n %name
%patch
%build
make %{?jobs:-j%jobs}
%install
make install DESTDIR=$RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc README html *.ms
/usr/bin/maccer