mirror of
https://abf.rosa.ru/djam/rust.git
synced 2025-02-23 18:02:53 +00:00
Updated to 1.25.0
This commit is contained in:
parent
2d07c4a761
commit
7895946cad
2 changed files with 13 additions and 2 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
rustc-1.23.0-src.tar.gz: e21a85ecdc9adbb2b3cbe0f07282e6e59bc50ef1
|
||||
rustc-1.25.0-src.tar.gz: 8a8d11a5b9f836025d0790f3d03606ad1e7acd3c
|
||||
|
|
13
rust.spec
13
rust.spec
|
@ -6,7 +6,7 @@
|
|||
|
||||
Summary: A safe, concurrent, practical programming language
|
||||
Name: rust
|
||||
Version: 1.23.0
|
||||
Version: 1.25.0
|
||||
Release: 1
|
||||
License: MIT
|
||||
Group: Development/Rust
|
||||
|
@ -49,6 +49,7 @@ styles.
|
|||
%{_libdir}/lib*-*.so
|
||||
%{_libdir}/rustlib/components
|
||||
%{_libdir}/rustlib/etc/*.py
|
||||
%{_libdir}/rustlib/*/codegen-backends/lib*-*.so
|
||||
%{_libdir}/rustlib/*/lib/lib*-*.so
|
||||
%{_libdir}/rustlib/*/lib/lib*-*.rlib
|
||||
%{_mandir}/man*/*
|
||||
|
@ -117,3 +118,13 @@ pushd %{buildroot}%{_bindir}
|
|||
strip rustc
|
||||
strip rustdoc
|
||||
popd
|
||||
|
||||
%ifarch x86_64
|
||||
pushd %{buildroot}%{_libdir}/rustlib/x86_64-unknown-linux-gnu/codegen-backends
|
||||
strip *.so
|
||||
popd
|
||||
%else
|
||||
pushd %{buildroot}%{_libdir}/rustlib/i686-unknown-linux-gnu/codegen-backends
|
||||
strip *.so
|
||||
popd
|
||||
%endif
|
||||
|
|
Loading…
Add table
Reference in a new issue