You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
License:((Apache-2.0 OR MIT) AND BSD-3-Clause) AND (0BSD OR MIT OR Apache-2.0) AND Apache-2.0 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND (BSD-2-Clause OR MIT OR Apache-2.0) AND BSD-3-Clause AND (CC0-1.0 OR MIT-0 OR Apache-2.0) AND ISC AND MIT AND (MIT AND Apache-2.0) AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Zlib OR Apache-2.0) AND MPL-2.0 AND Unlicense AND (Unlicense OR MIT) AND Zlib AND (Zlib OR Apache-2.0 OR MIT)
32
33
33
34
%description -n %{crate} %{_description}
34
35
35
36
%files -n %{crate}
36
37
%license LICENSE
37
-
#license LICENSE.dependencies
38
+
%license LICENSE.dependencies
38
39
%doc README.md
39
40
%{_bindir}/starship
40
41
@@ -48,6 +49,8 @@ This package contains library source intended for building other packages which
48
49
use the "%{crate}" crate.
49
50
50
51
%files devel
52
+
%license %{crate_instdir}/LICENSE
53
+
%doc %{crate_instdir}/README.md
51
54
%{crate_instdir}/
52
55
53
56
%package -n %{name}+default-devel
@@ -175,7 +178,9 @@ use the "starship-battery" feature of the "%{crate}" crate.
0 commit comments