|
|
|
@ -19,8 +19,8 @@ Patch: bat-fix-metadata-auto.diff
|
|
|
|
|
# * port from path_abs to path-absolutize:
|
|
|
|
|
# https://github.com/sharkdp/bat/pull/1025
|
|
|
|
|
# * bump nu-ansi-term from 0.49.0 to 0.50.0
|
|
|
|
|
# * relax os_str_bytes dependency from ~6.4 to ^6.4
|
|
|
|
|
# * adapt license tag to reflect bundled content
|
|
|
|
|
# * drop unused lessopen feature and its dependencies
|
|
|
|
|
Patch: bat-fix-metadata.diff
|
|
|
|
|
Patch: 0001-port-from-path_abs-to-path-absolutize.patch
|
|
|
|
|
|
|
|
|
@ -359,18 +359,6 @@ use the "grep-cli" feature of the "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+grep-cli-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+lessopen-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+lessopen-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "lessopen" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+lessopen-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+minimal-application-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
@ -383,18 +371,6 @@ use the "minimal-application" feature of the "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+minimal-application-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+os_str_bytes-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+os_str_bytes-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "os_str_bytes" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+os_str_bytes-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+paging-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
@ -443,18 +419,6 @@ use the "regex-onig" feature of the "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+regex-onig-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+run_script-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+run_script-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "run_script" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+run_script-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+shell-words-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|