info:lsof.spec -devel
Wojtek Slusarczyk
wojtek w SHADOW.EU.ORG
Nie, 27 Wrz 1998, 17:58:32 CEST
Hej,
Cos do komtroli procesow...
na razie,
Wojciech Slusarczyk (091)4494148
Technical University of Szczecin
PGP KeyServer pgpkeys.mit.edu
-------------- następna część ---------
Summary: Lists files open by processes
Summary(pl): Program do śledzenia wszystkich procesów w systemie
Name: lsof
Version: 4.37
Release: 1d
Copyright: Free
Group: Utilities/File
Vendor: Vic Abell <abe w purdue.edu>
Source: ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/%{name}_%{version}_W.tar.gz
Patch: %{name}.patch
Buildroot: /tmp/%{name}-%{version}-%{release}-root
%description
Lsof's name stands for LiSt Open Files, and it does just that. It lists
information about files that are open by the processes running on a UNIX
system.
%description -l pl
Lsof (LiSt Open Files) śledzi wszystkie procesy jakie są w danej chwili
uruchomine w systemie. Program ten jest bardzo pomocnym narzędziem dla
administratora systemu Unix.
%prep
%setup -c -n %{name}
tar xvf %{name}_%{version}.tar
%patch -p1
%build
rm -rf $RPM_BUILD_ROOT
cd %{name}_%{version}
./Configure -n linux
make
%clean
rm -rf $RPM_BUILD_ROOT
%install
cd %{name}_%{version}
install -d $RPM_BUILD_ROOT/usr/{sbin,man/man8}
install -s lsof $RPM_BUILD_ROOT/usr/sbin
install lsof.8 $RPM_BUILD_ROOT/usr/man/man8/
%files
%defattr(644,root,root,755)
%doc %{name}_%{version}/00*
%attr(700,root,root) /usr/sbin/lsof
%attr(644,root,man) /usr/man/man8/lsof.8
%changelog
* Sun Sep 27 1998 Wojtek Ślusarczyk <wojtek w shadow.eu.org>
[4.37-1d]
- updated to 4.37,
- build against PLD Tornado,
- translation modified for pl,
- build from root account -> needed to build /proc-based lsof
- restricted files permissions,
- macro %%{name} in Patch.
* Mon Jun 29 1998 Maciej Lesniewski <nimir w kis.p.lodz.pl>
[4.34-1]
- New version
- Spec rewriten to use %{name} and %{version} macros
- Removed old log enteries
* Tue Apr 28 1998 Maciej Lesniewski <nimir w kis.p.lodz.pl>
- Builded under RH5
- %install was changed
Więcej informacji o liście dyskusyjnej pld-devel-pl