@@ -151,6 +151,18 @@ Rust to systemowy język programowania działający bardzo szybko,
151
151
zapobiegający naruszeniom ochrony pamięci i gwarantujący
152
152
bezpieczną wielowątkowość.
153
153
154
+ %package analyzer
155
+ Summary: Implementation of Language Server Protocol for Rust
156
+ Summary(pl.UTF-8): Implementacja Language Server Protocol dla Rusta
157
+ Group: Development/Tools
158
+ Requires: %{name } = %{version }-%{release }
159
+
160
+ %description analyzer
161
+ Implementation of Language Server Protocol for Rust.
162
+
163
+ %description analyzer -l pl.UTF-8
164
+ Implementacja Language Server Protocol dla Rusta.
165
+
154
166
%package debugger-common
155
167
Summary: Common debugger pretty printers for Rust
156
168
Summary(pl.UTF-8): Narzędzia wypisujące struktury Rusa wspólne dla różnych debuggerów
@@ -196,6 +208,18 @@ debugging of Rust programs.
196
208
Ten pakiet zawiera skrypt rust-lldb, pozwalający na łatwiejsze
197
209
odpluskwianie programów w języku Rust.
198
210
211
+ %package rls
212
+ Summary: Rust Language Server for IDE integration
213
+ Summary(pl.UTF-8): Rust Language Server do integracji z IDE
214
+ Group: Development/Tools
215
+ Requires: %{name } = %{version }-%{release }
216
+
217
+ %description rls
218
+ Rust Language Server for IDE integration.
219
+
220
+ %description rls -l pl.UTF-8
221
+ Rust Language Server do integracji z IDE.
222
+
199
223
%package doc
200
224
Summary: Documentation for Rust
201
225
Summary(pl.UTF-8): Dokumentacja do Rusta
@@ -382,8 +406,6 @@ rm -rf $RPM_BUILD_ROOT
382
406
%files
383
407
%defattr(644,root,root,755)
384
408
%doc COPYRIGHT LICENSE-APACHE LICENSE-MIT README.md library/backtrace/crates/backtrace-sys/src/libbacktrace/LICENSE-libbacktrace
385
- %attr(755,root,root) %{_bindir }/rls
386
- %attr(755,root,root) %{_bindir }/rust-analyzer
387
409
%attr(755,root,root) %{_bindir }/rustc
388
410
%attr(755,root,root) %{_bindir }/rustdoc
389
411
%attr(755,root,root) %{_bindir }/rustfmt
@@ -410,6 +432,10 @@ rm -rf $RPM_BUILD_ROOT
410
432
%{rustlibdir }/%{rust_host_triple }/lib/*.rlib
411
433
%endif
412
434
435
+ %files analyzer
436
+ %defattr(644,root,root,755)
437
+ %attr(755,root,root) %{_bindir }/rust-analyzer
438
+
413
439
%files debugger-common
414
440
%defattr(644,root,root,755)
415
441
%dir %{_datadir }/%{name }
@@ -428,6 +454,10 @@ rm -rf $RPM_BUILD_ROOT
428
454
%attr(755,root,root) %{_bindir }/rust-gdbgui
429
455
%{_datadir }/%{name }/etc/gdb_* .py*
430
456
457
+ %files rls
458
+ %defattr(644,root,root,755)
459
+ %attr(755,root,root) %{_bindir }/rls
460
+
431
461
%files doc
432
462
%defattr(644,root,root,755)
433
463
%dir %{_docdir }/%{name }
0 commit comments