Rename macros.cmake -> macros.cmake.in

This commit is contained in:
Björn Esser 2023-05-27 19:07:03 +02:00
parent 16329cac89
commit 3de71f1787
No known key found for this signature in database
GPG Key ID: F52E98007594C21D
2 changed files with 5 additions and 2 deletions

View File

@ -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 <besser82@fedoraproject.org> - 3.26.4-3
- Rename macros.cmake -> macros.cmake.in
* Fri May 19 2023 Neal Gompa <ngompa@fedoraproject.org> - 3.26.4-2
- macros: use the language build flag macros for compiler flags