update to 1.012000 [release 1.012000-1mamba;Sun Dec 06 2020]
This commit is contained in:
parent
dddb3e33c8
commit
0e5a0407e4
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 1.012000-1mamba
|
||||
- update to 1.012000
|
||||
|
||||
* Sun Apr 19 2020 Automatic Build System <autodist@mambasoft.it> 1.010001-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user