automatic version update by autodist [release 1.79.0-1mamba;Thu Jun 20 2024]
This commit is contained in:
parent
cb3c857553
commit
3e745da0c6
43
rustc.spec
43
rustc.spec
@ -1,6 +1,6 @@
|
||||
%define stage1 1
|
||||
Name: rustc
|
||||
Version: 1.78.0
|
||||
Version: 1.79.0
|
||||
Release: 1mamba
|
||||
Summary: The Rust programming language, designed to be a safe, concurrent, practical language
|
||||
Group: Applications/Development
|
||||
@ -48,32 +48,27 @@ This package contains the documentation for %{name}.
|
||||
#:<< _EOF
|
||||
|
||||
cat <<EOF > config.toml
|
||||
# see config.toml.example for more possible options
|
||||
changelog-seen = 2
|
||||
profile = "user"
|
||||
change-id = 123711
|
||||
|
||||
[llvm]
|
||||
ninja = true
|
||||
%ifarch arm
|
||||
ldflags = "-latomic"
|
||||
%endif
|
||||
link-shared = true
|
||||
|
||||
[build]
|
||||
%ifarch arm
|
||||
build = "arm-unknown-linux-gnueabi"
|
||||
host = ["arm-unknown-linux-gnueabi"]
|
||||
target= ["arm-unknown-linux-gnueabi"]
|
||||
%endif
|
||||
%if "%{stage1}" != "1"
|
||||
cargo = "/usr/bin/cargo"
|
||||
rustc = "/usr/bin/rustc"
|
||||
rustfmt = "/usr/bin/rustfmt"
|
||||
%endif
|
||||
locked-deps = true
|
||||
vendor = true
|
||||
extended = true
|
||||
sanitizers = true
|
||||
profiler = true
|
||||
build-stage = 2
|
||||
doc-stage = 2
|
||||
install-stage = 2
|
||||
test-stage = 2
|
||||
#build-stage = 2
|
||||
#doc-stage = 2
|
||||
#install-stage = 2
|
||||
#test-stage = 2
|
||||
|
||||
[install]
|
||||
prefix = "%{_prefix}"
|
||||
@ -85,11 +80,16 @@ docdir = "share/doc/rust"
|
||||
# https://github.com/rust-lang/rust/issues/47745
|
||||
codegen-units = 1
|
||||
codegen-units-std = 1
|
||||
#debuginfo = true
|
||||
#debuginfo-lines = true
|
||||
debuginfo-level = 1
|
||||
debuginfo-level-std = 2
|
||||
channel = "stable"
|
||||
description = "openmamba %{name} %{epoch}:%{version}-%{release}"
|
||||
rpath = false
|
||||
frame-pointers = true
|
||||
deny-warnings = false
|
||||
backtrace-on-ice = true
|
||||
remap-debuginfo = false
|
||||
jemalloc = true
|
||||
EOF
|
||||
|
||||
%build
|
||||
@ -139,9 +139,10 @@ cd -
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/rustlib/src/rust/Cargo.lock
|
||||
%{_libdir}/libLLVM-*-rust-%{version}-stable.so*
|
||||
%{_libdir}/libLLVM.so.*-rust-%{version}-stable
|
||||
%{_libdir}/librustc*.so
|
||||
%{_libdir}/libstd-*.so
|
||||
#%{_libdir}/libtest-*.so
|
||||
%dir %{_libdir}/rustlib
|
||||
%{_libdir}/rustlib/components
|
||||
%{_libdir}/rustlib/rust-installer-version
|
||||
@ -170,7 +171,6 @@ cd -
|
||||
%{_libdir}/rustlib/%{_arch}-unknown-linux-gnu/*
|
||||
%endif
|
||||
%endif
|
||||
#%{_prefix}/libexec/cargo-credential-1password
|
||||
%{_prefix}/libexec/rust-analyzer-proc-macro-srv
|
||||
|
||||
%files apidocs
|
||||
@ -186,6 +186,9 @@ cd -
|
||||
#%doc README.md
|
||||
|
||||
%changelog
|
||||
* Thu Jun 20 2024 Automatic Build System <autodist@openmamba.org> 1.79.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 02 2024 Automatic Build System <autodist@openmamba.org> 1.78.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user