Package libpopt: Information
Source package: libpopt
Version: 1.18-alt1
Build time: Jun 2, 2024, 04:32 PM
Category: System/Libraries
Report package bugHome page: http://www.rpm5.org/
License: MIT
Summary: A C library for parsing command line parameters
Description:
Popt is a C library for parsing command line parameters. Popt was heavily influenced by the getopt() and getopt_long() functions, but it improves on them by allowing more powerful argument expansion. Popt can parse arbitrary argv[] style arrays and automatically set variables based on command line arguments. Popt allows command line arguments to be aliased via configuration files and includes utility functions for parsing arbitrary strings into argv[] arrays using shell-like rules.
List of RPM packages built from this SRPM:
libpopt (e2kv6, e2kv5, e2kv4, e2k)
libpopt-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
libpopt-devel (e2kv6, e2kv5, e2kv4, e2k)
libpopt-devel-static (e2kv6, e2kv5, e2kv4, e2k)
libpopt-doc (noarch)
libpopt (e2kv6, e2kv5, e2kv4, e2k)
libpopt-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
libpopt-devel (e2kv6, e2kv5, e2kv4, e2k)
libpopt-devel-static (e2kv6, e2kv5, e2kv4, e2k)
libpopt-doc (noarch)
Maintainer: Egor Ignatov
List of contributors:
Egor Ignatov
Anton Farygin
Michael Shigorin
Dmitry V. Levin
Stanislav Ievlev
Alex V. Myltsev
Egor Ignatov
Anton Farygin
Michael Shigorin
Dmitry V. Levin
Stanislav Ievlev
Alex V. Myltsev
Last changed
Aug. 23, 2021 Egor Ignatov 1:1.18-alt1
- 1.18 - enable tests - convert old postscript documentation to pdf - add -ffat-lto-objects to build static libs with -flto enabled - update poptBadOption patch - rediff alloc-checks patch - rediff context-checks patch - rediff vers patch - drop automake-tests patch (obsolete) - drop automake patch (obsolete) - drop secure_getenv patch (merged) - drop pkgconfig patch (merged) - add doxygen-src-path patch
June 20, 2017 Anton Farygin 1:1.16-alt1
- 1.16 (closes: 32186).
Feb. 9, 2016 Michael Shigorin 1:1.14-alt10
- BOOTSTRAP: fixed --without apidocs build. - Replaced bzip2 with xz while at that.