109 lines
3.6 KiB
RPMSpec
109 lines
3.6 KiB
RPMSpec
Name: hotdoc
|
|
Version: 0.16
|
|
Release: 2mamba
|
|
Summary: A documentation micro-framework
|
|
Group: Applications/Development
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://github.com/hotdoc/hotdoc
|
|
Source: https+git://github.com/hotdoc/hotdoc.git/%{version}/hotdoc-%{version}.tar.bz2
|
|
License: LGPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libjson-glib-devel
|
|
BuildRequires: libpython311-devel
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: python3.11dist(appdirs)
|
|
BuildRequires: python3.11dist(dbus-deviation)
|
|
BuildRequires: python3.11dist(faust-cchardet)
|
|
BuildRequires: python3.11dist(lxml)
|
|
BuildRequires: python3.11dist(networkx)
|
|
BuildRequires: python3.11dist(pkgconfig)
|
|
BuildRequires: python3.11dist(pyyaml)
|
|
BuildRequires: python3.11dist(schema)
|
|
BuildRequires: python3.11dist(setuptools)
|
|
BuildRequires: python3.11dist(toposort)
|
|
BuildRequires: python3.11dist(wheezy.template)
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
Hotdoc is a documentation micro-framework. It provides an interface for extensions to plug upon, along with some base objects (formatters, ...).
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
CFLAGS="%{optflags}" %{__python3} setup.py build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%{__python3} setup.py install \
|
|
-O1 --skip-build \
|
|
--root="%{buildroot}" \
|
|
--install-headers=%{python3_inc} \
|
|
--install-lib=%{python3_sitearch} \
|
|
--record=%{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
|
|
* Tue Apr 16 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16-2mamba
|
|
- rebuilt with python3 ~= 0.16
|
|
|
|
* Sat Nov 11 2023 Automatic Build System <autodist@mambasoft.it> 0.16-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Nov 03 2023 Automatic Build System <autodist@mambasoft.it> 0.15.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Aug 01 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.15-2mamba
|
|
- rebuilt with python 3.10
|
|
|
|
* Thu Apr 27 2023 Automatic Build System <autodist@mambasoft.it> 0.15-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Apr 14 2023 Automatic Build System <autodist@mambasoft.it> 0.14.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Dec 03 2022 Automatic Build System <autodist@mambasoft.it> 0.14.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* 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
|
|
|
|
* Sun Sep 05 2021 Automatic Build System <autodist@mambasoft.it> 0.13.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jul 08 2021 Automatic Build System <autodist@mambasoft.it> 0.13.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Mar 16 2021 Automatic Build System <autodist@mambasoft.it> 0.13.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* 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
|
|
|
|
* Sat Oct 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.2-3mamba
|
|
- require python-lxml-py3
|
|
|
|
* Sun Sep 27 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.2-2mamba
|
|
- added python requirements
|
|
|
|
* Sun Sep 27 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.2-1mamba
|
|
- package created using the webbuild interface
|