From 195e6deb5bf1b51891b378afc30a69c39ac4ccd2bced1ab650c986c0ee4423a5 Mon Sep 17 00:00:00 2001 From: Simon Lees Date: Fri, 19 Jun 2020 08:45:02 +0000 Subject: [PATCH] Accepting request 815896 from home:olh:branches:devel:tools:building - Use plain autosetup OBS-URL: https://build.opensuse.org/request/show/815896 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=416 --- cmake.changes | 5 +++++ cmake.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) 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}"