Skip to content

Commit

Permalink
properly remove multicall binary
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Oct 31, 2023
1 parent 4f783e3 commit 47d6fac
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions anda/tools/uutils-coreutils/uutils-coreutils.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,28 +32,6 @@ behavior might be experienced.

This package removes the `uu-` prefixes.

%package single
Summary: uutils-coreutils single binary
%description single
uutils coreutils is a cross-platform reimplementation of the GNU coreutils in Rust.
While all programs have been implemented, some options might be missing or different
behavior might be experienced.

This package provides a single binary with all commands.

%package single-replace
Summary: uutils-coreutils single binary, replaces coreutils
Provides: coreutils-single = %coreutils_ver
Provides: coreutils-single(%arch)

%description single-replace
uutils coreutils is a cross-platform reimplementation of the GNU coreutils in Rust.
While all programs have been implemented, some options might be missing or different
behavior might be experienced.

This package provides a single binary with all commands, and replaces the GNU coreutils.


%package util-linux
Summary: uutil-coreutils single binary, with util-linux commands
Requires: uutils-coreutils
Expand Down Expand Up @@ -174,24 +152,6 @@ cat files-replace.txt
%doc README.md
%license LICENSE

%files single
%_bindir/uu-coreutils
%_datadir/bash-completion/completions/uu-coreutils
%_datadir/fish/vendor_completions.d/uu-coreutils.fish
%_datadir/zsh/site-functions/_uu-coreutils
%_mandir/man1/uu-coreutils.1.gz

%doc README.md
%license LICENSE

%files single-replace
%_bindir/coreutils
%_datadir/bash-completion/completions/coreutils
%_datadir/fish/vendor_completions.d/coreutils.fish
%_datadir/zsh/site-functions/_coreutils
%_mandir/man1/coreutils.1.gz
%doc README.md

%files util-linux -f files-exclude.txt

%files util-linux-replace -f files-replace-exclude.txt
Expand Down

0 comments on commit 47d6fac

Please sign in to comment.