diff --git a/perl-App-Nopaste.spec b/perl-App-Nopaste.spec index 0a183ac..1933712 100644 --- a/perl-App-Nopaste.spec +++ b/perl-App-Nopaste.spec @@ -1,7 +1,7 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-App-Nopaste -Version: 1.004 +Version: 1.013 Release: 1mamba Summary: App::Nopaste - easy access to any pastebin Group: System/Libraries/Perl @@ -23,6 +23,8 @@ BuildRequires: perl-devel ## AUTOBUILDREQ-END BuildRequires: perl-JSON-MaybeXS BuildRequires: perl-namespace-clean +BuildRequires: perl-Path-Tiny +BuildRequires: perl-Module-Pluggable Requires: perl >= %perl_major_ver BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -33,6 +35,7 @@ App::Nopaste - easy access to any pastebin. %setup -q -n App-Nopaste-%{version} %build +PERL_MM_USE_DEFAULT=1 \ %{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %make @@ -58,10 +61,11 @@ done %files -f .packlist %defattr(-,root,root) %doc LICENSE -## note: eventually add the remaining documents (if any) -# %doc README README.md %changelog +* Mon Feb 10 2020 Automatic Build System 1.013-1mamba +- automatic update by autodist + * Fri Mar 20 2015 Automatic Build System 1.004-1mamba - automatic update by autodist