Hello community,

here is the log from the commit of package perl-NetPacket for openSUSE:Factory
checked in at Wed Jun 15 14:17:56 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/perl-NetPacket/perl-NetPacket.changes  
2011-03-23 01:35:13.000000000 +0100
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Wed Mar 23 00:35:01 CET 2011 - pascal.ble...@opensuse.org
+
+- initial version (1.1.1)
+

calling whatdependson for head-i586


New:
----
  NetPacket-1.1.1.tar.gz
  perl-NetPacket-backport.patch
  perl-NetPacket.changes
  perl-NetPacket.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-NetPacket.spec ++++++
#
# spec file for package perl-NetPacket
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           perl-NetPacket
Version:        1.1.1
Release:        1
Summary:        Assemble/disassemble network packets at the protocol level
Source:         
http://search.cpan.org/CPAN/authors/id/Y/YA/YANICK/NetPacket-%{version}.tar.gz
Patch1:         perl-NetPacket-backport.patch
Url:            http://search.cpan.org/dist/NetPacket
Group:          Development/Libraries/Perl
License:        Perl License
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl-macros
%if 0%{?suse_version} > 1120
BuildRequires:  perl(Test::More) >= 0.94
%endif
BuildRequires:  perl(Scalar::Util)
BuildRequires:  perl(Carp)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(vars)
BuildRequires:  perl(constant)
Requires:       perl(vars)
Requires:       perl(constant)
%if 0%{?suse_version} >= 1120
BuildArch:      noarch
%endif

%description
"NetPacket" provides a base class for a cluster of modules related to
decoding and encoding of network protocols. Each "NetPacket" descendent
module knows how to encode and decode packets for the network protocol it
implements. Consult the documentation for the module in question for
protocol-specific implementation.
Note that there is no inheritance in the "NetPacket::" cluster of modules
other than each protocol module being a "NetPacket". This was seen to be
too restrictive as imposing inheritance relationships (for example between
the IP, UDP and TCP protocols) would make things like tunneling or other
unusual situations difficult.

%prep
%setup -q -n "NetPacket-%{version}"
%patch1

%build
%__perl ./Build.PL
./Build

%install
./Build pure_install --destdir "%{buildroot}" --installdirs vendor
%perl_process_packlist

%if 0%{?suse_version} > 1120

%check
./Build test
%endif

%clean
%{?buildroot:%__rm -rf "%{buildroot}"}

%files
%defattr(-,root,root)
%doc README LICENSE Changes
%{perl_vendorlib}/NetPacket
%{perl_vendorlib}/NetPacket.pm
%doc %{perl_man3dir}/NetPacket.%{perl_man3ext}%{ext_man}
%doc %{perl_man3dir}/NetPacket::*.%{perl_man3ext}%{ext_man}
%changelog
++++++ perl-NetPacket-backport.patch ++++++
--- Build.PL.orig       2011-03-23 01:43:44.000000000 +0100
+++ Build.PL    2011-03-23 01:44:01.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-use Module::Build 0.3601;
+use Module::Build 0;
 
 
 my %module_build_args = (

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to