This commit is contained in:
parent
56a186d5a8
commit
bcd4a406a1
@ -19,7 +19,6 @@
|
|||||||
|
|
||||||
%global prev_rust 1.15.1
|
%global prev_rust 1.15.1
|
||||||
%global prev_cargo 0.16.0
|
%global prev_cargo 0.16.0
|
||||||
%global rust_version 1.16.0
|
|
||||||
%global abi gnu
|
%global abi gnu
|
||||||
%ifarch s390x
|
%ifarch s390x
|
||||||
%global _arch s390x
|
%global _arch s390x
|
||||||
@ -42,8 +41,8 @@
|
|||||||
%endif
|
%endif
|
||||||
%global rust_triple %{_arch}-unknown-linux-%{abi}
|
%global rust_triple %{_arch}-unknown-linux-%{abi}
|
||||||
%bcond_with bootstrap
|
%bcond_with bootstrap
|
||||||
Name: rust-%{rust_version}
|
Name: rust
|
||||||
Version: %{rust_version}
|
Version: 1.16.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A systems programming language
|
Summary: A systems programming language
|
||||||
License: MIT or Apache-2.0
|
License: MIT or Apache-2.0
|
||||||
@ -51,7 +50,7 @@ Group: Development/Languages/Other
|
|||||||
Url: http://www.rust-lang.org
|
Url: http://www.rust-lang.org
|
||||||
Source0: https://static.rust-lang.org/dist/rustc-%{version}-src.tar.gz
|
Source0: https://static.rust-lang.org/dist/rustc-%{version}-src.tar.gz
|
||||||
Source1: config.toml
|
Source1: config.toml
|
||||||
Source100: %{name}-rpmlintrc
|
Source100: %{name}-%{version}-rpmlintrc
|
||||||
# PATCH-FIX-OPENSUSE: Set DT_SONAME when building dylibs
|
# PATCH-FIX-OPENSUSE: Set DT_SONAME when building dylibs
|
||||||
Patch1: add-soname.patch
|
Patch1: add-soname.patch
|
||||||
BuildRequires: ccache
|
BuildRequires: ccache
|
||||||
|
Loading…
Reference in New Issue
Block a user