1# This spec file was generated by Gideon
2# Please report any problem to KDevelop Team <kdevelop-devel@kdevelop.org>
3# Thanks to Matthias Saou for his explanations on http://freshrpms.net/docs/fight.html
4
5Name: webcpp
6Version: 0.8.2
7Release: 0
8Vendor: Jeffrey Bakker
9Copyright: GNU GPL
10Summary: Converts source code into syntax highlighted HTML.
11Group: Tools
12Packager: Jeffrey Bakker
13BuildRoot: %{_tmppath}/%{name}-root
14Source: webcpp-0.8.2.tar.gz
15
16%description
17Webcpp converts Ada95, Assembler, Basic, C, C#, C++, Cg, CLIPS, Fortran, Haskell, Java, Markup, Modula2, Objective C, Pascal, Perl, PHP, Python, SQL, Tcl, Unix shell, & VHDL into HTML with syntax highlighting and themes.
18
19
20
21
22
23%prep
24%setup
25CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure \
26--target=i386
27
28%build
29%configure
30make
31
32%install
33rm -rf %{buildroot}
34%makeinstall
35
36%clean
37rm -rf %{buildroot}
38
39%post -p /sbin/ldconfig
40%postun -p /sbin/ldconfig
41%files
42%defattr(-, root, root)
43%doc AUTHORS COPYING ChangeLog NEWS README TODO
44%{_bindir}/*
45%{_libdir}/*.so.*
46%{_datadir}/%{name}
47%{_mandir}/man8/*
48%changelog
49
50