rebuilt with distdeps [release 0.98-2mamba;Sun Oct 31 2021]
This commit is contained in:
parent
054587ed12
commit
cd44de7ee5
26
rst2pdf.spec
26
rst2pdf.spec
@ -1,28 +1,29 @@
|
|||||||
Name: rst2pdf
|
Name: rst2pdf
|
||||||
Version: 0.98
|
Version: 0.98
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Convert reStructuredText to PDF via ReportLab
|
Summary: Convert reStructuredText to PDF via ReportLab
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/rst2pdf/rst2pdf
|
URL: https://github.com/rst2pdf/rst2pdf
|
||||||
Source: https://github.com/rst2pdf/rst2pdf.git/%{version}/rst2pdf-%{version}.tar.bz2
|
Source: https://github.com/rst2pdf/rst2pdf.git/%{version}/rst2pdf-%{version}.tar.bz2
|
||||||
Patch: rst2pdf-0.16-docutils_0.8.patch
|
Patch: rst2pdf-0.16-docutils_0.8.patch
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
|
||||||
BuildRequires: ldconfig
|
|
||||||
BuildRequires: libglib-devel
|
|
||||||
BuildRequires: libjson-glib-devel
|
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython3-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: python3.7dist(docutils)
|
||||||
BuildRequires: python3
|
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)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: python3 >= %python_version
|
Requires: python3 >= %python_version
|
||||||
Requires: python-reportlab-py3
|
Requires: python-reportlab-py3
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Convert reStructuredText to PDF via ReportLab.
|
Convert reStructuredText to PDF via ReportLab.
|
||||||
@ -44,7 +45,7 @@ Convert reStructuredText to PDF via ReportLab.
|
|||||||
--single-version-externally-managed \
|
--single-version-externally-managed \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
#install -D -m 644 doc/rst2pdf.1 \
|
#install -D -m 644 doc/rst2pdf.1 \
|
||||||
# %{buildroot}/%{_mandir}/man1/rst2pdf.1
|
# %{buildroot}/%{_mandir}/man1/rst2pdf.1
|
||||||
@ -55,9 +56,14 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
|
|
||||||
%files -f %{name}.filelist
|
%files -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python3_sitearch}/rst2pdf-*-py*.egg-info
|
||||||
|
%{python3_sitearch}/rst2pdf-*-py*.egg-info/*
|
||||||
%doc LICENSE.txt
|
%doc LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.98-2mamba
|
||||||
|
- rebuilt with distdeps
|
||||||
|
|
||||||
* Mon Feb 22 2021 Automatic Build System <autodist@mambasoft.it> 0.98-1mamba
|
* Mon Feb 22 2021 Automatic Build System <autodist@mambasoft.it> 0.98-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user