mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 17:43:51 +02:00
rpm: update to 4.17.1.
This commit is contained in:
parent
4884fe21d0
commit
4ee84442cf
1 changed files with 3 additions and 6 deletions
|
@ -1,13 +1,10 @@
|
|||
# Template file for 'rpm'
|
||||
pkgname=rpm
|
||||
version=4.17.0
|
||||
version=4.17.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
# configure checks sys.version[:3] for Python versioning, so 3.10 becomes 3.1;
|
||||
# until this is fixed upstream, manually define am_cv_python_version to circumvent
|
||||
configure_args="--with-cap --with-acl
|
||||
--enable-python PYTHON=python3 --sharedstatedir=/var/lib
|
||||
am_cv_python_version=${py3_ver}"
|
||||
--enable-python PYTHON=python3 --sharedstatedir=/var/lib"
|
||||
hostmakedepends="automake gettext-devel libtool pkg-config
|
||||
python3-setuptools"
|
||||
makedepends="libgcrypt-devel binutils-devel elfutils-devel file-devel libarchive-devel
|
||||
|
@ -18,7 +15,7 @@ license="GPL-2.0-or-later"
|
|||
homepage="https://rpm.org"
|
||||
changelog="https://rpm.org/wiki/Releases/${version}.html"
|
||||
distfiles="https://ftp.osuosl.org/pub/rpm/releases/rpm-${version%.*}.x/rpm-${version}.tar.bz2"
|
||||
checksum=2e0d220b24749b17810ed181ac1ed005a56bbb6bc8ac429c21f314068dc65e6a
|
||||
checksum=0c11b793466e7258851ff82bd65c8ffd8c2dbbc70acc869a5d34150549926e5d
|
||||
python_version=3
|
||||
conflicts="rpmextract>=0" # Both provide rpm2cpio
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue