[perl-Module-Install-GithubMeta/f22] 0.30 bump

Jitka Plesnikova jplesnik at fedoraproject.org
Mon Mar 23 12:18:15 UTC 2015


commit 97265be38e7f7ebf919db6e339181c5d72ae2baf
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Mon Mar 23 13:17:32 2015 +0100

    0.30 bump

 .gitignore                          |  1 +
 perl-Module-Install-GithubMeta.spec | 25 ++++++++++++++++++-------
 sources                             |  2 +-
 3 files changed, 20 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 93db7ad..00efa1d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ Module-Install-GithubMeta-0.10.tar.gz
 /Module-Install-GithubMeta-0.24.tar.gz
 /Module-Install-GithubMeta-0.26.tar.gz
 /Module-Install-GithubMeta-0.28.tar.gz
+/Module-Install-GithubMeta-0.30.tar.gz
diff --git a/perl-Module-Install-GithubMeta.spec b/perl-Module-Install-GithubMeta.spec
index f238d9b..1ef0858 100644
--- a/perl-Module-Install-GithubMeta.spec
+++ b/perl-Module-Install-GithubMeta.spec
@@ -1,23 +1,32 @@
 Name:       perl-Module-Install-GithubMeta 
-Version:    0.28
-Release:    3%{?dist}
+Version:    0.30
+Release:    1%{?dist}
 # lib/Module/Install/GithubMeta.pm -> GPL+ or Artistic
 License:    GPL+ or Artistic 
 Group:      Development/Libraries
 Summary:    A Module::Install extension to include GitHub meta information in META.yml 
 Source:     http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Module-Install-GithubMeta-%{version}.tar.gz 
 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
 
 BuildRequires: perl(base)
 BuildRequires: perl(Capture::Tiny) >= 0.05
+BuildRequires: perl(Config)
 BuildRequires: perl(Cwd)
 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
+BuildRequires: perl(ExtUtils::Manifest)
+BuildRequires: perl(Fcntl)
 BuildRequires: perl(File::Path)
+BuildRequires: perl(File::Find)
+BuildRequires: perl(File::Spec)
+BuildRequires: perl(Module::Build)
 BuildRequires: perl(Module::Install) >= 0.85
+BuildRequires: perl(strict)
 BuildRequires: perl(Test::More) >= 0.47
 BuildRequires: perl(Test::Pod)
+BuildRequires: perl(vars)
+BuildRequires: perl(warnings)
 
 Requires:      perl(Module::Install) >= 0.85
 
@@ -40,25 +49,27 @@ cat README | iconv -f `file --mime-encoding --brief README` -t UTF-8 > x
 mv x README
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
-
 %{_fixperms} %{buildroot}/*
 
 %check
 make test
 
 %files
-%doc Changes LICENSE README 
+%license LICENSE
+%doc README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Mar 23 2015 Jitka Plesnikova <jplesnik at redhat.com> - 0.30-1
+- 0.30 bump
+
 * Thu Aug 28 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.28-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index ccdb381..ac65646 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0fe7c78584948d94ff9e98da3a7436c7  Module-Install-GithubMeta-0.28.tar.gz
+c5a3ab6d2e66c9e5c534ca855b9363c8  Module-Install-GithubMeta-0.30.tar.gz


More information about the scm-commits mailing list