1.19 bump

This commit is contained in:
Petr Šabata 2015-05-28 13:49:20 +02:00
parent 7ef4f75929
commit d09f89c2ff
2 changed files with 7 additions and 5 deletions

View File

@ -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

View File

@ -1 +1 @@
3e621c9d42ef7e8277d33caf747f7746 Module-ScanDeps-1.18.tar.gz
ea2545dbf46bae4cc43d9d07cad77b96 Module-ScanDeps-1.19.tar.gz