rebuilt with distdeps [release 0.13.7-2mamba;Sun Feb 13 2022]
This commit is contained in:
parent
b6e7152f88
commit
ec5a37da3b
32
hotdoc.spec
32
hotdoc.spec
@ -1,6 +1,6 @@
|
||||
Name: hotdoc
|
||||
Version: 0.13.7
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A documentation micro-framework
|
||||
Group: Applications/Development
|
||||
Vendor: openmamba
|
||||
@ -15,19 +15,18 @@ BuildRequires: libglib-devel
|
||||
BuildRequires: libjson-glib-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: python3.7dist(appdirs)
|
||||
BuildRequires: python3.7dist(cchardet)
|
||||
BuildRequires: python3.7dist(dbus-deviation)
|
||||
BuildRequires: python3.7dist(lxml)
|
||||
BuildRequires: python3.7dist(networkx)
|
||||
BuildRequires: python3.7dist(pkgconfig)
|
||||
BuildRequires: python3.7dist(pyyaml)
|
||||
BuildRequires: python3.7dist(schema)
|
||||
BuildRequires: python3.7dist(setuptools)
|
||||
BuildRequires: python3.7dist(toposort)
|
||||
BuildRequires: python3.7dist(wheezy.template)
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: python-schema-py3
|
||||
Requires: python-networkx-py3
|
||||
Requires: python-cchardet-py3
|
||||
Requires: python-pkgconfig-py3
|
||||
Requires: python-dbus-deviation-py3
|
||||
Requires: python-xdg-py3
|
||||
Requires: python-toposort-py3
|
||||
Requires: python-wheezy-template-py3
|
||||
Requires: python-decorator-py3
|
||||
Requires: python-contextlib2-py3
|
||||
Requires: python-lxml-py3
|
||||
Requires: python-appdirs-py3
|
||||
|
||||
%description
|
||||
Hotdoc is a documentation micro-framework. It provides an interface for extensions to plug upon, along with some base objects (formatters, ...).
|
||||
@ -50,12 +49,17 @@ CFLAGS="%{optflags}" %{__python3} setup.py build
|
||||
--install-lib=%{python3_sitearch} \
|
||||
--record=%{name}.filelist
|
||||
|
||||
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%dir %{python3_sitearch}/hotdoc-%{version}-py*.egg-info
|
||||
%{python3_sitearch}/hotdoc-%{version}-py*.egg-info/*
|
||||
|
||||
%changelog
|
||||
* Sun Feb 13 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13.7-2mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
* Fri Oct 01 2021 Automatic Build System <autodist@mambasoft.it> 0.13.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user