Files
test/core/which/which.spec
Zheng Junjie fce9fd8a9b core: Add which.
* core/which/which.spec: New file.
2025-08-22 23:42:20 +08:00

26 lines
872 B
RPMSpec

Name: which
Version: 2.23
Release: 0
Summary: Displays where a particular program in your path is located
License: GPL-3.0-or-later
Group: System/Base
URL: https://savannah.gnu.org/projects/which/
Source0: https://ftpmirror.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
Source1: https://ftpmirror.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz.sig
Source2: https://savannah.gnu.org/people/viewgpg.php?user_id=3639#/%{name}.keyring
Provides: util-linux:%{_bindir}/which
BuildSystem: autotools
%description
The which command shows the full pathname of a specified program, if the
specified program is in your PATH.
%files
%license COPYING
%doc EXAMPLES README README.alias AUTHORS NEWS
%{_bindir}/which
%{_infodir}/which.info%{?ext_info}
%{_mandir}/man1/which.1%{?ext_man}
%changelog