[packages/python3-PyQt5-sip] - pl, fixed license, updated dependencies
qboosh
qboosh at pld-linux.org
Sat Sep 28 21:37:24 CEST 2024
commit a8e7f19294152792c341131900e59ee3dd9c2d60
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Sep 28 21:40:32 2024 +0200
- pl, fixed license, updated dependencies
python3-PyQt5-sip.spec | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/python3-PyQt5-sip.spec b/python3-PyQt5-sip.spec
index d1de171..a24cb11 100644
--- a/python3-PyQt5-sip.spec
+++ b/python3-PyQt5-sip.spec
@@ -1,26 +1,31 @@
%define module PyQt5-sip
Summary: The sip module support for PyQt5
+Summary(pl.UTF-8): Obsługa PyQt5 dla modułu sip
Name: python3-%{module}
Version: 12.15.0
Release: 1
Epoch: 2
-License: GPL v3
+License: BSD
Group: Libraries/Python
-#Source0Download: https://pypi.org/simple/MODULE/
+#Source0Download: https://pypi.org/simple/pyqt5-sip/
Source0: https://files.pythonhosted.org/packages/source/P/PyQt5_sip/PyQt5_sip-%{version}.tar.gz
# Source0-md5: 9e0909e79f40619b0f2d3d3c33b4d4f7
URL: https://www.riverbankcomputing.com/software/sip/
-BuildRequires: python3-devel >= 1:3.7
-BuildRequires: python3-setuptools
+BuildRequires: python3-devel >= 1:3.8
+BuildRequires: python3-setuptools >= 1:30.3
+BuildRequires: python3-wheel
BuildRequires: rpm-build >= 4.6
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.714
-Requires: python3-modules >= 1:3.7
+Requires: python3-modules >= 1:3.8
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
The sip extension module provides support for the PyQt5 package.
+%description -l pl.UTF-8
+Rozszerzenie modułu wip, zapewniające obsługę pakietu PyQt5.
+
%prep
%setup -q -n PyQt5_sip-%{version}
@@ -37,6 +42,6 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc README
-%attr(755,root,root) %{py3_sitedir}/PyQt5/*.so
+%doc LICENSE README
+%attr(755,root,root) %{py3_sitedir}/PyQt5/sip.cpython-*.so
%{py3_sitedir}/PyQt5_sip-%{version}-py*.egg-info
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-PyQt5-sip.git/commitdiff/a8e7f19294152792c341131900e59ee3dd9c2d60
More information about the pld-cvs-commit
mailing list