SPECS: nfdump.spec (NEW) - initial PLD release

gotar gotar at pld-linux.org
Tue May 23 15:53:30 CEST 2006


Author: gotar                        Date: Tue May 23 13:53:30 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
SPECS:
   nfdump.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/nfdump.spec
diff -u /dev/null SPECS/nfdump.spec:1.1
--- /dev/null	Tue May 23 15:53:30 2006
+++ SPECS/nfdump.spec	Tue May 23 15:53:25 2006
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+Summary:	Netflow processing tools
+Summary(pl):	-
+Name:		nfdump
+Version:	1.5.1
+Release:	1
+License:	BSD
+Group:		Applications
+Source0:	http://dl.sourceforge.net/nfdump/%{name}-%{version}.tar.gz
+# Source0-md5:	76325d91d5061341ffcc2b43c9f2c400
+Source1:	http://www.ripe.net/ripe/meetings/ripe-50/presentations/ripe50-plenary-tue-nfsen-nfdump.pdf
+# Source1-md5:	76325d91d5061341ffcc2b43c9f2c400
+URL:		http://nfdump.sourceforge.net/
+BuildRequires:	bison
+BuildRequires:	flex
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The nfdump tools collect and process netflow data on the command line.
+They are part of the NfSen project.
+
+%description -l pl
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+
+install *.1 $RPM_BUILD_ROOT%{_mandir}/man1
+install nfcapd nfdump nfgen nfprofile nfreplay nftest $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README ToDo
+%attr(755,root,root) %{_bindir}/*
+%{_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/05/23 13:53:25  gotar
+- initial PLD release
================================================================


More information about the pld-cvs-commit mailing list