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:
cvsdist 2004-09-09 14:21:22 +00:00
parent 6b5735131d
commit 4217f20ad1

View File

@ -1,16 +1,18 @@
Summary: Displays where a particular program in your path is located. Summary: Displays where a particular program in your path is located.
Name: which Name: which
Version: 2.16 Version: 2.16
Release: 3 Release: 4
License: GPL License: GPL
Group: Applications/System 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 Source1: which-2.sh
Url: http://www.xs4all.nl/~carlo17/which/
Patch: which-2.13-afs.patch Patch: which-2.13-afs.patch
Patch1: which-2.14-broken.patch Patch1: which-2.14-broken.patch
Prefix: %{_prefix} Prefix: %{_prefix}
Buildroot: %{_tmppath}/%{name}-root Buildroot: %{_tmppath}/%{name}-root
Prereq: /sbin/install-info, dev Prereq: /sbin/install-info
Prereq: dev
%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
@ -23,6 +25,7 @@ the specified program is in your PATH.
%build %build
%configure %configure
make make
%install %install
@ -45,13 +48,16 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc EXAMPLES README %doc EXAMPLES README AUTHORS NEWS
%{_bindir}/* %{_bindir}/*
%config /etc/profile.d/which-2.* %config /etc/profile.d/which-2.*
%{_infodir}/which.info.gz %{_infodir}/which.info.gz
%{_mandir}/*/* %{_mandir}/*/*
%changelog %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> * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt - rebuilt