rebuilt with python3 == 3.11 [release 1.5.18-2mamba;Tue Oct 17 2023]
This commit is contained in:
parent
25ee1438b4
commit
7d42140bd8
@ -2,7 +2,7 @@
|
||||
|
||||
Name: system-config-printer
|
||||
Version: 1.5.18
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Helper functions and classes for using CUPS
|
||||
Group: System/Libraries/Python
|
||||
Vendor: openmamba
|
||||
@ -19,10 +19,11 @@ License: GPL
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libcups-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libusb-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython3-devel >= 3.11
|
||||
BuildRequires: intltool
|
||||
BuildRequires: xmlto
|
||||
BuildRequires: desktop-file-utils
|
||||
@ -70,7 +71,7 @@ The purpose of the tool is to configure a CUPS server (often the local machine)
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
mv %{buildroot}%{python3_sitelib}/cupshelpers-1.0-py3.7.egg/cupshelpers \
|
||||
mv %{buildroot}%{python3_sitelib}/cupshelpers-1.0-py*.egg/cupshelpers \
|
||||
%{buildroot}%{python3_sitelib}/
|
||||
%find_lang system-config-printer
|
||||
|
||||
@ -105,6 +106,9 @@ mv %{buildroot}%{python3_sitelib}/cupshelpers-1.0-py3.7.egg/cupshelpers \
|
||||
%{_mandir}/man1/system-config-printer-applet.1*
|
||||
|
||||
%changelog
|
||||
* Tue Oct 17 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.18-2mamba
|
||||
- rebuilt with python3 == 3.11
|
||||
|
||||
* Sat Jan 14 2023 Automatic Build System <autodist@mambasoft.it> 1.5.18-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user