From 91025dee143aac3ed135ecebe51d1e6694e63030 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 3 May 2020 21:46:54 +0200 Subject: [PATCH] - updated to 0.012 --- perl-ExtUtils-InstallPaths.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/perl-ExtUtils-InstallPaths.spec b/perl-ExtUtils-InstallPaths.spec index 037e625..9f61354 100644 --- a/perl-ExtUtils-InstallPaths.spec +++ b/perl-ExtUtils-InstallPaths.spec @@ -7,18 +7,22 @@ Summary: ExtUtils::InstallPaths - Build.PL install path logic made easy Summary(pl.UTF-8): ExtUtils::InstallPaths - ułatwienie logiki ścieżek instalacyjnych Build.PL Name: perl-ExtUtils-InstallPaths -Version: 0.010 +Version: 0.012 Release: 1 # same as perl 5 License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/ExtUtils/%{pdir}-%{pnam}-%{version}.tar.gz -# Source0-md5: f0b00cc6c04653588a6298fa1f16c07f -URL: http://search.cpan.org/dist/ExtUtils-InstallPaths/ +# Source0-md5: 9a8d66aab1ffec98ea260faf03ac612b +URL: https://metacpan.org/release/ExtUtils-InstallPaths BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 +BuildRequires: rpmbuild(macros) >= 1.745 %if %{with tests} +BuildRequires: perl(File::Spec::Functions) >= 0.83 BuildRequires: perl-ExtUtils-Config >= 0.002 +BuildRequires: perl-File-Temp +BuildRequires: perl-Test-Simple %endif BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -70,6 +74,6 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc Changes README +%doc Changes %{perl_vendorlib}/ExtUtils/InstallPaths.pm %{_mandir}/man3/ExtUtils::InstallPaths.3pm* -- 2.44.0