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:
commit
7a4b9590aa
@ -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>
|
Mon Jun 1 08:22:45 UTC 2020 - Simon Lees <sflees@suse.de>
|
||||||
|
|
||||||
|
@ -113,11 +113,10 @@ build system.
|
|||||||
# The publisher doesn't sign the source tarball, but a signatures file containing multiple hashes.
|
# The publisher doesn't sign the source tarball, but a signatures file containing multiple hashes.
|
||||||
# Verify hashes in that file against source tarball.
|
# Verify hashes in that file against source tarball.
|
||||||
echo "`grep cmake-%{version}.tar.gz %{SOURCE5} | grep -Eo '^[0-9a-f]+'` %{SOURCE0}" | sha256sum -c
|
echo "`grep cmake-%{version}.tar.gz %{SOURCE5} | grep -Eo '^[0-9a-f]+'` %{SOURCE0}" | sha256sum -c
|
||||||
%setup -q -n cmake-%{version}
|
%autosetup -p1 -n cmake-%{version}
|
||||||
%autopatch -p1
|
|
||||||
cp %{SOURCE99} .
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
cp %{SOURCE99} .
|
||||||
%if "%{flavor}" != ""
|
%if "%{flavor}" != ""
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
export CXXFLAGS="%{optflags}"
|
export CXXFLAGS="%{optflags}"
|
||||||
|
Loading…
Reference in New Issue
Block a user