Package librpm-devel: Information

    Binary package: librpm-devel
    Version: 4.0.4-alt100.27.M60T.2
    Architecture: x86_64
    Build time:  Oct 16, 2016, 09:58 PM in the task #170930
    Source package: rpm
    Category: Development/C
    Report package bug
    License: GPL/LGPL
    Summary: Development files for applications which will manipulate RPM packages
    Description: 
    This package contains the RPM C library and header files.  These
    development files will simplify the process of writing programs
    which manipulate RPM packages and databases and are intended to make
    it easier to create 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: Ivan Zakharyaschev


    Last changed


    Oct. 16, 2016 Ivan Zakharyaschev 4.0.4-alt100.27.M60T.2
    - Synced with p6. (Merged the changes which have been in p6, but not in t6 yet.)
    July 18, 2013 Dmitry V. Levin 4.0.4-alt100.24.M60P.5
    - Backported from Sisyphus (closes: #29190):
      + %_sharedstatedir: changed to /var/lib (suggested by Alexey Gladkov).
    April 24, 2013 Dmitry V. Levin 4.0.4-alt100.24.M60P.4
    - Backport from Sisyphus:
      + Fixed build with new gettext and automake.
      + Fixed build with ld --no-copy-dt-needed-entries.
      + Build selinux support in dynamically linked objects only.
      + Added %getenv and %_tmpdir builtin macros.
      + platform.in: added systemd macros.
      + platform.in: add %EVR macro.
      + scripts: cleaned up readelf(1) invocations.
      + brp-fix-perms: fixed "find -perm" syntax.
      + 0common-files.req.list: added /etc/sudoers.d.
      + rpmio/macro.c (doShellEscape): fixed an off-by-one error
        in stripping trailing newlines.