This commit is contained in:
parent
7c2e5178f9
commit
00a579d8ce
13
rust.spec
13
rust.spec
@ -41,7 +41,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%global rust_triple %{_arch}-unknown-linux-%{abi}
|
%global rust_triple %{_arch}-unknown-linux-%{abi}
|
||||||
%bcond_with rust_bootstrap
|
%bcond_with rust_bootstrap
|
||||||
Name: rust
|
Name: rust-%{version}
|
||||||
Version: 1.16.0
|
Version: 1.16.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A systems programming language
|
Summary: A systems programming language
|
||||||
@ -65,10 +65,13 @@ BuildRequires: python
|
|||||||
Recommends: cargo
|
Recommends: cargo
|
||||||
Recommends: %{name}-doc
|
Recommends: %{name}-doc
|
||||||
Recommends: %{name}-std
|
Recommends: %{name}-std
|
||||||
Conflicts: rustc-bootstrap
|
|
||||||
Conflicts: rust < %{version}
|
Provides: rust = %{version}
|
||||||
Provides: rustc = %{version}
|
Conflicts: rust <= %{version}
|
||||||
Provides: rustc-stable = %{version}
|
Conflicts: rust >= %{version}
|
||||||
|
Conflicts: rustc-bootstrap <= %{version}
|
||||||
|
Conflicts: rustc-bootstrap >= %{version}
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
# Restrict the architectures as building rust relies on being initially
|
# Restrict the architectures as building rust relies on being initially
|
||||||
# bootstrapped before we can build the n+1 release
|
# bootstrapped before we can build the n+1 release
|
||||||
|
Loading…
Reference in New Issue
Block a user