rebilt with python3 [release 1.2.8-2mamba;Thu Jan 11 2024]
This commit is contained in:
parent
42ec184208
commit
ad982d67a6
@ -1,6 +1,6 @@
|
||||
Name: PackageKit
|
||||
Version: 1.2.8
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A system designed to make installing and updating software on your computer easier
|
||||
Group: System/Management
|
||||
Vendor: openmamba
|
||||
@ -29,7 +29,7 @@ BuildRequires: libglib-devel
|
||||
BuildRequires: libgstreamer-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpolkit-devel
|
||||
BuildRequires: libpython310-devel
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: librpm-devel
|
||||
BuildRequires: libsqlite-devel
|
||||
BuildRequires: libsystemd-devel
|
||||
@ -38,7 +38,7 @@ BuildRequires: librpm-devel >= 4.16.1.2-1mamba
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: pm-utils-devel
|
||||
BuildRequires: libcppunit-devel
|
||||
BuildRequires: libdnf >= 0.48.0
|
||||
BuildRequires: libdnf >= 0.72.0-2mamba
|
||||
BuildRequires: librepo >= 1.11.2
|
||||
Requires: dnf
|
||||
%systemd_requires
|
||||
@ -107,7 +107,7 @@ sed -i "s|openmandriva|openmamba|" meson_options.txt
|
||||
-Dpackaging_backend=dnf \
|
||||
-Ddnf_vendor=openmamba \
|
||||
-Dgtk_doc=true \
|
||||
-Dpythonpackagedir=%{python310_sitearch}
|
||||
-Dpythonpackagedir=%{python3_sitearch}
|
||||
|
||||
# --enable-pm-utils \
|
||||
# --enable-introspection \
|
||||
@ -160,9 +160,9 @@ install -d -m0755 %{buildroot}/var/cache/PackageKit
|
||||
%dir %{_datadir}/PackageKit/helpers
|
||||
%dir %{_datadir}/PackageKit/helpers/test_spawn
|
||||
%{_datadir}/PackageKit/helpers/test_spawn/search-name.sh
|
||||
%dir %{python310_sitearch}/packagekit
|
||||
%{python310_sitearch}/packagekit/*
|
||||
%{python310_sitearch}/dnf-plugins/notify_packagekit.py
|
||||
%dir %{python3_sitearch}/packagekit
|
||||
%{python3_sitearch}/packagekit/*
|
||||
%{python3_sitearch}/dnf-plugins/notify_packagekit.py
|
||||
%dir /var/lib/PackageKit
|
||||
%dir /var/cache/PackageKit
|
||||
%{_mandir}/man1/pkcon.1*
|
||||
@ -190,6 +190,9 @@ install -d -m0755 %{buildroot}/var/cache/PackageKit
|
||||
%doc NEWS README
|
||||
|
||||
%changelog
|
||||
* Thu Jan 11 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.8-2mamba
|
||||
- rebilt with python3
|
||||
|
||||
* Sun Nov 12 2023 Automatic Build System <autodist@mambasoft.it> 1.2.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user