Hello community,
here is the log from the commit of package perl-MooseX-Workers for
openSUSE:Factory checked in at 2011-12-30 08:46:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MooseX-Workers (Old)
and /work/SRC/openSUSE:Factory/.perl-MooseX-Workers.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MooseX-Workers", Maintainer is ""
Changes:
--------
New Changes file:
--- /dev/null 2010-08-26 16:28:41.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-MooseX-Workers.new/perl-MooseX-Workers.changes
2011-12-30 08:46:22.000000000 +0100
@@ -0,0 +1,6 @@
+-------------------------------------------------------------------
+Fri Apr 1 11:59:27 UTC 2011 - [email protected]
+
+- initial package 0.16
+ * created by cpanspec 1.78.03
+
New:
----
MooseX-Workers-0.16.tar.gz
perl-MooseX-Workers.changes
perl-MooseX-Workers.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-MooseX-Workers.spec ++++++
#
# spec file for package perl-MooseX-Workers
#
# 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-MooseX-Workers
Version: 0.16
Release: 0
%define cpan_name MooseX-Workers
Summary: Simple sub-process management for asynchronous tasks
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/MooseX-Workers/
Source:
http://www.cpan.org/authors/id/J/JH/JHANNAH/MooseX-Workers-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(DateTime)
BuildRequires: perl(Moose) >= 0.90
BuildRequires: perl(POE) >= 1.004
Requires: perl(DateTime)
Requires: perl(Moose) >= 0.90
Requires: perl(POE) >= 1.004
%{perl_requires}
%description
MooseX::Workers is a Role that provides easy delegation of long-running
tasks into a managed child process. Process management is taken care of via
POE and its POE::Wheel::Run module.
%prep
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
%{__make} test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(644,root,root,755)
%doc Changes README
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]