Matej Cepl 2021-09-17 19:41:23 +00:00 committed by Git OBS Bridge
parent af50cf637c
commit eab39a1bee

View File

@ -188,6 +188,12 @@ Python, and Macintosh Module Reference in PDF format.
sed -i 's/^version_required/dnl version_required/' configure.ac sed -i 's/^version_required/dnl version_required/' configure.ac
# COMMON-PREP-END # COMMON-PREP-END
# Update documentation formatting for Sphinx 3.0 (bpo#40204)
for i in `find Doc/ -type f -name "*.rst"`
do
sed -i 's/:c:type:/:c:expr:/g' $i
done
%build %build
TODAY_DATE=`date -r %{S:0} "+%B %d, %Y"` TODAY_DATE=`date -r %{S:0} "+%B %d, %Y"`
# TODO use not date of tarball but date of latest patch # TODO use not date of tarball but date of latest patch