Update to 0.18
This commit is contained in:
parent
9be6ac030c
commit
77ecf6c5dd
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
Module-Install-GithubMeta-0.10.tar.gz
|
Module-Install-GithubMeta-0.10.tar.gz
|
||||||
/Module-Install-GithubMeta-0.14.tar.gz
|
/Module-Install-GithubMeta-0.14.tar.gz
|
||||||
/Module-Install-GithubMeta-0.16.tar.gz
|
/Module-Install-GithubMeta-0.16.tar.gz
|
||||||
|
/Module-Install-GithubMeta-0.18.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Module-Install-GithubMeta
|
Name: perl-Module-Install-GithubMeta
|
||||||
Version: 0.16
|
Version: 0.18
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
# lib/Module/Install/GithubMeta.pm -> GPL+ or Artistic
|
# lib/Module/Install/GithubMeta.pm -> GPL+ or Artistic
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -10,8 +10,11 @@ Url: http://search.cpan.org/dist/Module-Install-GithubMeta
|
|||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
BuildRequires: perl(base)
|
||||||
BuildRequires: perl(Capture::Tiny) >= 0.05
|
BuildRequires: perl(Capture::Tiny) >= 0.05
|
||||||
|
BuildRequires: perl(Cwd)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
||||||
|
BuildRequires: perl(File::Path)
|
||||||
BuildRequires: perl(Module::Install) >= 0.85
|
BuildRequires: perl(Module::Install) >= 0.85
|
||||||
BuildRequires: perl(Test::More) >= 0.47
|
BuildRequires: perl(Test::More) >= 0.47
|
||||||
BuildRequires: perl(Test::Pod)
|
BuildRequires: perl(Test::Pod)
|
||||||
@ -56,6 +59,10 @@ make test
|
|||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 22 2012 Jitka Plesnikova <jplesnik@redhat.com> - 0.18-1
|
||||||
|
- 0.18 bump
|
||||||
|
- Specify all dependencies.
|
||||||
|
|
||||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16-3
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user