Package librpm-devel: Information

Binary package: librpm-devel
Version: 4.13.0.1-alt21
Architecture: x86_64
Build time:  May 29, 2020, 02:59 PM in the task #251647
Source package: rpm
Category: Development/C
Report package bug
License: GPLv2+ and LGPLv2+ with exceptions
Summary: Development files for manipulating RPM packages
Description: 
This package contains the RPM C library and header files. These
development files will simplify the process of writing programs that
manipulate RPM packages and databases. These files are intended to
simplify the process of creating graphical package managers or any
other tools that need an intimate knowledge of RPM packages in order
to function.

This package should be installed if you want to develop programs that
will manipulate RPM packages and databases.

Maintainer: Andrew Savchenko


Last changed


May 29, 2020 Andrew Savchenko 4.13.0.1-alt21
- Add support for >= gcc10.
- E2K: Add lcc to the generic devel exceptions list.
April 7, 2020 Alexey Tourbin 4.13.0.1-alt20
- find-package, shebang.req: introduced RPM_FINDPACKAGE_MANDATORY=1.
  When an interpreter is invoked by name, as in "#!/usr/bin/env python32",
  and is missing, this will now force the dependency on /usr/bin/python32.
March 19, 2020 Alexey Tourbin 4.13.0.1-alt19
- Backported support for zstd compressed payload (by Jeff Johnson and others),
  so that rpm2cpio can handle Fedora 31 packages.