# # spec file for package which # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: which Version: 2.21 Release: 4.44 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: http://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.gz Provides: util-linux:%{_bindir}/which BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The which command shows the full pathname of a specified program, if the specified program is in your PATH. %prep %setup -q %build %configure make %{?_smp_mflags} %install make %{?_smp_mflags} DESTDIR=%{buildroot} install %post %install_info --info-dir="%{_infodir}" "%{_infodir}/which.info.gz" %preun %install_info_delete --info-dir="%{_infodir}" "%{_infodir}/which.info.gz" %files %defattr(-,root,root) %{_bindir}/which %license COPYING %doc EXAMPLES README README.alias AUTHORS NEWS %{_infodir}/which.info* %{_mandir}/man1/which.1* %changelog * Mon Mar 19 2018 kukuk@suse.de - Use %%license instead of %%doc [bsc#1082318] * Tue Jun 7 2016 tchvatal@suse.com - Move installinfo scriptlet to preun so it won't fail * Wed Sep 9 2015 mpluskal@suse.com - Cleanup spec file with spec-cleaner - Correct usage of info scriplets * Sun Mar 22 2015 astieger@suse.com - GNU which 2.21: * Upgraded code from bash to version 4.3 (now uses eaccess). * Fixed a bug related to getgroups / sysconfig that caused Which not to see more than 64 groups for a single user * Build system maintenance. - Update project and source URL to GNU project * Sun Jan 20 2013 jengelh@inai.de - Split "which" off util-linux