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.10.tar.gz
|
||||||
|
/Module-Install-GithubMeta-0.14.tar.gz
|
||||||
|
@ -1,13 +1,12 @@
|
|||||||
Name: perl-Module-Install-GithubMeta
|
Name: perl-Module-Install-GithubMeta
|
||||||
Version: 0.10
|
Version: 0.14
|
||||||
Release: 6%{?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
|
||||||
Summary: A Module::Install extension to include GitHub meta information in META.yml
|
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
|
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
|
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))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -42,9 +41,7 @@ mv x README
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
make pure_install DESTDIR=%{buildroot}
|
||||||
|
|
||||||
make pure_install PERL_INSTALL_ROOT=%{buildroot}
|
|
||||||
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
||||||
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
|
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
|
%check
|
||||||
make test
|
make test
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc Changes LICENSE README
|
%doc Changes LICENSE README
|
||||||
%{perl_vendorlib}/*
|
%{perl_vendorlib}/*
|
||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 0.10-6
|
||||||
- Perl mass rebuild
|
- Perl mass rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user