#202 Use correct source for macros file
Merged a year ago by tbaeder. Opened a year ago by tbaeder.
rpms/ tbaeder/clang rawhide  into  rawhide

file modified
+5 -2
@@ -42,7 +42,7 @@ 

  

  Name:		%pkg_name

  Version:	%{clang_version}%{?rc_ver:~rc%{rc_ver}}

- Release:	2%{?dist}

+ Release:	3%{?dist}

  Summary:	A C language family front-end for LLVM

  

  License:	Apache-2.0 WITH LLVM-exception OR NCSA
@@ -406,7 +406,7 @@ 

  # File in the macros file for other packages to use.  We are not doing this

  # in the compat package, because the version macros would # conflict with

  # eachother if both clang and the clang compat package were installed together.

- install -p -m0644 -D %{SOURCE5} %{buildroot}%{_rpmmacrodir}/macros.%{name}

+ install -p -m0644 -D %{SOURCE7} %{buildroot}%{_rpmmacrodir}/macros.%{name}

  sed -i -e "s|@@CLANG_MAJOR_VERSION@@|%{maj_ver}|" \

         -e "s|@@CLANG_MINOR_VERSION@@|%{min_ver}|" \

         -e "s|@@CLANG_PATCH_VERSION@@|%{patch_ver}|" \
@@ -610,6 +610,9 @@ 

  

  %endif

  %changelog

+ * Wed Apr 12 2023 Timm Bäder <tbaeder@redhat.com> - 16.0.0-3

+ - Use correct source for clang.macros file

+ 

  * Thu Mar 23 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.0-2

  - Remove unnecessary patch and macro

  

no initial comment

rebased onto 1ed3539

a year ago

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/ff237a83971a4d4d94ac47e56254b742

Pull-Request has been merged by tbaeder

a year ago
Metadata