File mcpp.spec of Package mcpp
#
# spec file for package mcpp (Version 2.6.4)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, 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://bugs.opensuse.org/
#
# norootforbuild
Name: mcpp
URL: http://mcpp.sourceforge.net/
License: BSD License and BSD-like
Group: Development/Languages/C and C++
Summary: Matsui's C Preprocessor
Version: 2.6.4
Release: 1
Source0: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
mcpp is a small and portable C/C++ preprocessor implementing all of
C90, C99 and C++98.
Authors:
--------
Kiyoshi Matsui <kmatsui@t3.rim.or.jp>
%prep
%setup -q
%build
%configure
make %{?jobs:-j %jobs}
%install
%makeinstall
rm -rf $RPM_BUILD_ROOT/usr/share/doc/mcpp
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc doc/mcpp-manual.html LICENSE NEWS README
%{_prefix}/bin/*
%{_mandir}/man1/mcpp.1.gz
%changelog
* Mon Jun 18 2007 - dmueller@suse.de
- Initial package (2.6.4)