forked from pool/which
Accepting request 292416 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/292416 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/which?expand=0&rev=4
This commit is contained in:
commit
f31fa98841
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:33ca01bb3d801338e4a464367d74eaab24f87041c44c9b5e1150393f1744a3a0
|
|
||||||
size 107758
|
|
BIN
which-2.21.tar.gz
(Stored with Git LFS)
Normal file
BIN
which-2.21.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 22 18:10:34 UTC 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 19:24:06 UTC 2013 - jengelh@inai.de
|
Sun Jan 20 19:24:06 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
29
which.spec
29
which.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package which
|
# spec file for package which
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,18 +17,17 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: which
|
Name: which
|
||||||
Version: 2.20
|
Version: 2.21
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Displays where a particular program in your path is located
|
Summary: Displays where a particular program in your path is located
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
Url: http://carlo17.home.xs4all.nl/which/
|
Url: https://savannah.gnu.org/projects/which/
|
||||||
|
Source: http://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.gz
|
||||||
#DL-URL: http://carlo17.home.xs4all.nl/which/%name-%version.tar.gz
|
# FIXME: use proper Requires(pre/post/preun/...)
|
||||||
Source: %name-%version.tar.bz2
|
PreReq: %{install_info_prereq}
|
||||||
|
Provides: util-linux:%{_bindir}/which
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
PreReq: %install_info_prereq
|
|
||||||
Provides: util-linux:/usr/bin/which
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The which command shows the full pathname of a specified program, if
|
The which command shows the full pathname of a specified program, if
|
||||||
@ -42,19 +41,19 @@ the specified program is in your PATH.
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR="%buildroot"
|
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%install_info --info-dir="%_infodir" "%_infodir/which.info.gz"
|
%install_info --info-dir="%{_infodir}" "%{_infodir}/which.info.gz"
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%install_info_delete --info-dir="%_infodir" "%_infodir/which.info.gz"
|
%install_info_delete --info-dir="%{_infodir}" "%{_infodir}/which.info.gz"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_bindir/which
|
%{_bindir}/which
|
||||||
%doc EXAMPLES COPYING README README.alias
|
%doc EXAMPLES COPYING README README.alias AUTHORS NEWS
|
||||||
%_infodir/which.info*
|
%{_infodir}/which.info*
|
||||||
%_mandir/man1/which.1*
|
%{_mandir}/man1/which.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user