Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 7e70192aec4088311ed0201b79d07167 > files > 2

perl-Net-Flow-1.0.0-1.mga3.src.rpm

%define upstream_name    Net-Flow
%define upstream_version 1.000

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 1

Summary:    Decode and encode NetFlow/IPFIX datagrams
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildArch: noarch

%description
The Flow module provides the decoding function for NetFlow version 5,9 and
IPFIX, and the encoding function for NetFlow version 9 and IPFIX. It
supports NetFlow version 9 (RFC3945) and NetFlow version 5
(http://www.cisco.com/) and IPFIX(RFC5101). You can easily make the Flow
Proxy, Protocol Converter and Flow Concentrator by using the combination of
both function, just like Flow Mediator (RFC6183). The Mediator would have
multiple functions by utilizing intermediate process. And also, you can
make the flexible Collector which can receive any Templates by using the
Storable perl module.

For standard information elements (ElementID, Name, Data Type, Data Type
Semantics, and Description) see
http://www.iana.org/assignments/ipfix/ipfix.xml

Important Note
    Version 1.000 may break code that relies (or works around) the
    previously broken encoding of IPFIX options templates. NetFlow version
    9 is not affected by this change. The semantics for ScopeCount are now
    consistent when encoding v9 or IPFIX.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.json Changes README META.yml
%{_mandir}/man3/*
%perl_vendorlib/*




%changelog

* Fri Mar 08 2013 kharec <kharec> 1.0.0-1.mga3
+ Revision: 401762
- imported package perl-Net-Flow