Summary: Customizable language-agnostic preprocessor Name: gpp Version: 2.24 Release: 2%{?dist} License: LGPLv2+ URL: http://www.nothingisreal.com/gpp/ Source0: http://www.nothingisreal.com/gpp/%{name}-%{version}.tar.bz2 %description GPP is a general-purpose preprocessor with customizable syntax, suitable for a wide range of preprocessing tasks. Its independence from any one programming language makes it much more versatile than the C preprocessor (cpp), while its syntax is lighter and more flexible than that of GNU m4. There are built-in macros for use with C/C++, LaTeX, HTML, XHTML, and Prolog files. %prep %setup -q %build %configure make %install make DESTDIR=${RPM_BUILD_ROOT} install %files %{_bindir}/gpp %doc ChangeLog AUTHORS BUGS COPYING NEWS README THANKS TODO %doc %{_mandir}/man1/gpp.1.* %changelog * Sat Oct 19 2013 Zbigniew Jędrzejewski-Szmek - 2.24-2 - Fedora-ifification. * Fri Dec 3 2004 Tristan Miller - 2.24-1 - Initial build.