[perl-Async-MergePoint] Cleanup.

Christopher Meng cicku at fedoraproject.org
Fri Aug 9 03:21:45 UTC 2013


commit f3671e81701161c14adfcdb15368c27ed487fa10
Author: Koji <koji at fedoraproject.org>
Date:   Fri Aug 9 11:21:20 2013 +0800

    Cleanup.

 perl-Async-MergePoint.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/perl-Async-MergePoint.spec b/perl-Async-MergePoint.spec
index 9c83a6b..6817558 100644
--- a/perl-Async-MergePoint.spec
+++ b/perl-Async-MergePoint.spec
@@ -1,11 +1,12 @@
+%global pkgname Async-MergePoint
+
 Name:           perl-Async-MergePoint
 Version:        0.04
-Release:        3%{?dist}
+Release:        4%{?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
+Source0:        http://www.cpan.org/authors/id/P/PE/PEVANS/%{pkgname}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(Carp)
@@ -23,7 +24,7 @@ step can be taken. In synchronous code, the usual approach is to do them
 sequentially.
 
 %prep
-%setup -q -n Async-MergePoint-%{version}
+%setup -qn %{pkgname}-%{version}
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -43,6 +44,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Aug 08 2013 Christopher Meng <rpm at cicku.me> - 0.04-4
+- Cleanup.
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.04-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list