Name: perl-UUID Version: 0.28 Release: 1%{?dist} Summary: DCE compatible Universally Unique Identifier library for Perl License: Artistic 2.0 Group: Development/Libraries URL: http://search.cpan.org/dist/UUID/ Source0: http://www.cpan.org/authors/id/J/JR/JRM/UUID-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl >= 0:5.005 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description The UUID library is used to generate unique identifiers for objects that may be accessible beyond the local system. For instance, they could be used to generate unique HTTP cookies across multiple web servers without communication between the servers, and without fear of a name clash. %prep %setup -q -n UUID-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes License META.json README %{perl_vendorarch}/auto/* %{perl_vendorarch}/UUID* %{_mandir}/man3/* %changelog * Tue Feb 04 2020 Dave Cross 0.28-1 - Specfile autogenerated by cpanspec 1.78.