Sat, 04 May 2024 21:28:46 UTC | login

Information for build ctpl-0.3.4-6.fc28

ID1938
Package Namectpl
Version0.3.4
Release6.fc28
Epoch
SummaryTemplate library and engine written in C
DescriptionCTPL is a template library written in C. It allows fast and easy parsing of templates from many sources (including in-memory data and local and remote streaming, thanks to GIO) and fine control over template parsing environment. CTPL has following features: * It is a library, then it can be easily used from programs * Separated lexer and parser * It is written in portable C * Simple syntax * Fast and strict parsing * Possible in-memory parsing, allowing non-file data parsing and avoiding I/O-latency, through GIO's GMemoryInputStream and GMemoryOutputStream
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 19:50:20 UTC
CompletedSat, 14 Apr 2018 19:50:20 UTC
Tags
f28
f29
RPMs
src
ctpl-0.3.4-6.fc28.src.rpm (info) (download)
noarch
ctpl-doc-0.3.4-6.fc28.noarch.rpm (info) (download)
riscv64
ctpl-0.3.4-6.fc28.riscv64.rpm (info) (download)
ctpl-devel-0.3.4-6.fc28.riscv64.rpm (info) (download)
ctpl-libs-0.3.4-6.fc28.riscv64.rpm (info) (download)
Changelog * Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Wed Feb 04 2015 Dominic Hopf <dmaphy@fedoraproject.org> - 0.3.4-1 - Update to 0.3.4 upstream release * Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Fri Oct 18 2013 Dominic Hopf <dmaphy@fedoraproject.org> - 0.3.3-1 - Update to 0.3.3 upstream release * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Fri Jun 28 2013 Dominic Hopf <dmaphy@fedoraproject.org> - 0.3.2-8 - support build for aarch64 (RHBZ#925206) * Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Sun Dec 18 2011 Dominic Hopf <dmaphy@fedoraproject.org> - 0.3.2-4 - do not build the CLI tool when building for EPEL * Wed May 25 2011 Dominic Hopf <dmaphy@fedoraproject.org> - 0.3.2-3 - remove depedency on gtk-doc (fixes #707547) * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Tue Jan 18 2011 Dominic Hopf <dmaphy@fedoraproject.org> - 0.3.2-1 - new upstream release: CTPL 0.3.2 * Tue Oct 26 2010 Dominic Hopf <dmaphy@fedoraproject.org> - 0.3-1 - new upstream release: CTPL 0.3 * Sat Jul 17 2010 Dominic Hopf <dmaphy@fedoraproject.org> - 0.2.2-4 - fix rpmlint binary-or-shlib-defines-rpath error - fix rpmlint library-without-ldconfig-* errors - make the -doc package noarch - remove the -bin subpackage, the binary files will now be installed with the main package, thus when typing 'yum install ctpl' - require gtk-doc for the -doc package - ctpl-libs now owns /usr/share/doc/ctpl-0.2.2 - fix redundant file listings - require -libs package with fully qualified version for the binary package * Fri Jul 16 2010 Dominic Hopf <dmaphy@fedoraproject.org> - 0.2.2-3 - move the %{_libdir}/lib%{name}.so back to the -devel package where it belongs to * Fri Jul 16 2010 Dominic Hopf <dmaphy@fedoraproject.org> - 0.2.2-2 - rename subpackage lib to libs - add Requires on the libs package to -bin, -devel and -doc package - install %{_libdir}/lib%{name}.so with a -static package - install manpage only with the binary - install HACKING and TODO only with the -devel package - install README and THANKS only with the -doc package - fix the installation path for documentation files * Thu Jul 15 2010 Dominic Hopf <dmaphy@fedoraproject.org> - 0.2.2-1 - initial specfile