0.30 bump
This commit is contained in:
parent
9d80fb6c38
commit
f20211a16b
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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@redhat.com> - 0.30-1
|
||||
- 0.30 bump
|
||||
|
||||
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.28-3
|
||||
- Perl 5.20 rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user