[packages/python3-gbinder] up to 1.2.1
atler
atler at pld-linux.org
Wed Mar 19 02:28:36 CET 2025
commit 4af4b54ba684e58b4cbc2d09305771192b5081af
Author: Jan Palus <atler at pld-linux.org>
Date: Wed Mar 19 00:36:42 2025 +0100
up to 1.2.1
python3-gbinder.spec | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/python3-gbinder.spec b/python3-gbinder.spec
index 54e404a..50a1185 100644
--- a/python3-gbinder.spec
+++ b/python3-gbinder.spec
@@ -2,14 +2,14 @@
Summary: Cython extension module for C++ gbinder functions
Summary(pl.UTF-8): Moduł rozszerzenia Cythona do funkcji C++ biblioteki gbinder
Name: python3-%{module}
-Version: 1.1.1
-Release: 3
+Version: 1.2.1
+Release: 1
License: GPL v3
Group: Libraries/Python
-#Source0Download: https://github.com/erfanoabdi/gbinder-python/tags/
-Source0: https://github.com/erfanoabdi/gbinder-python/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 47e15c2768963a5184a489ae2d073116
-URL: https://github.com/erfanoabdi/gbinder-python
+#Source0Download: https://pypi.org/simple/gbinder/
+Source0: https://files.pythonhosted.org/packages/source/g/gbinder/%{module}-%{version}.tar.gz
+# Source0-md5: 5e7576075821dd2ca3b153002528ffb8
+URL: https://github.com/Kyle6012/gbinder
BuildRequires: libgbinder-devel
BuildRequires: libglibutil-devel
BuildRequires: pkgconfig
@@ -28,10 +28,10 @@ Cython extension module for C++ gbinder functions.
Moduł rozszerzenia Cythona do funkcji C++ biblioteki gbinder.
%prep
-%setup -q -n %{module}-python-%{version}
+%setup -q -n %{module}-%{version}
%build
-%py3_build build_ext --cython
+%py3_build
%install
rm -rf $RPM_BUILD_ROOT
@@ -45,4 +45,4 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc README.md
%attr(755,root,root) %{py3_sitedir}/gbinder.cpython-*.so
-%{py3_sitedir}/gbinder_python-%{version}-py*.egg-info
+%{py3_sitedir}/gbinder-%{version}-py*.egg-info
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-gbinder.git/commitdiff/4af4b54ba684e58b4cbc2d09305771192b5081af
More information about the pld-cvs-commit
mailing list