From edcc883a94996ea61d0758e4dadcb9678dacc5fd Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:01:08 +0100 Subject: [PATCH] move packages from python_sitelib to _sitearch [release 1.9.73-2mamba;Sat Mar 02 2019] --- python-cups.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/python-cups.spec b/python-cups.spec index 77fd8ac..dbc74e1 100644 --- a/python-cups.spec +++ b/python-cups.spec @@ -1,6 +1,6 @@ Name: python-cups Version: 1.9.73 -Release: 1mamba +Release: 2mamba Summary: A set of Python bindings for the CUPS API Group: System/Libraries/Python Vendor: openmamba @@ -56,7 +56,7 @@ It was written for use with system-config-printer, but can be put to other uses %{__python} setup.py install \ --root="%{buildroot}" \ --install-headers=%{_includedir}/python \ - --install-lib=%{python_sitelib} + --install-lib=%{python_sitearch} %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -64,17 +64,20 @@ It was written for use with system-config-printer, but can be put to other uses %if "%?with_pyver" %files py%{pyver} %defattr(-,root,root) -%{python_sitelib}/cups.*.so +%{python_sitearch}/cups.*.so %else %files %defattr(-,root,root) -%{python_sitelib}/cups.so +%{python_sitearch}/cups.so %endif -%{python_sitelib}/pycups-*-py%{python_version}.egg-info +%{python_sitearch}/pycups-*-py%{python_version}.egg-info %doc COPYING #NEWS README TODO %changelog +* Sat Mar 02 2019 Silvan Calarco 1.9.73-2mamba +- move packages from python_sitelib to _sitearch + * Fri Dec 21 2018 Silvan Calarco 1.9.73-1mamba - update to 1.9.73