This commit is contained in:
parent
8d3ab4be55
commit
709f026957
12
rust.spec
12
rust.spec
@ -112,8 +112,8 @@ control like a low-level language would.
|
||||
Summary: Standard library for Rust
|
||||
Group: Development/Languages/Other
|
||||
Provides: rust-std = %{version}
|
||||
Conflicts: rust-std <= %{version}
|
||||
Conflicts: rust-std >= %{version}
|
||||
Conflicts: rust-std < %{version}
|
||||
Conflicts: rust-std > %{version}
|
||||
|
||||
%description -n rust-std-%{version}
|
||||
This package includes the standard libraries for building
|
||||
@ -123,8 +123,8 @@ applications written in Rust.
|
||||
Summary: Rust documentation
|
||||
Group: Development/Languages/Other
|
||||
Provides: rust-doc = %{version}
|
||||
Conflicts: rust-doc <= %{version}
|
||||
Conflicts: rust-doc >= %{version}
|
||||
Conflicts: rust-doc < %{version}
|
||||
Conflicts: rust-doc > %{version}
|
||||
|
||||
%description -n rust-doc-%{version}
|
||||
Documentation for the Rust language.
|
||||
@ -135,8 +135,8 @@ Group: Development/Languages/Other
|
||||
Supplements: packageand(%{name}:gdb)
|
||||
Provides: rustc:%{_bindir}/rust-gdb
|
||||
Provides: rust-gdb = %{version}
|
||||
Conflicts: rust-gdb <= %{version}
|
||||
Conflicts: rust-gdb >= %{version}
|
||||
Conflicts: rust-gdb < %{version}
|
||||
Conflicts: rust-gdb > %{version}
|
||||
|
||||
%description -n rust-gdb-%{version}
|
||||
This subpackage provides pretty printers and a wrapper script for
|
||||
|
Loading…
Reference in New Issue
Block a user