Name: | preproc |
---|---|
Version: | 0.2 |
Release: | 2.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 23516 |
License: | GPLv2+ |
RPM: | preproc-0.2-2.el8.noarch.rpm |
Source RPM: | preproc-0.2-2.el8.src.rpm |
Build Date: | Wed Apr 15 2020 |
Build Host: | jenkins-10-147-72-125-32eec579-40e1-4f92-b1f6-9bc9ce5ce23d.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://pagure.io/rpkg-util.git |
Summary: | Simple text preprocessor |
Description: | Simple text preprocessor implementing a very basic templating language. You can use bash code enclosed in triple braces in a text file and then pipe content of that file to preproc. preproc will replace each of the tags with stdout of the executed code and print the final renderred result to its own stdout. |
- rebuild because of koji break down
- encoding fixes - make regular-expression only implementation - add NOTE into help/man about usage of preproc on uknown files
- use cmd_repr helper to properly render the executed command - strip starting and ending whitespaces if any - change to working email - pass now required path to git_vcs macro in spec file - source env before sourcing anything else - fix spec files after CACHE to OUTPUT rename - fix rpkg-util spec files - build fix for rhel6 - provide man pages statically and add regen.sh - add some explanation for tags matching - allow multiple lines inside {{{}}}, fix expression for quoted strings so that the closest quote is matched - add missing BRs - move preproc and rpkg macro defs into separate packages