rebuilt with python 3.10 [release 1.5.5-3mamba;Mon Jul 31 2023]
This commit is contained in:
parent
7df57e293b
commit
422eaed589
@ -1,6 +1,7 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||
Name: python-pkgconfig
|
||||
Version: 1.5.5
|
||||
Release: 1mamba
|
||||
Release: 3mamba
|
||||
Summary: A Python module to interface with the pkg-config command line tool
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -10,9 +11,8 @@ URL: https://pypi.org/project/pkgconfig/
|
||||
Source: https://pypi.debian.net/pkgconfig/pkgconfig-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython3-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython-devel
|
||||
Requires: python >= %python_version
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -36,18 +36,21 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
--install-lib=%{python_sitearch} \
|
||||
--record=%{name}.filelist
|
||||
|
||||
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
## note: this list is just an example; modify as required
|
||||
# %{python_sitearch}/%{name}.py*
|
||||
# %{python_sitearch}/%{name}.so
|
||||
%dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info
|
||||
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
|
||||
%doc LICENSE
|
||||
## note: add extra documentation (if any)
|
||||
# %doc README.rst
|
||||
|
||||
%changelog
|
||||
* Mon Jul 31 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.5-3mamba
|
||||
- rebuilt with python 3.10
|
||||
|
||||
* Mon Feb 14 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.5-2mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
* Tue Jul 20 2021 Automatic Build System <autodist@mambasoft.it> 1.5.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user