forked from pool/python-service_identity
Accepting request 639411 from home:bmwiedemann:branches:devel:languages:python
Reduce parallelism of sphinx-build to ensure reproducible builds (boo#1102408) Without this, man pages and index.html has variations in apostrophes: /usr/share/doc/packages/python2-service_identity/index.html -Generally speaking, you shouldn’t ever be afraid of updating.</p> +Generally speaking, you shouldn't ever be afraid of updating.</p> OBS-URL: https://build.opensuse.org/request/show/639411 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-service_identity?expand=0&rev=12
This commit is contained in:
committed by
Git OBS Bridge
parent
77d88702fd
commit
5a9bce8cc5
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 1 14:33:07 UTC 2018 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
- Reduce parallelism of sphinx-build
|
||||||
|
to ensure reproducible builds (boo#1102408)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 25 11:54:42 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
Tue Sep 25 11:54:42 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@@ -61,7 +61,9 @@ relevant RFCs too.
|
|||||||
|
|
||||||
# make man and documentation
|
# make man and documentation
|
||||||
cd docs
|
cd docs
|
||||||
make %{?_smp_mflags} man singlehtml
|
# do not run these in parallel to ensure reproducible builds (boo#1102408)
|
||||||
|
make %{?_smp_mflags} man
|
||||||
|
make %{?_smp_mflags} singlehtml
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
|
Reference in New Issue
Block a user