auto-import changelog data from which-2.16-4.src.rpm
Sat Aug 07 2004 Than Ngo <than@redhat.com> 2.16-4 - add missing URL (thanks to Robert Scheck)
This commit is contained in:
parent
6b5735131d
commit
4217f20ad1
14
which.spec
14
which.spec
@ -1,16 +1,18 @@
|
||||
Summary: Displays where a particular program in your path is located.
|
||||
Name: which
|
||||
Version: 2.16
|
||||
Release: 3
|
||||
Release: 4
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
Source0: ftp://ftp.gnu.org/gnu/which/%{name}-%{version}.tar.gz
|
||||
Source0: http://www.xs4all.nl/~carlo17/which/%{name}-%{version}.tar.gz
|
||||
Source1: which-2.sh
|
||||
Url: http://www.xs4all.nl/~carlo17/which/
|
||||
Patch: which-2.13-afs.patch
|
||||
Patch1: which-2.14-broken.patch
|
||||
Prefix: %{_prefix}
|
||||
Buildroot: %{_tmppath}/%{name}-root
|
||||
Prereq: /sbin/install-info, dev
|
||||
Prereq: /sbin/install-info
|
||||
Prereq: dev
|
||||
|
||||
%description
|
||||
The which command shows the full pathname of a specified program, if
|
||||
@ -23,6 +25,7 @@ the specified program is in your PATH.
|
||||
|
||||
%build
|
||||
%configure
|
||||
|
||||
make
|
||||
|
||||
%install
|
||||
@ -45,13 +48,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc EXAMPLES README
|
||||
%doc EXAMPLES README AUTHORS NEWS
|
||||
%{_bindir}/*
|
||||
%config /etc/profile.d/which-2.*
|
||||
%{_infodir}/which.info.gz
|
||||
%{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
* Sat Aug 07 2004 Than Ngo <than@redhat.com> 2.16-4
|
||||
- add missing URL (thanks to Robert Scheck)
|
||||
|
||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user