]> git.pld-linux.org Git - packages/python-PySide.git/commitdiff
- updated to PySide 1.2.4
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 22 Apr 2021 20:06:25 +0000 (22:06 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 22 Apr 2021 20:06:25 +0000 (22:06 +0200)
python-PySide.spec

index 0cf5d89177e0461abb7ed73ea67a44e948e5fc57..e0c2582fc9d5a8035b66aba55a01ba95d128c79e 100644 (file)
@@ -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
This page took 0.066555 seconds and 4 git commands to generate.