hotdoc/hotdoc.spec
2023-05-25 12:26:13 +00:00

38 lines
1 KiB
RPMSpec

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