automatic version update by autodist [release 0.28-1mamba;Wed Feb 24 2021]

This commit is contained in:
Automatic Build System 2024-01-06 09:51:21 +01:00
parent 7e6d35e88b
commit 5f89fe8f09

View File

@ -1,15 +1,15 @@
%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-UUID Name: perl-UUID
Version: 0.05 Version: 0.28
Release: 1mamba Release: 1mamba
Summary: UUID - Perl extension for using UUID interfaces as defined in e2fsprogs Summary: UUID - Perl extension for using UUID interfaces as defined in e2fsprogs
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/L/LZ/LZAP/UUID-%{version}.tar.gz Source: https://cpan.metacpan.org/modules/by-module/UUID/UUID-%{version}.tar.gz
License: GPL, Artistic License: GPL, Artistic
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -18,7 +18,6 @@ BuildRequires: libuuid-devel
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
UUID - Perl extension for using UUID interfaces as defined in e2fsprogs. UUID - Perl extension for using UUID interfaces as defined in e2fsprogs.
@ -56,5 +55,8 @@ done
# #
%changelog %changelog
* Wed Feb 24 2021 Automatic Build System <autodist@mambasoft.it> 0.28-1mamba
- automatic version update by autodist
* Tue Dec 16 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.05-1mamba * Tue Dec 16 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.05-1mamba
- package created using the webbuild interface - package created using the webbuild interface