Compare commits

...

4 Commits

View File

@ -1,21 +1,20 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Test-Without-Module Name: perl-Test-Without-Module
Version: 0.18 Version: 0.23
Release: 1mamba Release: 1mamba
Summary: Test::Without::Module - Test fallback behaviour in absence of modules Summary: Test::Without::Module - Test fallback behaviour in absence of modules
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org URL: https://www.cpan.org/
Source: http://search.cpan.org/CPAN/authors/id/C/CO/CORION/Test-Without-Module-%{version}.tar.gz Source: http://search.cpan.org/CPAN/authors/id/C/CO/CORION/Test-Without-Module-%{version}.tar.gz
License: GPL, Artistic License: GPL, Artistic
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: perl-devel BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Test::Without::Module - Test fallback behaviour in absence of modules. Test::Without::Module - Test fallback behaviour in absence of modules.
@ -53,5 +52,17 @@ done
# %doc README # %doc README
%changelog %changelog
* Tue Jul 16 2024 Automatic Build System <autodist@openmamba.org> 0.23-1mamba
- automatic version update by autodist
* Fri Jul 05 2024 Automatic Build System <autodist@openmamba.org> 0.22-1mamba
- automatic version update by autodist
* Sat Dec 10 2022 Automatic Build System <autodist@mambasoft.it> 0.21-1mamba
- automatic version update by autodist
* Sun Jun 11 2017 Automatic Build System <autodist@mambasoft.it> 0.20-1mamba
- automatic update by autodist
* Fri Jan 02 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.18-1mamba * Fri Jan 02 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.18-1mamba
- package created using the webbuild interface - package created using the webbuild interface