auto-import changelog data from lsof-4.63-1.src.rpm
Fri Jun 21 2002 Jakub Jelinek <jakub@redhat.com> 4.63-1 - update to 4.63 (#66333). Thu May 23 2002 Tim Powers <timp@redhat.com> - automated rebuild Wed Jan 09 2002 Tim Powers <timp@redhat.com> - automated rebuild
This commit is contained in:
parent
729f788f81
commit
aec60090ac
@ -1 +1 @@
|
|||||||
lsof_4.51_W.tar.gz
|
lsof_4.63.tar.gz
|
||||||
|
27
lsof.spec
27
lsof.spec
@ -1,10 +1,10 @@
|
|||||||
Summary: A utility which lists open files on a Linux/UNIX system.
|
Summary: A utility which lists open files on a Linux/UNIX system.
|
||||||
Name: lsof
|
Name: lsof
|
||||||
Version: 4.51
|
Version: 4.63
|
||||||
Release: 2
|
Release: 1
|
||||||
Copyright: Free
|
Copyright: Free
|
||||||
Group: Development/Debuggers
|
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}
|
Prefix: %{_prefix}
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ information about files that are open by the processes running on a
|
|||||||
UNIX system.
|
UNIX system.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c -n lsof_%{version}
|
%setup -q #-c -n lsof_%{version}
|
||||||
|
|
||||||
# add -a 1 above
|
# add -a 1 above
|
||||||
#tar xzf %SOURCE1
|
#tar xzf %SOURCE1
|
||||||
@ -23,9 +23,11 @@ UNIX system.
|
|||||||
# Sort out whether this is the wrapped or linux specific tar ball.
|
# Sort out whether this is the wrapped or linux specific tar ball.
|
||||||
#
|
#
|
||||||
[ -f lsof_%{version}.tar ] && tar xf lsof_%{version}.tar
|
[ -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} ] && \
|
[ -d lsof_%{version}.linux -a ! -d lsof_%{version} ] && \
|
||||||
mv lsof_%{version}.linux lsof_%{version}
|
mv lsof_%{version}.linux lsof_%{version}
|
||||||
[ -d lsof_%{version} ] && cd lsof_%{version}
|
[ -d lsof_%{version} ] && cd lsof_%{version}
|
||||||
|
[ -d lsof_%{version}_src ] && cd lsof_%{version}_src
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -33,13 +35,14 @@ UNIX system.
|
|||||||
# ### Sort out whether this is the wrapped or linux specific tar ball.
|
# ### Sort out whether this is the wrapped or linux specific tar ball.
|
||||||
#
|
#
|
||||||
[ -d lsof_%{version} ] && cd lsof_%{version}
|
[ -d lsof_%{version} ] && cd lsof_%{version}
|
||||||
|
[ -d lsof_%{version}_src ] && cd lsof_%{version}_src
|
||||||
|
|
||||||
#LINUX_KERNEL=`pwd`/../linux LSOF_INCLUDE=`pwd`/../linux/include \
|
#LINUX_KERNEL=`pwd`/../linux LSOF_INCLUDE=`pwd`/../linux/include \
|
||||||
#LSOF_VERS=20036 LSOF_VSTR=2.0.36 LINUX_BASE=/dev/kmem \
|
#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
|
./Configure -n linux
|
||||||
|
|
||||||
make
|
make DEBUG="$RPM_OPT_FLAGS"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf ${RPM_BUILD_ROOT}
|
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.
|
# ### Sort out whether this is the wrapped or linux specific tar ball.
|
||||||
#
|
#
|
||||||
[ -d lsof_%{version} ] && cd lsof_%{version}
|
[ -d lsof_%{version} ] && cd lsof_%{version}
|
||||||
|
[ -d lsof_%{version}_src ] && cd lsof_%{version}_src
|
||||||
|
|
||||||
mkdir -p ${RPM_BUILD_ROOT}%{_sbindir}
|
mkdir -p ${RPM_BUILD_ROOT}%{_sbindir}
|
||||||
install -s lsof ${RPM_BUILD_ROOT}%{_prefix}/sbin
|
install -s lsof ${RPM_BUILD_ROOT}%{_prefix}/sbin
|
||||||
@ -59,11 +63,20 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(644,root,root,755)
|
%defattr(644,root,root,755)
|
||||||
%doc lsof_%{version}/00*
|
%doc lsof_%{version}_src/00*
|
||||||
%attr(0755,root,root) %{_sbindir}/*
|
%attr(0755,root,root) %{_sbindir}/*
|
||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 21 2002 Jakub Jelinek <jakub@redhat.com> 4.63-1
|
||||||
|
- update to 4.63 (#66333).
|
||||||
|
|
||||||
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
||||||
|
- automated rebuild
|
||||||
|
|
||||||
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
||||||
|
- automated rebuild
|
||||||
|
|
||||||
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
|
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
|
||||||
- Bump release + rebuild.
|
- Bump release + rebuild.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user