This commit is contained in:
parent
2728dcd871
commit
f15391e07c
@ -247,9 +247,15 @@ rm %{buildroot}%{_defaultdocdir}/%{name}/{COPYRIGHT,LICENSE-APACHE,LICENSE-MIT}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
%if 0%{?suse_version} == 1315 && !0{?is_opensuse}
|
||||||
|
%doc COPYRIGHT LICENSE-APACHE LICENSE-MIT
|
||||||
|
%doc src/libbacktrace/LICENSE-libbacktrace
|
||||||
|
%doc src/rt/hoedown/LICENSE-hoedown
|
||||||
|
%else
|
||||||
%license COPYRIGHT LICENSE-APACHE LICENSE-MIT
|
%license COPYRIGHT LICENSE-APACHE LICENSE-MIT
|
||||||
%license src/libbacktrace/LICENSE-libbacktrace
|
%license src/libbacktrace/LICENSE-libbacktrace
|
||||||
%license src/rt/hoedown/LICENSE-hoedown
|
%license src/rt/hoedown/LICENSE-hoedown
|
||||||
|
%endif
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{_bindir}/rustc
|
%{_bindir}/rustc
|
||||||
%{_bindir}/rustdoc
|
%{_bindir}/rustdoc
|
||||||
|
Loading…
Reference in New Issue
Block a user