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
|
Name: system-config-printer
|
||||||
Version: 1.5.18
|
Version: 1.5.18
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Helper functions and classes for using CUPS
|
Summary: Helper functions and classes for using CUPS
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -19,10 +19,11 @@ License: GPL
|
|||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libcups-devel
|
BuildRequires: libcups-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: libudev-devel
|
BuildRequires: libudev-devel
|
||||||
BuildRequires: libusb-devel
|
BuildRequires: libusb-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libpython3-devel >= 3.11
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
BuildRequires: desktop-file-utils
|
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}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%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}/
|
%{buildroot}%{python3_sitelib}/
|
||||||
%find_lang system-config-printer
|
%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*
|
%{_mandir}/man1/system-config-printer-applet.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Jan 14 2023 Automatic Build System <autodist@mambasoft.it> 1.5.18-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user