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