2024-01-05 17:36:37 +01:00
|
|
|
Name: rustup
|
2024-01-05 17:36:38 +01:00
|
|
|
Version: 1.26.0
|
2024-01-05 17:36:37 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Rust toolchain installer
|
|
|
|
Group: Applications/Development
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 17:36:37 +01:00
|
|
|
URL: https://github.com/rust-lang/rustup
|
2024-01-05 17:36:37 +01:00
|
|
|
Source: https://github.com/rust-lang/rustup.git/%{version}/rustup-%{version}.tar.bz2
|
|
|
|
License: Apache License 2.0, MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libcurl-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: liblzma-devel
|
|
|
|
BuildRequires: libopenssl-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
Requires: /usr/bin/cargo
|
|
|
|
|
|
|
|
%description
|
|
|
|
Rust toolchain installer.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
cargo build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
install -D -m0755 target/debug/rustup-init %{buildroot}%{_bindir}/rustup
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/rustup
|
|
|
|
%doc LICENSE-APACHE LICENSE-MIT
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 17:36:38 +01:00
|
|
|
* Wed Apr 26 2023 Automatic Build System <autodist@mambasoft.it> 1.26.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:36:38 +01:00
|
|
|
* Mon Feb 06 2023 Automatic Build System <autodist@mambasoft.it> 1.25.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:36:38 +01:00
|
|
|
* Wed Jul 13 2022 Automatic Build System <autodist@mambasoft.it> 1.25.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:36:38 +01:00
|
|
|
* Tue Jul 12 2022 Automatic Build System <autodist@mambasoft.it> 1.25.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:36:37 +01:00
|
|
|
* Wed Jun 09 2021 Automatic Build System <autodist@mambasoft.it> 1.24.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:36:37 +01:00
|
|
|
* Mon May 17 2021 Automatic Build System <autodist@mambasoft.it> 1.24.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:36:37 +01:00
|
|
|
* Fri Apr 30 2021 Automatic Build System <autodist@mambasoft.it> 1.24.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:36:37 +01:00
|
|
|
* Wed Apr 28 2021 Automatic Build System <autodist@mambasoft.it> 1.24.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:36:37 +01:00
|
|
|
* Sat Dec 19 2020 Automatic Build System <autodist@mambasoft.it> 1.23.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:36:37 +01:00
|
|
|
* Sat Nov 28 2020 Automatic Build System <autodist@mambasoft.it> 1.23.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:36:37 +01:00
|
|
|
* Tue Nov 03 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.22.1-1mamba
|
|
|
|
- package created using the webbuild interface
|