Automatic import for version 0.15-1

This commit is contained in:
ABF 2023-05-25 12:26:13 +00:00
commit 4fc876836e
2 changed files with 40 additions and 0 deletions

2
.abf.yml Normal file
View file

@ -0,0 +1,2 @@
sources:
"hotdoc-0.15.tar.gz": 44917e6b4656844cb82b85d0c60f32d421069a2a

38
hotdoc.spec Normal file
View file

@ -0,0 +1,38 @@
Summary: A documentation tool micro-framework
Name: hotdoc
Version: 0.15
Release: 1
License: LGPLv2.1+
Group: Text tools
URL: https://github.com/hotdoc/hotdoc
Source: https://files.pythonhosted.org/packages/source/h/hotdoc/%{name}-%{version}.tar.gz
BuildRequires: flex
BuildRequires: glib2-devel
BuildRequires: json-glib-devel
BuildRequires: libxml2-devel
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description
Hotdoc is a documentation micro-framework. It provides an interface for
extensions to plug upon, along with some base objects (formatters, ...)
See https://hotdoc.github.io for more unformation.
%files
%license COPYING
%doc README.md
%{_bindir}/hotdoc
%{_bindir}/hotdoc_dep_printer
%{_libdir}/python3.11/site-packages/hotdoc/*
%{_libdir}/python3.11/site-packages/hotdoc-0.15-py3.11.egg-info/*
#------------------------------------------------------------------
%prep
%autosetup -p1
%build
%py3_build
%install
%py3_install