diff --git a/.cvsignore b/.cvsignore index ce7287e..0d98998 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lsof_4.51_W.tar.gz +lsof_4.63.tar.gz diff --git a/lsof.spec b/lsof.spec index 1ac2e71..f564948 100644 --- a/lsof.spec +++ b/lsof.spec @@ -1,10 +1,10 @@ Summary: A utility which lists open files on a Linux/UNIX system. Name: lsof -Version: 4.51 -Release: 2 +Version: 4.63 +Release: 1 Copyright: Free Group: Development/Debuggers -Source0: ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/lsof_%{version}_W.tar.gz +Source0: ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/lsof_%{version}.tar.gz Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-root @@ -14,7 +14,7 @@ information about files that are open by the processes running on a UNIX system. %prep -%setup -q -c -n lsof_%{version} +%setup -q #-c -n lsof_%{version} # add -a 1 above #tar xzf %SOURCE1 @@ -23,9 +23,11 @@ UNIX system. # Sort out whether this is the wrapped or linux specific tar ball. # [ -f lsof_%{version}.tar ] && tar xf lsof_%{version}.tar +[ -f lsof_%{version}_src.tar ] && tar xf lsof_%{version}_src.tar [ -d lsof_%{version}.linux -a ! -d lsof_%{version} ] && \ mv lsof_%{version}.linux lsof_%{version} [ -d lsof_%{version} ] && cd lsof_%{version} +[ -d lsof_%{version}_src ] && cd lsof_%{version}_src %build @@ -33,13 +35,14 @@ UNIX system. # ### Sort out whether this is the wrapped or linux specific tar ball. # [ -d lsof_%{version} ] && cd lsof_%{version} +[ -d lsof_%{version}_src ] && cd lsof_%{version}_src #LINUX_KERNEL=`pwd`/../linux LSOF_INCLUDE=`pwd`/../linux/include \ #LSOF_VERS=20036 LSOF_VSTR=2.0.36 LINUX_BASE=/dev/kmem \ -LSOF_VERS=22016 LSOF_VSTR=2.2.16 LINUX_BASE=/proc \ +LSOF_VERS=24018 LSOF_VSTR=2.4.18 LINUX_BASE=/proc \ ./Configure -n linux -make +make DEBUG="$RPM_OPT_FLAGS" %install rm -rf ${RPM_BUILD_ROOT} @@ -48,6 +51,7 @@ rm -rf ${RPM_BUILD_ROOT} # ### Sort out whether this is the wrapped or linux specific tar ball. # [ -d lsof_%{version} ] && cd lsof_%{version} +[ -d lsof_%{version}_src ] && cd lsof_%{version}_src mkdir -p ${RPM_BUILD_ROOT}%{_sbindir} install -s lsof ${RPM_BUILD_ROOT}%{_prefix}/sbin @@ -59,11 +63,20 @@ rm -rf ${RPM_BUILD_ROOT} %files %defattr(644,root,root,755) -%doc lsof_%{version}/00* +%doc lsof_%{version}_src/00* %attr(0755,root,root) %{_sbindir}/* %{_mandir}/man*/* %changelog +* Fri Jun 21 2002 Jakub Jelinek 4.63-1 +- update to 4.63 (#66333). + +* Thu May 23 2002 Tim Powers +- automated rebuild + +* Wed Jan 09 2002 Tim Powers +- automated rebuild + * Sun Jun 24 2001 Elliot Lee - Bump release + rebuild. diff --git a/sources b/sources index 86379b0..aac35ad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -10674b09649c19015134585c6dca3eee lsof_4.51_W.tar.gz +edaa2312f6a61fed74e7f15a8fa0217d lsof_4.63.tar.gz