[packages/rust] - package rust-demangler and rust-llvm-dwp

qboosh qboosh at pld-linux.org
Tue Dec 28 19:15:27 CET 2021


commit 1736a0473122f859f8a5c4ff8a9ed45d4d1190a9
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Dec 28 19:16:12 2021 +0100

    - package rust-demangler and rust-llvm-dwp

 rust.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/rust.spec b/rust.spec
index d2c8c05..ed6f9d8 100644
--- a/rust.spec
+++ b/rust.spec
@@ -1,5 +1,4 @@
 # TODO
-# - unpackaged %{rustlibdir}/%{rust_triple}/bin/rust-llvm-dwp
 # - consider a rust-std package containing .../rustlib/$target
 #   This might allow multilib cross-compilation to work naturally.
 # - package additional tools
@@ -476,6 +475,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc COPYRIGHT LICENSE-APACHE LICENSE-MIT README.md
+%attr(755,root,root) %{_bindir}/rust-demangler
 %attr(755,root,root) %{_bindir}/rustc
 %attr(755,root,root) %{_bindir}/rustdoc
 %attr(755,root,root) %{_bindir}/rustfmt
@@ -493,6 +493,8 @@ rm -rf $RPM_BUILD_ROOT
 %files std
 %defattr(644,root,root,755)
 %dir %{rustlibdir}/%{rust_triple}
+%dir %{rustlibdir}/%{rust_triple}/bin
+%attr(755,root,root) %{rustlibdir}/%{rust_triple}/bin/rust-llvm-dwp
 %dir %{rustlibdir}/%{rust_triple}/lib
 %attr(755,root,root) %{rustlibdir}/%{rust_triple}/lib/*.so
 %{rustlibdir}/%{rust_triple}/lib/*.rlib
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rust.git/commitdiff/1736a0473122f859f8a5c4ff8a9ed45d4d1190a9



More information about the pld-cvs-commit mailing list