move packages from python_sitelib to _sitearch [release 1.9.73-2mamba;Sat Mar 02 2019]
This commit is contained in:
parent
742f8783c3
commit
edcc883a94
@ -1,6 +1,6 @@
|
|||||||
Name: python-cups
|
Name: python-cups
|
||||||
Version: 1.9.73
|
Version: 1.9.73
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A set of Python bindings for the CUPS API
|
Summary: A set of Python bindings for the CUPS API
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
Vendor: openmamba
|
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 \
|
%{__python} setup.py install \
|
||||||
--root="%{buildroot}" \
|
--root="%{buildroot}" \
|
||||||
--install-headers=%{_includedir}/python \
|
--install-headers=%{_includedir}/python \
|
||||||
--install-lib=%{python_sitelib}
|
--install-lib=%{python_sitearch}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{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"
|
%if "%?with_pyver"
|
||||||
%files py%{pyver}
|
%files py%{pyver}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{python_sitelib}/cups.*.so
|
%{python_sitearch}/cups.*.so
|
||||||
%else
|
%else
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{python_sitelib}/cups.so
|
%{python_sitearch}/cups.so
|
||||||
%endif
|
%endif
|
||||||
%{python_sitelib}/pycups-*-py%{python_version}.egg-info
|
%{python_sitearch}/pycups-*-py%{python_version}.egg-info
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
#NEWS README TODO
|
#NEWS README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 02 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.73-2mamba
|
||||||
|
- move packages from python_sitelib to _sitearch
|
||||||
|
|
||||||
* Fri Dec 21 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.73-1mamba
|
* Fri Dec 21 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.73-1mamba
|
||||||
- update to 1.9.73
|
- update to 1.9.73
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user