From ea5e315852b0415d72e4acf622edf3d480f7da0c Mon Sep 17 00:00:00 2001 From: Timothy Redaelli Date: Wed, 17 Feb 2021 14:19:55 +0100 Subject: [PATCH] Fix dpdk-doc generation Doxygen uses the directory names to generate the hash for dir_XXXX.html files, but, by default, meson uses the architecture for build dir. --- dpdk.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dpdk.spec b/dpdk.spec index 13e45a8..a6f2173 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -5,6 +5,9 @@ # Add option to build without tools %bcond_without tools +# Avoid architecture-specific name of build-dir to fix per-arch reproducibility with doxygen +%global _vpath_builddir %{_vendor}-%{_target_os}-build + Name: dpdk Version: 20.11 Release: 1%{?dist}