diff --git a/PyQtChart.spec b/PyQtChart.spec index f40a7e0..d681580 100644 --- a/PyQtChart.spec +++ b/PyQtChart.spec @@ -1,7 +1,7 @@ %define majver %(echo %version | cut -d. -f1-2) Name: PyQtChart Version: 5.14.0 -Release: 1mamba +Release: 2mamba Summary: A set of Python bindings for The Qt Company’s Qt Charts library Group: System/Libraries Vendor: openmamba @@ -43,10 +43,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall INSTALL_ROOT=%{buildroot} +mv %{buildroot}%{python_sitearch}/QtChart.so \ + %{buildroot}%{python_sitearch}/PyQt5/QtChart.so + %files %{?pyappend} %defattr(-,root,root) %{python_sitearch}/PyQt5/QtChart.pyi -%{python_sitearch}/QtChart.so +%{python_sitearch}/PyQt5/QtChart.so %dir %{python_sitearch}/PyQtChart-%{version}.dist-info %{python_sitearch}/PyQtChart-%{version}.dist-info/* %{_datadir}/qt5/qsci/api/python/PyQtChart.api @@ -55,5 +58,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root %doc LICENSE %changelog +* Sat Apr 25 2020 Silvan Calarco 5.14.0-2mamba +- fix installation path of QtChart.so + * Tue Apr 14 2020 Silvan Calarco 5.14.0-1mamba - package created using the webbuild interface