update to 0.14

This commit is contained in:
Iain Arnell 2011-10-16 12:14:26 +02:00
parent cffaade376
commit 14c88a10af
3 changed files with 10 additions and 11 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
Module-Install-GithubMeta-0.10.tar.gz
/Module-Install-GithubMeta-0.14.tar.gz

View File

@ -1,13 +1,12 @@
Name: perl-Module-Install-GithubMeta
Version: 0.10
Release: 6%{?dist}
Version: 0.14
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
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch: noarch
@ -42,9 +41,7 @@ mv x README
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make pure_install PERL_INSTALL_ROOT=%{buildroot}
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
@ -53,16 +50,17 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
%check
make test
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc Changes LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*
%changelog
* Sun Oct 16 2011 Iain Arnell <iarnell@gmail.com> 0.14-1
- update to latest upstream version
- clean up spec for modern rpmbuild
- use DESTDIR, not PERL_INSTALL_ROOT
* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 0.10-6
- Perl mass rebuild

View File

@ -1 +1 @@
bb0aba4ae24c2ee526c7bf8e2b318620 Module-Install-GithubMeta-0.10.tar.gz
4330b2728f04f95501493c1df7cc2a04 Module-Install-GithubMeta-0.14.tar.gz