Revert ""
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 26 Oct 2020 16:45:35 +0000 (17:45 +0100)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 26 Oct 2020 16:45:35 +0000 (17:45 +0100)
This reverts commit c45f4cdb0add0240c4425c0b4786fb45a8703e91.

cmake.spec.patch [moved from cmake.spec.patchx with 100% similarity]
lldb-experimental.spec

similarity index 100%
rename from cmake.spec.patchx
rename to cmake.spec.patch
index 7a24613..6dbb512 100644 (file)
@@ -14,7 +14,7 @@
 %endif
 Name: lldb-experimental
 Version: 12.0.0
-Release: 0.20201026snap2%{?dist}
+Release: 0.20201026snap1%{?dist}
 Summary: Next generation high-performance debugger - experimental trunk snapshot
 License: NCSA
 URL: http://lldb.llvm.org/
@@ -116,7 +116,7 @@ rpm2archive $cmakesrc
  for i in .[a-z]*;do mv $i `echo $i|sed 's/^\.//'`;done
  # -- Could NOT find LibArchive: Found unsuitable version "3.3.2", but required is at least "3.3.3" (found /usr/lib64/libarchive.so)
  # CMAKE_USE_SYSTEM_LIBARCHIVE is ON but LibArchive is not found!
- patch -p1 <../cmake.spec.patchx
+ patch -p1 <../cmake.spec.patch
  rpmbuild --define "_topdir $PWD" --define "_builddir $PWD" --define "_rpmdir $PWD" --define "_sourcedir $PWD" --define "_specdir $PWD" --define "_srcrpmdir $PWD" -bc cmake.spec
 )
 %global __cmake %(echo %{_builddir}/cmake-*.d/cmake-*/*/bin/cmake)