1 Star 0 Fork 8

konglidong / which

forked from src-openEuler / which 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
which.spec 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
konglidong 提交于 2022-06-15 16:11 . modify bogus date in changelog
Name: which
Version: 2.21
Release: 14
Summary: Show the full path of commands
License: GPLv3
URL: https://savannah.gnu.org/projects/which/
Source0: http://ftp.gnu.org/gnu/which/%{name}-%{version}.tar.gz
BuildRequires: gcc git
%description
Which takes one or more arguments. For each of its arguments it prints to stdout
the full path of the executables that would have been executed when this argument
had been entered at the shell prompt.
%package help
Summary: Help files for which
%description help
Contains documents and manuals files for which
%prep
%autosetup -n %{name}-%{version} -p1 -S git
%build
%configure
%make_build
%install
%make_install
rm -f %{buildroot}/%{_datadir}/info/dir
%files
%license COPYING AUTHORS
%{_bindir}/%{name}
%files help
%doc EXAMPLES NEWS README
%{_mandir}/man1/%{name}.1.gz
%{_datadir}/info/%{name}.info.gz
%changelog
* Wed Jan 8 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.21-14
- Type: enhancement
- ID: NA
- SUG: NA
- DESC: remove unnecessary files
* Thu Oct 10 2019 luhuaxin <luhuaxin@huawei.com> - 2.21-13
- Type: enhancement
- ID: NA
- SUG: NA
- DESC: move AUTHORS to license folder
* Wed Aug 28 2019 luhuaxin <luhuaxin@huawei.com> - 2.21-12
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/konglidong/which.git
git@gitee.com:konglidong/which.git
konglidong
which
which
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891