Name: llvm-snapshot-builder # git_dir_version returns version based on commit and tag history of the Git project Version: 2.7 # This can be useful later for adding downstream patches Release: 1%{?dist} Summary: A set of LUA functions used to build LLVM snaphots License: BSD URL: https://pagure.io/llvm-snapshot-builder VCS: git+ssh://git@pagure.io/llvm-snapshot-builder.git#7af82d0cbd51c7e7f3ccb6df24d072e242827cb4: Source: llvm-snapshot-builder-7af82d0c.tar.gz BuildArch: noarch Requires: curl %description This package provides the llvm_sb macro for LLVM snaphot building. %prep %setup -T -b 0 -q -n llvm-snapshot-builder %build %install install -p -m0644 -D macros.%{name} %{buildroot}%{_rpmmacrodir}/macros.%{name} %files %{_rpmmacrodir}/macros.%{name} %changelog * Fri Jun 10 2022 Konrad Kleine 2.7-1 - Added %%llvm_snapshot_extra_source_tags macro for convencience * Fri Jun 10 2022 Konrad Kleine 2.6-1 - Added llvm_sb_extra_source_tags - Fix indention * Fri Jun 10 2022 Konrad Kleine 2.5-1 - Prepend filenames with the evaluated %%_sourcedir * Fri Jun 10 2022 Konrad Kleine 2.4-1 - Fix debug output * Thu Jun 09 2022 Konrad Kleine 2.3-1 - Try to uncompress macros file again * Thu Jun 09 2022 Konrad Kleine 2.2-1 - Unpack macros file * Thu Jun 09 2022 Konrad Kleine 2.1-1 - Fix make spec - Add copr make target - Make noarch package - Switch Makefile to rpkg tools - Added README * Thu Jun 09 2022 Konrad Kleine 2.0-1 - Initial commit