[perl-Async-MergePoint] 0.04 bump

Petr Šabata psabata at fedoraproject.org
Wed Jun 5 08:52:36 UTC 2013


commit aa4baea0ef7287734285fe6e2d04996110433580
Author: Petr Šabata <contyk at redhat.com>
Date:   Wed Jun 5 10:52:25 2013 +0200

    0.04 bump
    
    - Spec cleanup
    - Correct summary and description spellings

 .gitignore                 |    1 +
 perl-Async-MergePoint.spec |   43 ++++++++++++++++++++-----------------------
 sources                    |    2 +-
 3 files changed, 22 insertions(+), 24 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8e5e3ee..c6fcb10 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Async-MergePoint-0.03.tar.gz
+/Async-MergePoint-0.04.tar.gz
diff --git a/perl-Async-MergePoint.spec b/perl-Async-MergePoint.spec
index fef24a3..7116ffc 100644
--- a/perl-Async-MergePoint.spec
+++ b/perl-Async-MergePoint.spec
@@ -1,56 +1,53 @@
 Name:           perl-Async-MergePoint
-Version:        0.03
-Release:        10%{?dist}
-Summary:        Resynchronise diverged control flow
+Version:        0.04
+Release:        1%{?dist}
+Summary:        Resynchronize diverged control flow
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Async-MergePoint/
 Source0:        http://www.cpan.org/authors/id/P/PE/PEVANS/Async-MergePoint-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:  perl(warnings)
+Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 
 %description
 Often in program logic, multiple different steps need to be taken that are
 independent of each other, but their total result is needed before the next
-step can be taken. In synchonous code, the usual approach is to do them
+step can be taken. In synchronous code, the usual approach is to do them
 sequentially.
 
 %prep
 %setup -q -n Async-MergePoint-%{version}
 
-
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
-
 %install
-rm -rf $RPM_BUILD_ROOT
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-
-%{_fixperms} $RPM_BUILD_ROOT/*
-
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+%{_fixperms} %{buildroot}/*
 
 %check
 make test
 
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc Changes LICENSE README
 %{perl_vendorlib}/Async
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 05 2013 Petr Šabata <contyk at redhat.com> - 0.04-1
+- 0.04 bump
+- Spec cleanup
+- Correct summary and description spellings
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.03-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 42185d9..cf1ed04 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f4a6f9a9dc0a1748f503c01893d544cc  Async-MergePoint-0.03.tar.gz
+e9055c122e02fd75c8d604bb1dca49ca  Async-MergePoint-0.04.tar.gz


More information about the scm-commits mailing list