Summary: Customizable language-agnostic preprocessor Name: general-purpose-preprocessor Version: 2.24 Release: 3%{?dist} License: LGPLv2+ URL: http://www.nothingisreal.com/gpp/ Source0: http://www.nothingisreal.com/gpp/gpp-%{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 -n gpp-%{version} %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 * Tue Oct 22 2013 Zbigniew Jędrzejewski-Szmek - 2.24-3 - Rename to general-purpose-preprocessor because of gnome printing panel * Sat Oct 19 2013 Zbigniew Jędrzejewski-Szmek - 2.24-2 - Fedora-ifification. * Fri Dec 3 2004 Tristan Miller - 2.24-1 - Initial build.