update to 0.8.4 (downgraded with epoch bump) [release 0.8.4-1mamba;Sun Feb 13 2022]
This commit is contained in:
parent
72ae2e9ac2
commit
ee7da75c1f
@ -1,6 +1,4 @@
|
|||||||
# python-mistune
|
# python-mistune
|
||||||
|
|
||||||
A fast markdown parser in pure Python with renderer feature, inspired by marked and misaka.
|
|
||||||
|
|
||||||
A fast markdown parser in pure Python.
|
A fast markdown parser in pure Python.
|
||||||
|
|
||||||
|
@ -1,24 +1,23 @@
|
|||||||
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-mistune
|
Name: python-mistune
|
||||||
Version: 2.0.0a4
|
Epoch: 1
|
||||||
|
Version: 0.8.4
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A fast markdown parser in pure Python
|
Summary: A fast markdown parser in pure Python
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/lepture/mistune
|
URL: https://github.com/lepture/mistune
|
||||||
Source: https://github.com/lepture/mistune/archive/v%{version}.tar.gz
|
Source: https://pypi.debian.net/mistune/mistune-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython-devel
|
|
||||||
BuildRequires: Cython
|
|
||||||
BuildRequires: python-nose
|
|
||||||
BuildRequires: python-setuptools
|
|
||||||
Requires: python >= %python_version
|
|
||||||
|
|
||||||
%description
|
%if 0%{?with_pyver}
|
||||||
A fast markdown parser in pure Python with renderer feature, inspired by marked and misaka.
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -34,17 +33,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)
|
||||||
%doc LICENSE README.rst
|
%dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
|
||||||
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 13 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.4-1mamba
|
||||||
|
- update to 0.8.4 (downgraded with epoch bump)
|
||||||
|
|
||||||
* Wed Apr 28 2021 Automatic Build System <autodist@mambasoft.it> 2.0.0a4-1mamba
|
* Wed Apr 28 2021 Automatic Build System <autodist@mambasoft.it> 2.0.0a4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user