Update to 0.09
This commit is contained in:
parent
d3d8b07494
commit
884ae5802d
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user