[perl-ExtUtils-CChecker] Update to 0.09

Christopher Meng cicku at fedoraproject.org
Sat Dec 14 04:51:31 UTC 2013


commit 884ae5802d33d061ec92c31a96761c204d95d278
Author: Christopher Meng <i at cicku.me>
Date:   Sat Dec 14 12:26:10 2013 +0800

    Update to 0.09

 .gitignore                  |    1 +
 perl-ExtUtils-CChecker.spec |   14 +++++++++-----
 sources                     |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7b2ad5f..5b327c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 ExtUtils-CChecker-0.03.tar.gz
 /ExtUtils-CChecker-0.04.tar.gz
 /ExtUtils-CChecker-0.08.tar.gz
+/ExtUtils-CChecker-0.09.tar.gz
diff --git a/perl-ExtUtils-CChecker.spec b/perl-ExtUtils-CChecker.spec
index 06341f7..9aa684c 100644
--- a/perl-ExtUtils-CChecker.spec
+++ b/perl-ExtUtils-CChecker.spec
@@ -1,11 +1,12 @@
+%global pkgname ExtUtils-CChecker
+
 Name:           perl-ExtUtils-CChecker
-Version:        0.08
-Release:        5%{?dist}
+Version:        0.09
+Release:        1%{?dist}
 Summary:        Configure-time utilities for using C headers, libraries, or OS features
 License:        GPL+ or Artistic
-Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/ExtUtils-CChecker/
-Source0:        http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/ExtUtils-CChecker-0.08.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/%{pkgname}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(Carp)
@@ -25,7 +26,7 @@ Build.PL or Makefile.PL file to check for the existence of these
 requirements before attempting to actually build the module.
 
 %prep
-%setup -q -n ExtUtils-CChecker-%{version}
+%setup -qn %{pkgname}-%{version}
 
 %build
 perl Build.PL installdirs=vendor
@@ -44,6 +45,9 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/*
 
 %changelog
+* Sat Dec 14 2013 Christopher Meng <rpm at cicku.me> - 0.09-1
+- Update to 0.09
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.08-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 094587f..e3fc341 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-29df0875a60e2635f39f49b84aeaa502  ExtUtils-CChecker-0.08.tar.gz
+2c7b30a367fc67851be44f9b4c98b652  ExtUtils-CChecker-0.09.tar.gz



More information about the perl-devel mailing list