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)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: rpm
|
Name: rpm
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 4.18.0
|
Version: 4.18.1
|
||||||
Release: 4mamba
|
Release: 1mamba
|
||||||
Summary: The RPM Package Manager (RPM) is a powerful package management system
|
Summary: The RPM Package Manager (RPM) is a powerful package management system
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -49,25 +49,17 @@ Patch15: rpm-4.18.0-allow-disabling-rmbuild.patch
|
|||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libacl-devel
|
|
||||||
BuildRequires: libarchive-devel
|
BuildRequires: libarchive-devel
|
||||||
BuildRequires: libattr-devel
|
|
||||||
BuildRequires: libaudit-devel
|
BuildRequires: libaudit-devel
|
||||||
BuildRequires: libb2-devel
|
|
||||||
BuildRequires: libbzip2-devel
|
BuildRequires: libbzip2-devel
|
||||||
BuildRequires: libcap-ng-devel
|
|
||||||
BuildRequires: libdbus-devel
|
BuildRequires: libdbus-devel
|
||||||
BuildRequires: libdw-devel
|
BuildRequires: libdw-devel
|
||||||
BuildRequires: libelf-devel
|
BuildRequires: libelf-devel
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
BuildRequires: libgomp-devel
|
BuildRequires: libgomp-devel
|
||||||
BuildRequires: liblua-devel
|
BuildRequires: liblua-devel
|
||||||
BuildRequires: liblz4-devel
|
|
||||||
BuildRequires: liblzma-devel
|
BuildRequires: liblzma-devel
|
||||||
BuildRequires: liblzo-devel
|
|
||||||
BuildRequires: libmagic-devel
|
BuildRequires: libmagic-devel
|
||||||
BuildRequires: libnettle-devel
|
|
||||||
BuildRequires: libopenssl-devel
|
|
||||||
BuildRequires: libpopt-devel
|
BuildRequires: libpopt-devel
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython3-devel
|
||||||
BuildRequires: libreadline-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}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%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
|
%find_lang rpm --with-man --all-name || touch rpm.lang
|
||||||
|
|
||||||
# create system-wide build directories
|
# create system-wide build directories
|
||||||
@ -301,10 +298,14 @@ rm -f %{buildroot}%{_libdir}/librpm*.la
|
|||||||
|
|
||||||
%files -n python-rpm-py3
|
%files -n python-rpm-py3
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{python3_sitearch}/rpm-%{version}-py*.egg-info
|
||||||
%dir %{python3_sitearch}/rpm
|
%dir %{python3_sitearch}/rpm
|
||||||
%{python3_sitearch}/rpm/*
|
%{python3_sitearch}/rpm/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Oct 28 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 4.18.0-4mamba
|
||||||
- fix typo error in last patch
|
- fix typo error in last patch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user