Hello community,

here is the log from the commit of package perl-Params-Classify for 
openSUSE:Factory checked in at 2011-11-14 13:25:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Params-Classify (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Params-Classify.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Params-Classify", Maintainer is ""

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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Params-Classify.new/perl-Params-Classify.changes
   2011-11-14 13:25:38.000000000 +0100
@@ -0,0 +1,12 @@
+-------------------------------------------------------------------
+Fri Aug 26 22:03:25 UTC 2011 - ch...@computersalat.de
+
+- fix deps, build for CentOS
+- fix Summary
+
+-------------------------------------------------------------------
+Fri Apr 22 06:53:51 UTC 2011 - co...@opensuse.org
+
+- initial package 0.013
+    * created by cpanspec 1.78.04
+

New:
----
  Params-Classify-0.013.tar.gz
  perl-Params-Classify.changes
  perl-Params-Classify.spec

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

Other differences:
------------------
++++++ perl-Params-Classify.spec ++++++
#
# spec file for package perl-Params-Classify
#
# 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-Params-Classify
Version:        0.013
Release:        1
License:        GPL+ or Artistic
%define cpan_name Params-Classify
Summary:        Argument type classification
Url:            http://search.cpan.org/dist/Params-Classify/
Group:          Development/Libraries/Perl
Source:         
http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/%{cpan_name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(ExtUtils::ParseXS) >= 2.2006
BuildRequires:  perl(Test::More)
BuildRequires:  perl(strict)
BuildRequires:  perl(warnings)
#
BuildRequires:  perl(Exporter)
BuildRequires:  perl(Scalar::Util) >= 1.01
BuildRequires:  perl(parent)
Requires:       perl(Exporter)
Requires:       perl(Scalar::Util) >= 1.01
Requires:       perl(parent)
%if 0%{?suse_version} > 1010
Recommends:     perl(XSLoader)
%endif
%{perl_requires}

%description
This module provides various type-testing functions. These are intended for
functions that, unlike most Perl code, care what type of data they are
operating on. For example, some functions wish to behave differently
depending on the type of their arguments (like overloaded functions in
C++).

There are two flavours of function in this module. Functions of the first
flavour only provide type classification, to allow code to discriminate
between argument types. Functions of the second flavour package up the most
common type of type discrimination: checking that an argument is of an
expected type. The functions come in matched pairs, of the two flavours,
and so the type enforcement functions handle only the simplest requirements
for arguments of the types handled by the classification functions.
Enforcement of more complex types may, of course, be built using the
classification functions, or it may be more convenient to use a module
designed for the more complex job, such as the Params::Validate manpage.

This module is implemented in XS, with a pure Perl backup version for
systems that can't handle XS.

%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Build.PL installdirs=vendor optimize="%{optflags}"
./Build build flags=%{?_smp_mflags}

%check
./Build test

%install
./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README

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

Reply via email to