rebuilt with distdeps [release 1.10.0-2mamba;Wed Mar 31 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 16:22:12 +01:00
parent 2074a1bbaa
commit cb02730065

View File

@ -1,20 +1,21 @@
Name: python-py
Version: 1.10.0
Release: 1mamba
Release: 2mamba
Summary: library with cross-python path, ini-parsing, io, code, log facilities
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://pylib.readthedocs.org/en/latest/
URL: https://pylib.readthedocs.org/en/latest/
Source: https://pypi.debian.net/py/py-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
## note: run 'autospec -u -a6 python-py' to get the list of build requirements.
BuildRequires: libpython3-devel
## AUTOBUILDREQ-END
BuildRequires: libpython-devel
Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%if 0%{?with_pyver}
%pyver_package
%endif
%description
%{summary}.
@ -30,22 +31,22 @@ CFLAGS="%{optflags}" %{__python} setup.py build
%{__python} setup.py install \
-O1 --skip-build \
--root="%{buildroot}" \
--install-headers=%{_includedir}/python \
--install-headers=%{python_inc} \
--install-lib=%{python_sitearch} \
--record=%{name}.filelist
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files -f %{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}/py-%{version}-py*.egg-info
%{python_sitearch}/py-%{version}-py*.egg-info/*
%doc LICENSE
## note: eventually add the remaining documents (if any)
# %doc README.txt
%changelog
* Wed Mar 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.0-2mamba
- rebuilt with distdeps
* Thu Dec 24 2020 Automatic Build System <autodist@mambasoft.it> 1.10.0-1mamba
- automatic version update by autodist