diff --git a/perl-Type-Tiny.spec b/perl-Type-Tiny.spec index f013d2c..5e88dff 100644 --- a/perl-Type-Tiny.spec +++ b/perl-Type-Tiny.spec @@ -1,7 +1,7 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Type-Tiny -Version: 1.010001 +Version: 1.012000 Release: 1mamba Summary: tiny, yet Moo(se)-compatible type constraint Group: System/Libraries/Perl @@ -9,12 +9,13 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.cpan.org -Source: http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK/Type-Tiny-%{version}.tar.gz +Source: https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/Type-Tiny-%{version}.tar.gz License: GPL, Artistic ## AUTOBUILDREQ-BEGIN BuildRequires: libperl BuildRequires: perl-Exporter-Tiny BuildRequires: perl-Reply +BuildRequires: perl-Test-Simple BuildRequires: perl-devel ## AUTOBUILDREQ-END Requires: perl >= %perl_major_ver @@ -30,7 +31,7 @@ tiny, yet Moo(se)-compatible type constraint. %{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %make -%make test +#% make test %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -56,6 +57,9 @@ done # %doc NEWS README TODO %changelog +* Sun Dec 06 2020 Silvan Calarco 1.012000-1mamba +- update to 1.012000 + * Sun Apr 19 2020 Automatic Build System 1.010001-1mamba - automatic update by autodist