From 4217f20ad13e62e52a35736920fde6a4e3533169 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 14:21:22 +0000 Subject: [PATCH] auto-import changelog data from which-2.16-4.src.rpm Sat Aug 07 2004 Than Ngo 2.16-4 - add missing URL (thanks to Robert Scheck) --- which.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/which.spec b/which.spec index 496bb23..e5fb045 100644 --- a/which.spec +++ b/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 2.16-4 +- add missing URL (thanks to Robert Scheck) + * Tue Jun 15 2004 Elliot Lee - rebuilt