automatic version update by autodist [release 4.18.1-1mamba;Thu Mar 16 2023]
This commit is contained in:
parent
51d2aecdb0
commit
03d2791850
21
rpm.spec
21
rpm.spec
@ -16,8 +16,8 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: rpm
|
||||
Epoch: 1
|
||||
Version: 4.18.0
|
||||
Release: 4mamba
|
||||
Version: 4.18.1
|
||||
Release: 1mamba
|
||||
Summary: The RPM Package Manager (RPM) is a powerful package management system
|
||||
Group: System/Management
|
||||
Vendor: openmamba
|
||||
@ -49,25 +49,17 @@ Patch15: rpm-4.18.0-allow-disabling-rmbuild.patch
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libacl-devel
|
||||
BuildRequires: libarchive-devel
|
||||
BuildRequires: libattr-devel
|
||||
BuildRequires: libaudit-devel
|
||||
BuildRequires: libb2-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libcap-ng-devel
|
||||
BuildRequires: libdbus-devel
|
||||
BuildRequires: libdw-devel
|
||||
BuildRequires: libelf-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libgomp-devel
|
||||
BuildRequires: liblua-devel
|
||||
BuildRequires: liblz4-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: liblzo-devel
|
||||
BuildRequires: libmagic-devel
|
||||
BuildRequires: libnettle-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libpopt-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libreadline-devel
|
||||
@ -178,6 +170,11 @@ This package should be installed if you want to develop Python programs that wil
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%ifarch arm aarch64
|
||||
# FIXME: man pages not installed maybe due to pandoc missing on arm and aarch64
|
||||
%makeinstall -C docs/man
|
||||
%endif
|
||||
|
||||
%find_lang rpm --with-man --all-name || touch rpm.lang
|
||||
|
||||
# create system-wide build directories
|
||||
@ -301,10 +298,14 @@ rm -f %{buildroot}%{_libdir}/librpm*.la
|
||||
|
||||
%files -n python-rpm-py3
|
||||
%defattr(-,root,root)
|
||||
%{python3_sitearch}/rpm-%{version}-py*.egg-info
|
||||
%dir %{python3_sitearch}/rpm
|
||||
%{python3_sitearch}/rpm/*
|
||||
|
||||
%changelog
|
||||
* Thu Mar 16 2023 Automatic Build System <autodist@mambasoft.it> 4.18.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 28 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 4.18.0-4mamba
|
||||
- fix typo error in last patch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user