SHA256
3
0
forked from pool/cmake

Accepting request 815898 from devel:tools:building

OBS-URL: https://build.opensuse.org/request/show/815898
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=176
This commit is contained in:
Dominique Leuenberger 2020-06-23 19:03:37 +00:00 committed by Git OBS Bridge
commit 7a4b9590aa
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}"