Mon, 20 May 2024 09:26:44 UTC | login

Information for build preproc-0.5-1.fc33

ID192331
Package Namepreproc
Version0.5
Release1.fc33
Epoch
SummarySimple text preprocessor
DescriptionSimple 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.
git+ssh://git@pagure.io/rpkg-util.git#bcad4393160b3fe9f624ebdc0ac1a65dffd75754:preproc
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 27 Jan 2021 10:17:13 UTC
CompletedWed, 27 Jan 2021 10:17:13 UTC
Tags
f33
f37
f38
RPMs
src
preproc-0.5-1.fc33.src.rpm (info) (download)
noarch
preproc-0.5-1.fc33.noarch.rpm (info) (download)
Changelog * Sat Jan 16 2021 clime <clime@fedoraproject.org> 0.5-1 - we need to sed python version also in %check section of spec * Sat Jan 16 2021 clime <clime@fedoraproject.org> 0.4-1 - fix tests, add correct requires and buildrequires * Sun Jan 03 2021 clime <clime@fedoraproject.org> 0.3-1 - test preproc when building * Tue Mar 10 2020 clime <clime@fedoraproject.org> 0.2-1 - encoding fixes - make regular-expression only implementation - add NOTE into help/man about usage of preproc on uknown files * Tue Mar 03 2020 clime <clime@fedoraproject.org> 0.1-1 - 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