From 3de71f17878a916555cce48ff117d273265bab5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Sat, 27 May 2023 19:07:03 +0200 Subject: [PATCH] Rename macros.cmake -> macros.cmake.in --- cmake.spec | 7 +++++-- macros.cmake => macros.cmake.in | 0 2 files changed, 5 insertions(+), 2 deletions(-) rename macros.cmake => macros.cmake.in (100%) diff --git a/cmake.spec b/cmake.spec index 6deb724..e6ab996 100644 --- a/cmake.spec +++ b/cmake.spec @@ -76,7 +76,7 @@ %endif # For handling bump release by rpmdev-bumpspec and mass rebuild -%global baserelease 2 +%global baserelease 3 # Uncomment if building for EPEL #global name_suffix %%{major_version} @@ -96,7 +96,7 @@ License: BSD and MIT and zlib URL: http://www.cmake.org Source0: http://www.cmake.org/files/v%{major_version}.%{minor_version}/%{orig_name}-%{tar_version}.tar.gz Source1: %{name}-init.el -Source2: macros.%{name} +Source2: macros.%{name}.in # See https://bugzilla.redhat.com/show_bug.cgi?id=1202899 Source3: %{name}.attr Source4: %{name}.prov @@ -535,6 +535,9 @@ popd %changelog +* Sat May 27 2023 Björn Esser - 3.26.4-3 +- Rename macros.cmake -> macros.cmake.in + * Fri May 19 2023 Neal Gompa - 3.26.4-2 - macros: use the language build flag macros for compiler flags diff --git a/macros.cmake b/macros.cmake.in similarity index 100% rename from macros.cmake rename to macros.cmake.in