rebuilt with distdeps [release 1.10.0-2mamba;Wed Mar 31 2021]
This commit is contained in:
parent
2074a1bbaa
commit
cb02730065
@ -1,20 +1,21 @@
|
|||||||
Name: python-py
|
Name: python-py
|
||||||
Version: 1.10.0
|
Version: 1.10.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: library with cross-python path, ini-parsing, io, code, log facilities
|
Summary: library with cross-python path, ini-parsing, io, code, log facilities
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
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
|
Source: https://pypi.debian.net/py/py-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## note: run 'autospec -u -a6 python-py' to get the list of build requirements.
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython-devel
|
|
||||||
Requires: python >= %python_version
|
%if 0%{?with_pyver}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -30,22 +31,22 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
%{__python} setup.py install \
|
%{__python} setup.py install \
|
||||||
-O1 --skip-build \
|
-O1 --skip-build \
|
||||||
--root="%{buildroot}" \
|
--root="%{buildroot}" \
|
||||||
--install-headers=%{_includedir}/python \
|
--install-headers=%{python_inc} \
|
||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--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)
|
%defattr(-,root,root)
|
||||||
## note: this list is just an example; modify as required
|
%dir %{python_sitearch}/py-%{version}-py*.egg-info
|
||||||
# %{python_sitearch}/%{name}.py*
|
%{python_sitearch}/py-%{version}-py*.egg-info/*
|
||||||
# %{python_sitearch}/%{name}.so
|
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
## note: eventually add the remaining documents (if any)
|
|
||||||
# %doc README.txt
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Dec 24 2020 Automatic Build System <autodist@mambasoft.it> 1.10.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user