diff --git a/perl-UNIVERSAL-require.spec b/perl-UNIVERSAL-require.spec index c952e9a..95505d6 100644 --- a/perl-UNIVERSAL-require.spec +++ b/perl-UNIVERSAL-require.spec @@ -1,19 +1,18 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-UNIVERSAL-require -Version: 0.13 -Release: 2mamba +Version: 0.18 +Release: 1mamba Summary: UNIVERSAL::require - require() modules from a variable Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Automatic Build System -URL: http://www.cpan.org -Source: http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/UNIVERSAL-require-%{version}.tar.gz +URL: https://www.cpan.org +Source: https://cpan.metacpan.org/modules/by-module/UNIVERSAL/UNIVERSAL-require-%{version}.tar.gz License: GPL, Artistic Requires: perl >= %perl_major_ver BuildRequires: perl-devel >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description If you've ever had to do this... @@ -74,6 +73,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Wed Feb 24 2021 Automatic Build System 0.18-1mamba +- automatic version update by autodist + * Tue Nov 13 2012 Silvan Calarco 0.13-2mamba - perl 5.16 mass rebuild