diff --git a/perl-UNIVERSAL-isa.spec b/perl-UNIVERSAL-isa.spec index 6660f5a..d524e36 100644 --- a/perl-UNIVERSAL-isa.spec +++ b/perl-UNIVERSAL-isa.spec @@ -1,21 +1,20 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-UNIVERSAL-isa -Version: 1.20120726 +Version: 1.20171012 Release: 1mamba Summary: UNIVERSAL::isa - recover from people calling UNIVERSAL::isa as a function Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.cpan.org -Source: http://search.cpan.org/CPAN/authors/id/C/CH/CHROMATIC/UNIVERSAL-isa-%{version}.tar.gz +URL: https://www.cpan.org +Source: https://cpan.metacpan.org/modules/by-module/UNIVERSAL/UNIVERSAL-isa-%{version}.tar.gz License: GPL, Artistic ## AUTOBUILDREQ-BEGIN BuildRequires: perl-devel ## AUTOBUILDREQ-END Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description UNIVERSAL::isa - recover from people calling UNIVERSAL::isa as a function. @@ -48,10 +47,11 @@ done %files -f .packlist %defattr(-,root,root) -%doc LICENSE -## note: eventually add the remaining documents (if any) -# %doc README +%doc LICENCE %changelog +* Sat Feb 27 2021 Automatic Build System 1.20171012-1mamba +- automatic version update by autodist + * Thu Nov 15 2012 Silvan Calarco 1.20120726-1mamba - package created by silvan using the webbuild interface