1
0
forked from perl/perl-Workflow

Accepting request 296208 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/296208
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Workflow?expand=0&rev=10
This commit is contained in:
Stephan Kulow
2015-04-15 05:27:26 +00:00
committed by Git OBS Bridge
parent c44045a39e
commit 1c19fab87d
4 changed files with 36 additions and 68 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d84a083ea31e9e0190f37f50bc31ea9bb276ee9608fd99049688b7095d15713
size 151669

3
Workflow-1.41.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:639fd428ddf186fdc7cad517cb7522b2bf092df26ef48470b2e8f747c4e8286e
size 177086

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 14 15:40:20 UTC 2015 - coolo@suse.com
- updated to 1.41
see /usr/share/doc/packages/perl-Workflow/Changes
-------------------------------------------------------------------
Wed Dec 1 13:36:03 UTC 2010 - coolo@novell.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Workflow
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,107 +15,69 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
%bcond_with opt
%bcond_with pod
Name: perl-Workflow
Version: 1.41
Release: 0
%define cpan_name Workflow
Summary: Simple, flexible system to implement workflows
Version: 1.34
Release: 1
License: GPL+ or Artistic
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Workflow/
#Source: http://www.cpan.org/modules/by-module/Workflow/Workflow-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
Source: http://www.cpan.org/authors/id/J/JO/JONASBN/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl(Module::Build)
BuildRequires: perl-macros
%if %{with opt}
BuildRequires: perl(DBD::SQLite)
BuildRequires: perl(Data::UUID)
BuildRequires: perl(SPOPS)
%endif
%if %{with pod}
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
BuildRequires: perl(Test::Pod) >= 1.14
%endif
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More) >= 0.41
#
BuildRequires: perl(Carp)
BuildRequires: perl(Class::Accessor) >= 0.18
BuildRequires: perl(Class::Factory) >= 1
BuildRequires: perl(Class::Factory) >= 1.00
BuildRequires: perl(Class::Observable) >= 1.04
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(DateTime) >= 0.15
BuildRequires: perl(DateTime::Format::Strptime) >= 1
BuildRequires: perl(DBD::Mock) >= 0.1
BuildRequires: perl(DBD::Mock) >= 0.10
BuildRequires: perl(DBI)
BuildRequires: perl(Exception::Class) >= 1.1
BuildRequires: perl(DateTime) >= 0.15
BuildRequires: perl(DateTime::Format::Strptime) >= 1.00
BuildRequires: perl(Exception::Class) >= 1.10
BuildRequires: perl(File::Slurp)
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(Log::Dispatch) >= 2
BuildRequires: perl(Log::Dispatch) >= 2.00
BuildRequires: perl(Log::Log4perl) >= 0.34
BuildRequires: perl(XML::Simple) >= 2
#
Requires: perl(Carp)
BuildRequires: perl(Module::Build) >= 0.40
BuildRequires: perl(Test::Exception)
BuildRequires: perl(XML::Simple) >= 2.00
Requires: perl(Class::Accessor) >= 0.18
Requires: perl(Class::Factory) >= 1
Requires: perl(Class::Factory) >= 1.00
Requires: perl(Class::Observable) >= 1.04
Requires: perl(Data::Dumper)
Requires: perl(DateTime) >= 0.15
Requires: perl(DateTime::Format::Strptime) >= 1
Requires: perl(DBI)
Requires: perl(Exception::Class) >= 1.1
Requires: perl(DateTime) >= 0.15
Requires: perl(DateTime::Format::Strptime) >= 1.00
Requires: perl(Exception::Class) >= 1.10
Requires: perl(File::Slurp)
Requires: perl(Log::Dispatch) >= 2
Requires: perl(Log::Dispatch) >= 2.00
Requires: perl(Log::Log4perl) >= 0.34
Requires: perl(XML::Simple) >= 2
Requires: perl(XML::Simple) >= 2.00
Recommends: perl(Data::UUID)
Recommends: perl(SPOPS)
%{perl_requires}
%description
The 'Workflow' Perl module implements a standalone workflow system. It
aims to be simple but flexible and therefore powerful. Each piece of
the workflow system has a direct and easily stated job, and hopefully
you`ll find that you can put the pieces together to create very useful
systems.
Read 'perldoc Workflow' for a more detailed introduction, sample usage,
interactions with your applications, and more.
Authors:
--------
Chris Winters <chris@cwinters.com>
Jonas B. Nielsen <jonasbn@cpan.org>
Simple, flexible system to implement workflows
%prep
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Build.PL installdirs=vendor
./Build
./Build build flags=%{?_smp_mflags}
%check
%if %{with pod}
TEST_POD=1 ./Build test
%else
./Build test
%endif
%install
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files -f %{name}.files
%defattr(-,root,root,-)
%defattr(-,root,root,755)
%doc Changes doc eg README struct TODO
%changelog