Update to 0.09

This commit is contained in:
Christopher Meng 2013-12-14 12:26:10 +08:00
parent d3d8b07494
commit 884ae5802d
3 changed files with 11 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
ExtUtils-CChecker-0.03.tar.gz ExtUtils-CChecker-0.03.tar.gz
/ExtUtils-CChecker-0.04.tar.gz /ExtUtils-CChecker-0.04.tar.gz
/ExtUtils-CChecker-0.08.tar.gz /ExtUtils-CChecker-0.08.tar.gz
/ExtUtils-CChecker-0.09.tar.gz

View File

@ -1,11 +1,12 @@
%global pkgname ExtUtils-CChecker
Name: perl-ExtUtils-CChecker Name: perl-ExtUtils-CChecker
Version: 0.08 Version: 0.09
Release: 5%{?dist} Release: 1%{?dist}
Summary: Configure-time utilities for using C headers, libraries, or OS features Summary: Configure-time utilities for using C headers, libraries, or OS features
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/ExtUtils-CChecker/ 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 BuildArch: noarch
BuildRequires: perl BuildRequires: perl
BuildRequires: perl(Carp) 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. requirements before attempting to actually build the module.
%prep %prep
%setup -q -n ExtUtils-CChecker-%{version} %setup -qn %{pkgname}-%{version}
%build %build
perl Build.PL installdirs=vendor perl Build.PL installdirs=vendor
@ -44,6 +45,9 @@ perl Build.PL installdirs=vendor
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Sat Dec 14 2013 Christopher Meng <rpm@cicku.me> - 0.09-1
- Update to 0.09
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-5 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
29df0875a60e2635f39f49b84aeaa502 ExtUtils-CChecker-0.08.tar.gz 2c7b30a367fc67851be44f9b4c98b652 ExtUtils-CChecker-0.09.tar.gz