]> git.pld-linux.org Git - packages/rust.git/commitdiff
no rust-llvm-dwp on x32; rel 2 auto/th/rust-1.58.1-2
authorJan Palus <atler@pld-linux.org>
Sat, 22 Jan 2022 21:39:21 +0000 (22:39 +0100)
committerJan Palus <atler@pld-linux.org>
Sat, 22 Jan 2022 21:39:21 +0000 (22:39 +0100)
rust.spec

index 17f58b77f2f4252313477246990f1d7eca603582..1bde5194b4d9874eac2a3af64d97440d0cf50591 100644 (file)
--- a/rust.spec
+++ b/rust.spec
@@ -37,7 +37,7 @@ Summary:      The Rust Programming Language
 Summary(pl.UTF-8):     JÄ™zyk programowania Rust
 Name:          rust
 Version:       1.58.1
-Release:       1
+Release:       2
 # Licenses: (rust itself) and (bundled libraries)
 License:       (Apache v2.0 or MIT) and (BSD and ISC and MIT)
 Group:         Development/Languages
@@ -513,7 +513,9 @@ EOF
 done
 )
 %dir %{rustlibdir}/%{rust_triple}/bin
+%ifnarch x32
 %attr(755,root,root) %{rustlibdir}/%{rust_triple}/bin/rust-llvm-dwp
+%endif
 
 %files debugger-common
 %defattr(644,root,root,755)
This page took 0.29973 seconds and 4 git commands to generate.