1.19 bump
This commit is contained in:
parent
7ef4f75929
commit
d09f89c2ff
@ -1,6 +1,6 @@
|
||||
Name: perl-Module-ScanDeps
|
||||
Summary: Recursively scan Perl code for dependencies
|
||||
Version: 1.18
|
||||
Version: 1.19
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -8,7 +8,7 @@ Source0: http://search.cpan.org/CPAN/authors/id/R/RS/RSCHUPP/Module-ScanD
|
||||
URL: http://search.cpan.org/dist/Module-ScanDeps/
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(ExtUtils::MM_Unix)
|
||||
BuildRequires: perl(FindBin)
|
||||
BuildRequires: perl(Fcntl)
|
||||
@ -66,12 +66,11 @@ Test/More.pm). The values are hash references.
|
||||
%setup -q -n Module-ScanDeps-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} +
|
||||
%{_fixperms} %{buildroot}
|
||||
|
||||
%check
|
||||
@ -85,6 +84,9 @@ make test
|
||||
%{_mandir}/man3/Module::ScanDeps.3pm*
|
||||
|
||||
%changelog
|
||||
* Thu May 28 2015 Petr Šabata <contyk@redhat.com> - 1.19-1
|
||||
- 1.19 bump
|
||||
|
||||
* Fri Jan 30 2015 Petr Šabata <contyk@redhat.com> - 1.18-1
|
||||
- 1.18 bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user