rebuilt with python 3.6 [release 1.5.11-2mamba;Fri Mar 01 2019]
This commit is contained in:
parent
35d1a7fb2e
commit
2887ebd175
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: system-config-printer
|
Name: system-config-printer
|
||||||
Version: 1.5.11
|
Version: 1.5.11
|
||||||
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
|
||||||
@ -33,11 +33,11 @@ Obsoletes: python-cupshelpers
|
|||||||
Requires: desktop-file-utils
|
Requires: desktop-file-utils
|
||||||
Requires: python-pynotify
|
Requires: python-pynotify
|
||||||
Requires: python-smbc
|
Requires: python-smbc
|
||||||
Requires: python-cups-py3
|
Requires: python-cups-py36
|
||||||
Requires: python-requests-py3
|
Requires: python-requests-py36
|
||||||
Requires: pygobject-py3
|
Requires: pygobject-py36
|
||||||
Requires: python-dbus-py3
|
Requires: python-dbus-py36
|
||||||
Requires: py3cairo
|
Requires: pycairo-py36
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -52,7 +52,9 @@ The purpose of the tool is to configure a CUPS server (often the local machine)
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--with-udev-rules
|
--with-udev-rules \
|
||||||
|
PYTHON=%{__python36}
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -84,12 +86,15 @@ The purpose of the tool is to configure a CUPS server (often the local machine)
|
|||||||
%{_datadir}/applications/system-config-printer.desktop
|
%{_datadir}/applications/system-config-printer.desktop
|
||||||
%dir %{_datadir}/system-config-printer
|
%dir %{_datadir}/system-config-printer
|
||||||
%{_datadir}/system-config-printer/*
|
%{_datadir}/system-config-printer/*
|
||||||
%{python3_sitelib}/cupshelpers/*
|
%{python36_sitelib}/cupshelpers/*
|
||||||
%{python3_sitelib}/cupshelpers-1.0-py*.egg-info
|
%{python36_sitelib}/cupshelpers-1.0-py*.egg-info
|
||||||
%{_mandir}/man1/system-config-printer.1*
|
%{_mandir}/man1/system-config-printer.1*
|
||||||
%{_mandir}/man1/system-config-printer-applet.1*
|
%{_mandir}/man1/system-config-printer-applet.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 01 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.11-2mamba
|
||||||
|
- rebuilt with python 3.6
|
||||||
|
|
||||||
* Wed Mar 21 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.11-1mamba
|
* Wed Mar 21 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.11-1mamba
|
||||||
- update to 1.5.11
|
- update to 1.5.11
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user