rebuilt with distdeps [release 2.0.0a1-2mamba;Sat Apr 03 2021]
This commit is contained in:
parent
4827db7e8d
commit
54f5b2c6d1
@ -1,6 +1,6 @@
|
||||
Name: python-markupsafe
|
||||
Version: 2.0.0a1
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Implements a XML/HTML/XHTML Markup safe string for Python
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -11,11 +11,8 @@ Source: https://pypi.debian.net/MarkupSafe/MarkupSafe-%{version}.tar.gz
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libpython3-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython3-devel >= 3.7.4
|
||||
Requires: python >= %python_version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -40,13 +37,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
--single-version-externally-managed \
|
||||
--record=%{name}.filelist
|
||||
|
||||
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitearch}/MarkupSafe-%{version}-py*.egg-info
|
||||
%{python_sitearch}/MarkupSafe-%{version}-py*.egg-info/*
|
||||
%doc README.rst
|
||||
|
||||
%changelog
|
||||
* Sat Apr 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.0a1-2mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
* Wed Sep 09 2020 Automatic Build System <autodist@mambasoft.it> 2.0.0a1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user