rebuilt with distdeps [release 0.5.1-3mamba;Sun Feb 13 2022]
This commit is contained in:
parent
918221a680
commit
42ef36120e
@ -1,19 +1,19 @@
|
|||||||
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-webencodings
|
Name: python-webencodings
|
||||||
Version: 0.5.1
|
Version: 0.5.1
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: A Python implementation of the WHATWG Encoding standard
|
Summary: A Python implementation of the WHATWG Encoding standard
|
||||||
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: https://pypi.python.org/pypi/webencodings
|
URL: https://pypi.org/project/webencodings/
|
||||||
Source: https://pypi.debian.net/webencodings/webencodings-%{version}.tar.gz
|
Source: https://pypi.debian.net/webencodings/webencodings-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: python >= %python_version
|
Requires: python >= %python_version
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -37,10 +37,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 13 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.1-3mamba
|
||||||
|
- rebuilt with distdeps
|
||||||
|
|
||||||
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.1-2mamba
|
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.1-2mamba
|
||||||
- rebuilt wit py3* packages
|
- rebuilt wit py3* packages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user