2024-01-05 17:30:11 +01:00
|
|
|
Name: rst2pdf
|
2024-01-05 17:30:12 +01:00
|
|
|
Version: 0.98
|
2024-01-05 17:30:12 +01:00
|
|
|
Release: 2mamba
|
2024-01-05 17:30:11 +01:00
|
|
|
Summary: Convert reStructuredText to PDF via ReportLab
|
|
|
|
Group: System/Libraries/Python
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 17:30:12 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 17:30:11 +01:00
|
|
|
URL: https://github.com/rst2pdf/rst2pdf
|
|
|
|
Source: https://github.com/rst2pdf/rst2pdf.git/%{version}/rst2pdf-%{version}.tar.bz2
|
2024-01-05 17:30:11 +01:00
|
|
|
Patch: rst2pdf-0.16-docutils_0.8.patch
|
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-05 17:30:11 +01:00
|
|
|
BuildRequires: libpython3-devel
|
2024-01-05 17:30:12 +01:00
|
|
|
BuildRequires: python3.7dist(docutils)
|
|
|
|
BuildRequires: python3.7dist(importlib-metadata)
|
|
|
|
BuildRequires: python3.7dist(jinja2)
|
|
|
|
BuildRequires: python3.7dist(packaging)
|
|
|
|
BuildRequires: python3.7dist(pygments)
|
|
|
|
BuildRequires: python3.7dist(reportlab)
|
|
|
|
BuildRequires: python3.7dist(setuptools)
|
|
|
|
BuildRequires: python3.7dist(smartypants)
|
2024-01-05 17:30:11 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 17:30:11 +01:00
|
|
|
Requires: python3 >= %python_version
|
|
|
|
Requires: python-reportlab-py3
|
2024-01-05 17:30:11 +01:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
Convert reStructuredText to PDF via ReportLab.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
#%patch -p1
|
|
|
|
|
|
|
|
%build
|
2024-01-05 17:30:11 +01:00
|
|
|
%{__python3} setup.py build
|
2024-01-05 17:30:11 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-05 17:30:11 +01:00
|
|
|
%{__python3} setup.py install \
|
2024-01-05 17:30:11 +01:00
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
2024-01-05 17:30:11 +01:00
|
|
|
--install-headers=%{python3_inc}/python \
|
|
|
|
--install-lib=%{python3_sitearch} \
|
2024-01-05 17:30:11 +01:00
|
|
|
--single-version-externally-managed \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
2024-01-05 17:30:12 +01:00
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
2024-01-05 17:30:11 +01:00
|
|
|
|
|
|
|
#install -D -m 644 doc/rst2pdf.1 \
|
|
|
|
# %{buildroot}/%{_mandir}/man1/rst2pdf.1
|
|
|
|
#echo "%{_mandir}/man1/rst2pdf.1.gz" >> %{name}.filelist
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f %{name}.filelist
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 17:30:12 +01:00
|
|
|
%dir %{python3_sitearch}/rst2pdf-*-py*.egg-info
|
|
|
|
%{python3_sitearch}/rst2pdf-*-py*.egg-info/*
|
2024-01-05 17:30:11 +01:00
|
|
|
%doc LICENSE.txt
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 17:30:12 +01:00
|
|
|
* Sun Oct 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.98-2mamba
|
|
|
|
- rebuilt with distdeps
|
|
|
|
|
2024-01-05 17:30:12 +01:00
|
|
|
* Mon Feb 22 2021 Automatic Build System <autodist@mambasoft.it> 0.98-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:30:11 +01:00
|
|
|
* Wed Feb 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.95.1-1mamba
|
|
|
|
- update to 0.95.1
|
|
|
|
|
2024-01-05 17:30:11 +01:00
|
|
|
* Thu Aug 09 2012 Automatic Build System <autodist@mambasoft.it> 0.92-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Dec 21 2011 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.16-2mamba
|
|
|
|
- fixing compatibility with docutils 0.8
|
|
|
|
|
|
|
|
* Tue Oct 12 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.16-1mamba
|
|
|
|
- package created by autospec
|