update to 0.14
This commit is contained in:
parent
cffaade376
commit
14c88a10af
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
Module-Install-GithubMeta-0.10.tar.gz
|
||||
/Module-Install-GithubMeta-0.14.tar.gz
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user