Mon, 20 May 2024 06:20:57 UTC | login

Information for build fmt-ptrn-1.3.22-13.fc29

ID65465
Package Namefmt-ptrn
Version1.3.22
Release13.fc29
Epoch
SummaryA simple template system
DescriptionNew is a template system, especially useful in conjunction with a simple text editor such as vi. The user maintains templates which may contain format strings. At run time, nf replaces the format strings in a template with appropriate values to create a new file. For example, given the following template: // FILE: %(FILE) // AUTHOR: %(FULLNAME) // DATE: %(DATE) // Copyright (C) 1999 %(FULLNAME) %(EMAIL) // All rights reserved. nf will create: // FILE: foo.cpp // AUTHOR: W. Michael Petullo // DATE: 11 September 1999 // Copyright (C) 1999 W. Michael Petullo new@flyn.org // All rights reserved. on my computer. The program understands plaintext or gziped template files. The fmt-ptrn system also provides a shared library which allows a programmer access to nf's functionality. The system was developed to be light and fast. Its only external dependencies are the C library, glib2 and zlib.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 27 Jul 2018 14:25:41 UTC
CompletedFri, 27 Jul 2018 14:39:53 UTC
Taskbuild (f29-candidate, fmt-ptrn-1.3.22-13.fc29.src.rpm)
Tags
f29
f30
f31
RPMs
src
fmt-ptrn-1.3.22-13.fc29.src.rpm (info) (download)
riscv64
fmt-ptrn-1.3.22-13.fc29.riscv64.rpm (info) (download)
fmt-ptrn-devel-1.3.22-13.fc29.riscv64.rpm (info) (download)
fmt-ptrn-debuginfo-1.3.22-13.fc29.riscv64.rpm (info) (download)
fmt-ptrn-debugsource-1.3.22-13.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.22-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.22-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.22-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.22-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.22-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Nov 24 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.22-8 - Move doc statement to files section