[packages/sip6] - pl, more verbose files (so it's visible that there are no conflicts with sip 4.x, only with 5.x)

qboosh qboosh at pld-linux.org
Tue Apr 18 17:11:10 CEST 2023


commit 8de70c7be665f8ca03e302c8908a1da177264928
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Apr 18 17:13:46 2023 +0200

    - pl, more verbose files (so it's visible that there are no conflicts with sip 4.x, only with 5.x)

 sip6.spec | 22 ++++++++++++++++++----
 1 file changed, 18 insertions(+), 4 deletions(-)
---
diff --git a/sip6.spec b/sip6.spec
index ef1fce9..8b9b81e 100644
--- a/sip6.spec
+++ b/sip6.spec
@@ -1,9 +1,10 @@
 Summary:	SIP - Python/C++ Bindings Generator
+Summary(pl.UTF-8):	SIP - generator wiązań Python/C++
 Name:		sip6
 Version:	6.7.8
 Release:	1
 License:	GPL v2
-#Source0Download:        https://pypi.org/project/sip/
+#Source0Download: https://pypi.org/project/sip/
 Source0:	https://files.pythonhosted.org/packages/source/s/sip/sip-%{version}.tar.gz
 # Source0-md5:	e9838b911b296f944ce5848b60f01f61
 URL:		https://www.riverbankcomputing.com/software/sip
@@ -29,6 +30,13 @@ to create PyQt, the Python bindings for the Qt toolkit, but can be
 used to create bindings for any C or C++ library. For example it is
 also used to generate wxPython, the Python bindings for wxWidgets.
 
+%description -l pl.UTF-8
+SIP to zbiór narzędzi ułatwiających tworzenie wiązań Pythona do
+bibliotek C i C++. Pierwotnie powstał w 1998 roku, aby stworzyć PyQt -
+wiązań Pythona do biblioteki Qt, ale może być używany do tworzenia
+wiązań do dowolnej biblioteki C lub C++. Jest używana także np. do
+generowania wxPythona - wiązań Pythona do wxWidgets.
+
 %prep
 %setup -q -n sip-%{version}
 
@@ -37,6 +45,7 @@ also used to generate wxPython, the Python bindings for wxWidgets.
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %py3_install
 
 %clean
@@ -45,9 +54,14 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README
-%attr(755,root,root) %{_bindir}/sip*
-%dir %{py3_sitedir}/sipbuild
+%attr(755,root,root) %{_bindir}/sip-build
+%attr(755,root,root) %{_bindir}/sip-distinfo
+%attr(755,root,root) %{_bindir}/sip-install
+%attr(755,root,root) %{_bindir}/sip-module
+%attr(755,root,root) %{_bindir}/sip-sdist
+%attr(755,root,root) %{_bindir}/sip-wheel
 %{py3_sitedir}/sip-%{version}-py*.egg-info
+%dir %{py3_sitedir}/sipbuild
 %{py3_sitedir}/sipbuild/*.py
 %attr(755,root,root) %{py3_sitedir}/sipbuild/*.so
 %{py3_sitedir}/sipbuild/__pycache__
@@ -72,7 +86,7 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{py3_sitedir}/sipbuild/module
 %{py3_sitedir}/sipbuild/module/*.py
 %{py3_sitedir}/sipbuild/module/__pycache__
+%{py3_sitedir}/sipbuild/module/source
 %dir %{py3_sitedir}/sipbuild/tools
 %{py3_sitedir}/sipbuild/tools/*.py
 %{py3_sitedir}/sipbuild/tools/__pycache__
-%{py3_sitedir}/sipbuild/module/source
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sip6.git/commitdiff/8de70c7be665f8ca03e302c8908a1da177264928



More information about the pld-cvs-commit mailing list