#
# SPEC file for c2html and Mandrake 10.1
#
# 03/16/2002, Ullrich von Bassewitz (uz@musoftware.de)
# 13/10/2004, Roberto A. Foglietta (me@roberto.foglietta.name)
#
###############################################################################
# Main package #
###############################################################################
Summary: C Source to HTML converter
Name: c2html
%define version 1.1.0
Version: %{version}
Release: 1
Copyright: GPL
Group: Application/Publishing
Source: http://user.cs.tu-berlin.de/~schintke/x2html/c2html-%{version}.tar.gz
URL: http://user.cs.tu-berlin.de/~schintke/x2html/
Vendor: Florian Schintke/Martin Kammerhofer
Packager: Roberto A. Foglietta
BuildRoot: /var/tmp/%{name}-%{version}
%description
The c2html program is a syntax highlighter for C source code that
produces a highlighted html file as output. The output can be read
by any graphical WWW-Browser. If the browser understands the tags
to change font colors (as Netscape does) the output will look like
highlighted by emacs. Otherwise it will not look so nice, but
readability is increased too.
%files
%defattr(644,root,root,755)
%doc LICENSE INSTALL
%attr(755,root,root) /usr/bin/c2html
%prep
%setup
%build
make
%install
mkdir -p $RPM_BUILD_ROOT/usr/bin
# Binaries
install -s -m 755 c2html $RPM_BUILD_ROOT/usr/bin
%changelog
* Thu Apr 13 2005
Modified.
* Sat Mar 16 2002 Ullrich von Bassewitz
Created.