rpm: update to 4.15.0.
This commit is contained in:
parent
1ddf7f5e91
commit
84a122a882
2 changed files with 10 additions and 10 deletions
|
@ -2973,10 +2973,10 @@ libtecla_r.so.1 libtecla-1.6.3_1
|
|||
libzim.so.6 libzim-6.0.1_1
|
||||
libkiwix.so.8 kiwix-lib-8.0.1_1
|
||||
libaria2.so.0 libaria2-1.33.1_3
|
||||
librpm.so.8 librpm-4.14.1_1
|
||||
librpmsign.so.8 librpmsign-4.14.1_1
|
||||
librpmbuild.so.8 librpmbuild-4.14.1_1
|
||||
librpmio.so.8 librpmio-4.14.1_1
|
||||
librpm.so.9 librpm-4.15.0_1
|
||||
librpmsign.so.9 librpmsign-4.15.0_1
|
||||
librpmbuild.so.9 librpmbuild-4.15.0_1
|
||||
librpmio.so.9 librpmio-4.15.0_1
|
||||
libsquirrel.so.0 squirrel-libs-3.1_1
|
||||
libsqstdlib.so.0 squirrel-libs-3.1_1
|
||||
libexecinfo.so.1 libexecinfo-1.1_1
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
# Template file for 'rpm'
|
||||
pkgname=rpm
|
||||
version=4.14.2.1
|
||||
revision=2
|
||||
version=4.15.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-lua --with-cap --with-acl --with-external-db
|
||||
--enable-python PYTHON=python3"
|
||||
hostmakedepends="automake gettext-devel libtool nss-devel pkg-config
|
||||
python3-setuptools"
|
||||
makedepends="binutils-devel db-devel elfutils-devel file-devel libarchive-devel
|
||||
libcap-devel lua52-devel nss-devel popt-devel python3-devel"
|
||||
libcap-devel lua52-devel nss-devel popt-devel python3-devel libgomp-devel"
|
||||
short_desc="Red Hat Package Management Utils"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://rpm.org"
|
||||
changelog="https://rpm.org/wiki/Releases/${version}.html"
|
||||
distfiles="http://ftp.rpm.org/releases/rpm-${version%.*.*}.x/rpm-${version}.tar.bz2"
|
||||
checksum=1139c24b7372f89c0a697096bf9809be70ba55e006c23ff47305c1849d98acda
|
||||
distfiles="http://ftp.rpm.org/releases/rpm-4.15.x/rpm-${version}.tar.bz2"
|
||||
checksum=1e06723b13591e57c99ebe2006fb8daddc4cf72efb366a64a34673ba5f61c201
|
||||
conflicts="rpmextract>=0" # Both provide rpm2cpio
|
||||
|
||||
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/python2.7"
|
||||
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/python3.6"
|
||||
CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/nss"
|
||||
CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/nspr"
|
||||
|
||||
|
|
Loading…
Reference in a new issue