SHA256
3
0
forked from pool/cmake

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
This commit is contained in:
Simon Lees 2020-06-19 08:45:02 +00:00 committed by Git OBS Bridge
parent 7cb60c14ca
commit 195e6deb5b
2 changed files with 7 additions and 3 deletions

View File

@ -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 <sflees@suse.de>

View File

@ -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}"