diff --git a/perl-UUID-Tiny.spec b/perl-UUID-Tiny.spec index 3bea7d97bd34ba4428baebb3005871f6c85e2508..624f2b119c8808a521189780a12af962d1020943 100644 --- a/perl-UUID-Tiny.spec +++ b/perl-UUID-Tiny.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: perl-UUID-Tiny -Version: 1.04 +Version: 1.04-r1 Release: 1 Summary: Pure Perl UUID Support With Functional Interface -License: GPL+ or Artistic +License: Perl License Group: Development/Libraries URL: http://search.cpan.org/dist/UUID-Tiny/ Source0: http://www.cpan.org/authors/id/C/CA/CAUGUSTIN/UUID-Tiny-%{version}.tar.gz @@ -12,18 +12,15 @@ BuildRequires: perl-generators BuildRequires: perl(Carp) BuildRequires: perl(Digest::MD5) BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(IO::File) BuildRequires: perl(MIME::Base64) -BuildRequires: perl(POSIX) BuildRequires: perl(Test::More) BuildRequires: perl(Time::HiRes) Requires: perl(Carp) Requires: perl(Digest::MD5) -Requires: perl(IO::File) Requires: perl(MIME::Base64) -Requires: perl(POSIX) Requires: perl(Test::More) Requires: perl(Time::HiRes) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description UUID::Tiny is a lightweight, low dependency Pure Perl module for UUID creation and testing. This module provides the creation of version 1 time @@ -71,7 +68,7 @@ if [ -d usr/lib ];then fi popd mv %{buildroot}/filelist.lst . -%check || : +%check make test %clean @@ -85,5 +82,5 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog -* Sun May 23 2021 Perl_Bot 1.04-1 +* Sat Jun 05 2021 Perl_Bot 1.04-1 - Specfile autogenerated by Perl_Bot