]> git.pld-linux.org Git - packages/python3-rst2pdf.git/commitdiff
- package more basic doc files; stop on gen_docs.sh error master auto/th/python3-rst2pdf-0.99-2
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 28 Jun 2022 19:52:11 +0000 (21:52 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 28 Jun 2022 19:52:11 +0000 (21:52 +0200)
python3-rst2pdf.spec

index 7fe987b3151893344810750802bb2beb21d4de50..081cb3dc0742e57ce0942820c4d065afe12f4dfe 100644 (file)
@@ -60,7 +60,7 @@ PodrÄ™cznik do biblioteki rst2pdf.
 %prep
 %setup -q -n rst2pdf-%{version}
 
-%{__sed} -i -e 's,python ,%{__python3} ,' doc/gen_docs.sh
+%{__sed} -i -e '2iset -eu' -e 's,python ,%{__python3} ,' doc/gen_docs.sh
 
 %build
 %py3_build
@@ -88,7 +88,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README.rst
+%doc CHANGES.rst Contributors.txt LICENSE.txt README.rst
 %attr(755,root,root) %{_bindir}/rst2pdf
 %attr(755,root,root) %{_bindir}/rst2pdf-3
 %{py3_sitescriptdir}/rst2pdf
This page took 0.19403 seconds and 4 git commands to generate.