diff --git a/rust.spec b/rust.spec index 69190d3..6a690a2 100644 --- a/rust.spec +++ b/rust.spec @@ -150,16 +150,6 @@ Conflicts: otherproviders(rust-gdb) This subpackage provides pretty printers and a wrapper script for invoking gdb on rust binaries. -%package -n src -Summary: Sources for the Rust standard library -Group: Development/Languages/Other -BuildArch: noarch - -%description -n src -This package includes source files for the Rust standard library. This -is commonly used for function detail lookups in helper programs such -as RLS or racer. - %prep %ifarch x86_64 %setup -q -T -b 100 -n cargo-%{cargo_version}-%{rust_triple} @@ -294,10 +284,4 @@ rm %{buildroot}%{_defaultdocdir}/%{name}/{COPYRIGHT,LICENSE-APACHE,LICENSE-MIT} %dir %{_docdir}/%{name}/html %doc %{_docdir}/%{name}/html/* -%files -n src -%defattr(-,root,root) -%dir %{rustlibdir} -%dir %{rustlibdir}/src -%{rustlibdir}/src/* - %changelog