update to 0.13.2 [release 0.13.2-1mamba;Wed Feb 24 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 23:42:35 +01:00
parent 9c3b56d022
commit 496c413fd9

View File

@ -1,6 +1,6 @@
Name: hotdoc Name: hotdoc
Version: 0.12.2 Version: 0.13.2
Release: 4mamba Release: 1mamba
Summary: A documentation micro-framework Summary: A documentation micro-framework
Group: Applications/Development Group: Applications/Development
Vendor: openmamba Vendor: openmamba
@ -19,18 +19,17 @@ BuildRequires: libpython3-devel
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: python-schema-py3 Requires: python-schema-py3
Requires: python-networkx1-py3 Requires: python-networkx-py3
Requires: python-cchardet-py3 Requires: python-cchardet-py3
Requires: python-pkgconfig-py3 = 1.1.0 Requires: python-pkgconfig-py3
Requires: python-dbus-deviation-py3 Requires: python-dbus-deviation-py3
Requires: python-xdg-py3 Requires: python-xdg-py3
Requires: python-toposort-py3 Requires: python-toposort-py3
Requires: python-wheezy-template-py3 = 0.1.167 Requires: python-wheezy-template-py3
Requires: python-decorator-py3 Requires: python-decorator-py3
Requires: python-contextlib2-py3 Requires: python-contextlib2-py3
Requires: python-lxml-py3 Requires: python-lxml-py3
Requires: python-appdirs-py3 Requires: python-appdirs-py3
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Hotdoc is a documentation micro-framework. It provides an interface for extensions to plug upon, along with some base objects (formatters, ...). Hotdoc is a documentation micro-framework. It provides an interface for extensions to plug upon, along with some base objects (formatters, ...).
@ -41,7 +40,8 @@ Hotdoc is a documentation micro-framework. It provides an interface for extensio
%setup -q %setup -q
%build %build
CFLAGS="%{optflags}" %{__python3} setup.py build || %{__python3} setup.py build CFLAGS="%{optflags}" %{__python3} setup.py build
#|| %{__python3} setup.py build
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -58,6 +58,9 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Wed Feb 24 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13.2-1mamba
- update to 0.13.2
* Sun Oct 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.2-4mamba * Sun Oct 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.2-4mamba
- require python-appdirs-py3 - require python-appdirs-py3