SPECS: pktstat.spec (NEW) - initial PLD release
gotar
gotar at pld-linux.org
Sun Jan 1 12:46:57 CET 2006
Author: gotar Date: Sun Jan 1 11:46:57 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial PLD release
---- Files affected:
SPECS:
pktstat.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/pktstat.spec
diff -u /dev/null SPECS/pktstat.spec:1.1
--- /dev/null Sun Jan 1 12:46:57 2006
+++ SPECS/pktstat.spec Sun Jan 1 12:46:52 2006
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+Summary: Real-time packet viewer
+Summary(pl): Przeglądarka pakietów trybu rzeczywistego
+Name: pktstat
+Version: 1.7.4
+Release: 1
+License: BSD
+Group: Applications/Networking
+Source0: http://www.adaptive-enterprises.com.au/~d/software/pktstat/%{name}-%{version}.tar.gz
+# Source0-md5: 53400f5228a6d4f2b93afe72b8caef53
+URL: http://www.adaptive-enterprises.com.au/~d/software/pktstat/
+BuildRequires: libpcap-devel
+BuildRequires: ncurses-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Display a real-time list of active connections seen on a network
+interface, and how much bandwidth is being used by what. Partially decodes
+HTTP and FTP protocols to show what filename is being transferred. X11
+application names are also shown. Entries hang around on the screen for
+a few seconds so you can see what just happened. Also accepts filter
+expressions a'la tcpdump.
+
+%description -l pl
+Wyświetla na żywo listę połączeń widocznych na interfejsie sieciowym,
+wraz z informacją co zajmuje pasmo. W szczególności dekoduje protokoły
+HTTP oraz FTP, pokazując nazwę przesyłanego pliku. Nazwy aplikacji X11
+również są pokazywane. Pozycje wyświetlane są przez kilka sekund, aby
+można było zobaczyć co się dzieje. Przyjmuje filtry w składni podobnej
+do tcpdumpa.
+
+%prep
+%setup -q
+
+%build
+%{__make} %{name} \
+ CFLAGS="%{rpmcflags}" \
+ CPPFLAGS=-I/usr/include/ncurses
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} \
+
+install pktstat $RPM_BUILD_ROOT%{_bindir}
+install pktstat.1 $RPM_BUILD_ROOT%{_mandir}/man1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES README
+%attr(755,root,root) %{_bindir}/pktstat
+%{_mandir}/man1/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/01/01 11:46:52 gotar
+- initial PLD release
================================================================
More information about the pld-cvs-commit
mailing list