[perl-Workflow] Update to 1.34

Emmanuel Seyman eseyman at fedoraproject.org
Sun Feb 5 11:23:13 UTC 2012


commit 1cda55a3491c442f958a2b0906ef3d98ad6f415a
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Sun Feb 5 12:23:00 2012 +0100

    Update to 1.34

 filter-provides.sh |    3 ---
 filter-requires.sh |    4 ----
 perl-Workflow.spec |   29 +++++++++++++----------------
 sources            |    2 +-
 4 files changed, 14 insertions(+), 24 deletions(-)
---
diff --git a/perl-Workflow.spec b/perl-Workflow.spec
index 1a14fc9..251596d 100644
--- a/perl-Workflow.spec
+++ b/perl-Workflow.spec
@@ -1,6 +1,6 @@
 Name:           perl-Workflow
-Version:        1.32
-Release:        9%{?dist}
+Version:        1.34
+Release:        1%{?dist}
 Summary:        Simple, flexible system to implement workflows
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -9,12 +9,6 @@ Source0:        http://www.cpan.org/authors/id/J/JO/JONASBN/Workflow-%{version}.
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-Source98: filter-provides.sh
-Source99: filter-requires.sh
-
-%define __perl_provides %{SOURCE98}
-%define __perl_requires %{SOURCE99}
-
 BuildRequires:  perl 
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Module::Build)
@@ -60,6 +54,11 @@ BuildRequires:  perl(Data::UUID)
 
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%{?perl_default_filter}
+%global __requires_exclude %{?__requires_exclude}|perl\\(DBI\\)
+%global __requires_exclude %{?__requires_exclude}|perl\\(Data::UUID\\)
+%global __requires_exclude %{?__requires_exclude}|perl\\(File::Spec::Functions\\)
+
 %description
 The 'Workflow' Perl module implements a standalone workflow system. It
 aims to be simple but flexible and therefore powerful. Each piece of
@@ -70,15 +69,11 @@ systems.
 %prep
 %setup -q -n Workflow-%{version}
 
-chmod +x %{SOURCE98} %{SOURCE99}
-
 %build
 %{__perl} Build.PL installdirs=vendor
 ./Build
 
 %install
-rm -rf %{buildroot}
-
 ./Build install destdir=%{buildroot} create_packlist=0
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
@@ -88,16 +83,18 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 # note: these are a little noisy.
 ./Build test
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README TODO doc/ eg/ struct/ 
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 03 2012 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 1.34-1
+- Update to 1.34
+- Clean up spec file
+- Add perl default filter
+- Move the req and prov filters inline
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.32-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 1d2089e..9973ad1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fd82389980de5640b9b100c17a930f90  Workflow-1.32.tar.gz
+6a63832720fd61978c3cd4dc1bc4febf  Workflow-1.34.tar.gz


More information about the scm-commits mailing list