diff --git a/cmake.changes b/cmake.changes index b12737f..ce4536e 100644 --- a/cmake.changes +++ b/cmake.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 19 08:08:08 UTC 2020 - olaf@aepfle.de + +- Use plain autosetup + ------------------------------------------------------------------- Mon Jun 1 08:22:45 UTC 2020 - Simon Lees diff --git a/cmake.spec b/cmake.spec index 28d1ae1..9a618ca 100644 --- a/cmake.spec +++ b/cmake.spec @@ -113,11 +113,10 @@ build system. # The publisher doesn't sign the source tarball, but a signatures file containing multiple hashes. # Verify hashes in that file against source tarball. echo "`grep cmake-%{version}.tar.gz %{SOURCE5} | grep -Eo '^[0-9a-f]+'` %{SOURCE0}" | sha256sum -c -%setup -q -n cmake-%{version} -%autopatch -p1 -cp %{SOURCE99} . +%autosetup -p1 -n cmake-%{version} %build +cp %{SOURCE99} . %if "%{flavor}" != "" export CFLAGS="%{optflags}" export CXXFLAGS="%{optflags}"