SHA256
1
0
forked from pool/dpdk
Dominique Leuenberger 2023-02-25 18:54:33 +00:00 committed by Git OBS Bridge
commit 64201a5d3b
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 22 08:58:07 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
- Cleanup Sphinx build leftovers for reproducible builds
-------------------------------------------------------------------
Tue Jun 21 13:20:00 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -236,6 +236,7 @@ mv %{buildroot}/lib/modules %{buildroot}%{_prefix}/lib
# Fix documentation
mkdir -p %{buildroot}%docdir
mv %{buildroot}%{_datadir}/doc/dpdk %{buildroot}%docdir
find %{buildroot}%docdir -name .doctrees | xargs rm -r # cleanup Sphinx leftovers
%if ! %{with tools}
# Remove tools if not needed