Name: | ucpp |
---|---|
Version: | 1.3.4 |
Release: | 3.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 71850 |
License: | BSD |
RPM: | ucpp-1.3.4-3.el7.aarch64.rpm |
Source RPM: | ucpp-1.3.4-3.el7.src.rpm |
Build Date: | Sat May 26 2018 |
Build Host: | ca-buildarm04.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/scarabeusiv/ucpp |
Summary: | Embeddable, quick, light and fully compliant ISO C99 preprocessor |
Description: | A C preprocessor is a part of a C compiler responsible for macro replacement, conditional compilation and inclusion of header files. It is often found as a stand-alone program on Unix systems. ucpp is such a preprocessor; it is designed to be quick and light, but anyway fully compliant to the ISO standard 9899:1999, also known as C99. ucpp can be compiled as a stand-alone program, or linked to some other code; in the latter case, ucpp will output tokens, one at a time, on demand, as an integrated lexer. |
- add ?_isa to dependencies
- make make verbose - run ldconfig for libs - convert README to UTF-8
- switch to new upstream - update to 1.3.4 - split libs and devel subpackages - call autoreconf to fix rpath issue
- initial build