update to 0.13.2 [release 0.13.2-1mamba;Wed Feb 24 2021]
This commit is contained in:
parent
9c3b56d022
commit
496c413fd9
17
hotdoc.spec
17
hotdoc.spec
@ -1,6 +1,6 @@
|
||||
Name: hotdoc
|
||||
Version: 0.12.2
|
||||
Release: 4mamba
|
||||
Version: 0.13.2
|
||||
Release: 1mamba
|
||||
Summary: A documentation micro-framework
|
||||
Group: Applications/Development
|
||||
Vendor: openmamba
|
||||
@ -19,18 +19,17 @@ BuildRequires: libpython3-devel
|
||||
BuildRequires: libxml2-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: python-schema-py3
|
||||
Requires: python-networkx1-py3
|
||||
Requires: python-networkx-py3
|
||||
Requires: python-cchardet-py3
|
||||
Requires: python-pkgconfig-py3 = 1.1.0
|
||||
Requires: python-pkgconfig-py3
|
||||
Requires: python-dbus-deviation-py3
|
||||
Requires: python-xdg-py3
|
||||
Requires: python-toposort-py3
|
||||
Requires: python-wheezy-template-py3 = 0.1.167
|
||||
Requires: python-wheezy-template-py3
|
||||
Requires: python-decorator-py3
|
||||
Requires: python-contextlib2-py3
|
||||
Requires: python-lxml-py3
|
||||
Requires: python-appdirs-py3
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
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
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" %{__python3} setup.py build || %{__python3} setup.py build
|
||||
CFLAGS="%{optflags}" %{__python3} setup.py build
|
||||
#|| %{__python3} setup.py build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -58,6 +58,9 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%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
|
||||
- require python-appdirs-py3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user