This commit is contained in:
parent
f9127d44bc
commit
809d338045
10
rust.spec
10
rust.spec
@ -76,7 +76,7 @@ BuildRequires: rustc-bootstrap >= %{prev_version}
|
|||||||
%else
|
%else
|
||||||
# There are no successful builds for less than TW or Leap 42.2, so bootstrap
|
# There are no successful builds for less than TW or Leap 42.2, so bootstrap
|
||||||
# until such time that there is.
|
# until such time that there is.
|
||||||
%if %{with bootstrap} || (0%{?suse_version} < 1330 && 0%{?sle_version} <= 120300)
|
%if %{with bootstrap} || (0%{?suse_version} < 1330 && 0%{?sle_version} <= 120100)
|
||||||
BuildRequires: cargo-bootstrap
|
BuildRequires: cargo-bootstrap
|
||||||
BuildRequires: rustc-bootstrap >= %{prev_version}
|
BuildRequires: rustc-bootstrap >= %{prev_version}
|
||||||
%else
|
%else
|
||||||
@ -180,10 +180,6 @@ sed -e '/*\//q' src/libbacktrace/backtrace.h \
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
# The SLES-12 macros don't appear to take ownership of this directory?
|
|
||||||
%if (0%{?suse_version} < 1330 && 0%{?sle_version} <= 120300)
|
|
||||||
%dir %{_datadir}/licenses
|
|
||||||
%endif
|
|
||||||
%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
|
||||||
@ -214,10 +210,6 @@ sed -e '/*\//q' src/libbacktrace/backtrace.h \
|
|||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
# The SLES-12 macros don't appear to take ownership of this directory?
|
|
||||||
%if (0%{?suse_version} < 1330 && 0%{?sle_version} <= 120300)
|
|
||||||
%dir %{_datadir}/licenses
|
|
||||||
%endif
|
|
||||||
%license %{_docdir}/%{name}/html/FiraSans-LICENSE.txt
|
%license %{_docdir}/%{name}/html/FiraSans-LICENSE.txt
|
||||||
%license %{_docdir}/%{name}/html/Heuristica-LICENSE.txt
|
%license %{_docdir}/%{name}/html/Heuristica-LICENSE.txt
|
||||||
%license %{_docdir}/%{name}/html/LICENSE-APACHE.txt
|
%license %{_docdir}/%{name}/html/LICENSE-APACHE.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user