Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: gengetopt | Distribution: Fedora Project |
Version: 2.22.6 | Vendor: Fedora Project |
Release: 1.el7 | Build date: Fri Feb 21 11:11:36 2014 |
Group: Unspecified | Build host: buildppc-02.phx2.fedoraproject.org |
Size: 1044981 | Source RPM: gengetopt-2.22.6-1.el7.src.rpm |
Packager: Fedora Project | |
Url: http://www.gnu.org/software/gengetopt/ | |
Summary: Tool to write command line option parsing code for C programs |
Gengetopt is a tool to generate C code to parse the command line arguments argc and argv that are part of every C or C++ program. The generated code uses the C library function getopt_long to perform the actual command line parsing.
GPLv3+
* Thu Feb 20 2014 Christopher Meng <rpm@cicku.me> - 2.22.6-1 - Update to 2.22.6 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.22.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.22.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.22.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat May 05 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 2.22.5-1 - Update to 2.22.5-1 to fix FTBFS - valgrind supported on ARM too * Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.22.3-4 - Rebuilt for c++ ABI breakage * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.22.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.22.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Nov 04 2009 Debarshi Ray <rishi@fedoraproject.org> - 2.22.3-1 - Version bump to 2.22.3. (Red Hat Bugzilla #512414) * enum option values can contain + and -. * Fixed compilation problems due to macro FIX_UNUSED which was not in the right place. * New command line switches --header-output-dir and --src_output-dir to store cmdline.h separately from cmdline.c. * Use #include <getopt.h> in the generated files, instead of "getopt.h". * Generated functions use prototypes with char ** instead of char *const *. * Removed compilation warnings for generated files. * Fixed a compilation problem for files generated with --include-getopt with some versions of stdlib.h. * Use PACKAGE_NAME, if defined, for printing help and version. - Encoding of ChangeLog and THANKS fixed by upstream. - Removed spurious executable permissions from a bunch of files. * Fri Jul 24 2009 Release Engineering <rel-eng@fedoraproject.org> - 2.22.1-3 - Autorebuild for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Tue Feb 24 2009 Release Engineering <rel-eng@fedoraproject.org> - 2.22.1-2 - Autorebuild for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Mon Jun 02 2008 Debarshi Ray <rishi@fedoraproject.org> - 2.22.1-1 - Version bump to 2.22.1. (Red Hat Bugzilla #444335) * Removed compilation warnings for generated files. * Fixed a bug with --long-help and enum options. * The outputs of --help and output of --show-help correspond with each other. * Fixed a compilation problem in generated output with mode options. - Parallel build problems fixed by upstream. * Fri Mar 07 2008 Debarshi Ray <rishi@fedoraproject.org> - 2.22-1 - Version bump to 2.22. (Red Hat Bugzilla #428641) - Fixed build failure with gcc-4.3. - Trimmed the 'BuildRequires' list. - Changed character encodings from ISO8859-1 to UTF-8. - Disabled parallel make to prevent failure with -j2. - Added 'make check-valgrind' for ix86, x86_64, ppc and ppc64 in check stanza. - Fixed Texinfo scriptlets according to Fedora packaging guidelines. * Tue Aug 07 2007 Debarshi Ray <rishi@fedoraproject.org> - 2.21-2 - Removed 'BuildRequires: source-highlight' to prevent build failure. * Sat Aug 04 2007 Debarshi Ray <rishi@fedoraproject.org> - 2.21-1 - Version bump to 2.21. (Red Hat Bugzilla #250817) - License changed to GPLv3 or later. - Parallel build problems fixed by upstream. - README.example added by upstream. * Tue Jun 12 2007 Debarshi Ray <rishi@fedoraproject.org> - 2.20-1 - Version bump to 2.20. * Tue Jun 12 2007 Debarshi Ray <rishi@fedoraproject.org> - 2.19.1-3 - Added 'BuildRequires: ...' for check stanza. - Added a check stanza. - Removed -devel package. * Mon Jun 11 2007 Debarshi Ray <rishi@fedoraproject.org> - 2.19.1-2 - Used variables name and version in Source0. - Mentioned /sbin/install-info as a requirement for post and preun. - Used _datadir instead of defining sharedir. - Disabled parallel make to prevent failure with -j2. - Removing /usr/share/info/dir in the install stanza. - Replaced '$RPM_BUILD_DIR' with '.' in the install stanza. * Sun Jun 10 2007 Debarshi Ray <rishi@fedoraproject.org> - 2.19.1-1 - Initial build. - Added README.example from Debian. - Changed version and date in online manual page to 2.19.1 from 2.19rc.
/usr/bin/gengetopt /usr/share/doc/gengetopt-2.22.6 /usr/share/doc/gengetopt-2.22.6/AUTHORS /usr/share/doc/gengetopt-2.22.6/COPYING /usr/share/doc/gengetopt-2.22.6/ChangeLog /usr/share/doc/gengetopt-2.22.6/LICENSE /usr/share/doc/gengetopt-2.22.6/NEWS /usr/share/doc/gengetopt-2.22.6/README /usr/share/doc/gengetopt-2.22.6/THANKS /usr/share/doc/gengetopt-2.22.6/TODO /usr/share/doc/gengetopt-2.22.6/examples /usr/share/doc/gengetopt-2.22.6/examples/README.example /usr/share/doc/gengetopt-2.22.6/examples/main1.cc /usr/share/doc/gengetopt-2.22.6/examples/main2.c /usr/share/doc/gengetopt-2.22.6/examples/sample1.ggo /usr/share/doc/gengetopt-2.22.6/examples/sample2.ggo /usr/share/doc/gengetopt-2.22.6/gengetopt.html /usr/share/doc/gengetopt-2.22.6/index.html /usr/share/gengetopt /usr/share/gengetopt/getopt.c /usr/share/gengetopt/getopt1.c /usr/share/gengetopt/gnugetopt.h /usr/share/info/gengetopt.info.gz /usr/share/man/man1/gengetopt.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 13:09:03 2024