]> git.pld-linux.org Git - packages/rust.git/commitdiff
bin dir also not available on x32; rel 3 auto/th/rust-1.58.1-3
authorJan Palus <atler@pld-linux.org>
Sun, 23 Jan 2022 08:07:58 +0000 (09:07 +0100)
committerJan Palus <atler@pld-linux.org>
Sun, 23 Jan 2022 08:07:58 +0000 (09:07 +0100)
rust.spec

index 1bde5194b4d9874eac2a3af64d97440d0cf50591..c0cea7ba535b14205120fda6bd2cb35b3d23b812 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
 Summary(pl.UTF-8):     Język programowania Rust
 Name:          rust
 Version:       1.58.1
-Release:       2
+Release:       3
 # Licenses: (rust itself) and (bundled libraries)
 License:       (Apache v2.0 or MIT) and (BSD and ISC and MIT)
 Group:         Development/Languages
 # Licenses: (rust itself) and (bundled libraries)
 License:       (Apache v2.0 or MIT) and (BSD and ISC and MIT)
 Group:         Development/Languages
@@ -512,8 +512,8 @@ cat <<EOF
 EOF
 done
 )
 EOF
 done
 )
-%dir %{rustlibdir}/%{rust_triple}/bin
 %ifnarch x32
 %ifnarch x32
+%dir %{rustlibdir}/%{rust_triple}/bin
 %attr(755,root,root) %{rustlibdir}/%{rust_triple}/bin/rust-llvm-dwp
 %endif
 
 %attr(755,root,root) %{rustlibdir}/%{rust_triple}/bin/rust-llvm-dwp
 %endif
 
This page took 0.053878 seconds and 4 git commands to generate.