[packages/python-PySide] - updated to PySide 1.2.4
qboosh
qboosh at pld-linux.org
Thu Apr 22 22:04:41 CEST 2021
commit 6dd402f6b5ff46f65d665612064a11caf8d152cf
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Apr 22 22:06:25 2021 +0200
- updated to PySide 1.2.4
python-PySide.spec | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-PySide.git/commitdiff/6dd402f6b5ff46f65d665612064a11caf8d152cf
More information about the pld-cvs-commit
mailing list