From 4fc876836e1ca02abdd6bce99b7fc35beb83a9fc Mon Sep 17 00:00:00 2001 From: ABF Date: Thu, 25 May 2023 12:26:13 +0000 Subject: [PATCH] Automatic import for version 0.15-1 --- .abf.yml | 2 ++ hotdoc.spec | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 .abf.yml create mode 100644 hotdoc.spec diff --git a/.abf.yml b/.abf.yml new file mode 100644 index 0000000..8ac937f --- /dev/null +++ b/.abf.yml @@ -0,0 +1,2 @@ +sources: + "hotdoc-0.15.tar.gz": 44917e6b4656844cb82b85d0c60f32d421069a2a diff --git a/hotdoc.spec b/hotdoc.spec new file mode 100644 index 0000000..c873006 --- /dev/null +++ b/hotdoc.spec @@ -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