From 3bdedc6e05de56051d3eb42fdfd681a909407009 Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: May 18 2021 15:14:20 +0000 Subject: Proper fenced bcond --- diff --git a/llvm.spec b/llvm.spec index b93d0bf..109b128 100644 --- a/llvm.spec +++ b/llvm.spec @@ -198,7 +198,7 @@ LLVM's modified googletest sources. %endif %prep -%if ! %{with snapshot_build} +%if %{without snapshot_build} %{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}' %endif %autosetup -n %{llvm_srcdir} -p2 @@ -311,6 +311,9 @@ touch %{buildroot}%{_bindir}/llvm-config%{exec_suffix} # Fix some man pages ln -s llvm-config.1 %{buildroot}%{_mandir}/man1/llvm-config%{exec_suffix}-%{__isa_bits}.1 +%if %{without snapshot_build} +mv %{buildroot}%{_mandir}/man1/*tblgen.1 %{buildroot}%{_mandir}/man1/llvm-tblgen.1 +%endif # Install binaries needed for lit tests %global test_binaries llvm-isel-fuzzer llvm-opt-fuzzer