[packages/rust] no rust-llvm-dwp on x32; rel 2
atler
atler at pld-linux.org
Sat Jan 22 22:40:06 CET 2022
commit df90c046676b9f62d667114b513f4351d09a41f6
Author: Jan Palus <atler at pld-linux.org>
Date: Sat Jan 22 22:39:21 2022 +0100
no rust-llvm-dwp on x32; rel 2
rust.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/rust.spec b/rust.spec
index 17f58b7..1bde519 100644
--- 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)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rust.git/commitdiff/df90c046676b9f62d667114b513f4351d09a41f6
More information about the pld-cvs-commit
mailing list