From: Jakub Bogusz Date: Thu, 22 Apr 2021 20:06:25 +0000 (+0200) Subject: - updated to PySide 1.2.4 X-Git-Tag: auto/th/python-PySide-4.8_1.2.4-1~2 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=6dd402f6b5ff46f65d665612064a11caf8d152cf;p=packages%2Fpython-PySide.git - updated to PySide 1.2.4 --- diff --git a/python-PySide.spec b/python-PySide.spec index 0cf5d89..e0c2582 100644 --- a/python-PySide.spec +++ b/python-PySide.spec @@ -1,6 +1,6 @@ # TODO: python3 version? %define qt_ver 4.8 -%define pyside_ver 1.2.2 +%define pyside_ver 1.2.4 # # Conditional build: %bcond_with apidocs # build API documentation (needs Qt sources) @@ -9,13 +9,13 @@ Summary: PySide - Python bindings for the Qt 4 toolkit Summary(pl.UTF-8): PySide - wiązania Pythona do toolkitu Qt 4 Name: python-PySide Version: %{qt_ver}_%{pyside_ver} -Release: 2 +Release: 1 License: LGPL v2.1+ Group: Libraries/Python -#Source0Download: http://qt-project.org/wiki/category:LanguageBindings::PySide::Downloads -Source0: http://download.qt-project.org/official_releases/pyside/pyside-qt%{qt_ver}+%{pyside_ver}.tar.bz2 -# Source0-md5: 1969c2ff90eefaa4b200d234059d2287 -URL: http://qt-project.org/wiki/PySide/ +#Source0Download: https://github.com/pyside/PySide/releases +Source0: https://github.com/pyside/PySide/archive/%{pyside_ver}/PySide-%{pyside_ver}.tar.gz +# Source0-md5: c28563e1f3c3ce269a7cc634f97d271c +URL: https://github.com/pyside/PySide/ BuildRequires: OpenGL-devel BuildRequires: QtCore-devel >= %{qt_ver} BuildRequires: QtDeclarative-devel >= %{qt_ver} @@ -74,7 +74,7 @@ Development files for PySide bindings. Pliki programistyczne dla wiązań PySide. %prep -%setup -q -n pyside-qt%{qt_ver}+%{pyside_ver} +%setup -q -n PySide-%{pyside_ver} %build install -d build @@ -82,6 +82,7 @@ cd build %cmake .. %{__make} +cd .. %install rm -rf $RPM_BUILD_ROOT @@ -101,7 +102,6 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc ChangeLog %attr(755,root,root) %{_libdir}/libpyside-python%{py_ver}.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libpyside-python%{py_ver}.so.1.2 %dir %{py_sitedir}/PySide