From 37488cd73fd038681adf95391b3ebe3b6c15b47b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Thu, 8 Jun 2023 22:07:58 +0200 Subject: [PATCH] Fix copy-rename of cppdap license files --- cmake.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake.spec b/cmake.spec index 2428f5b..b92e359 100644 --- a/cmake.spec +++ b/cmake.spec @@ -378,8 +378,8 @@ do cp -p $f ./${fname}_${dname} done %if %{with bundled_cppdap} -cp -p Utilities/cmcppdap/LICENSE{,.cppdap} -cp -p Utilities/cmcppdap/NOTICE{,.cppdap} +cp -p Utilities/cmcppdap/LICENSE LICENSE.cppdap +cp -p Utilities/cmcppdap/NOTICE NOTICE.cppdap %endif # Cleanup pre-installed documentation %if %{with sphinx}