Name: perl-Data-IEEE754 Version: 0.02 Release: 1%{?dist} Summary: Pack and unpack big-endian IEEE754 floats and doubles License: Artistic 2.0 Group: Development/Libraries URL: http://search.cpan.org/dist/Data-IEEE754/ Source0: http://www.cpan.org/authors/id/M/MA/MAXMIND/Data-IEEE754-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Exporter) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Spec) BuildRequires: perl(strict) BuildRequires: perl(Test::Bits) BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(utf8) BuildRequires: perl(warnings) Requires: perl(Exporter) Requires: perl(strict) Requires: perl(utf8) Requires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Provides: perl(Data::IEEE754) %description This module provides some simple convenience functions for packing and unpacking IEEE 754 floats and doubles. %prep %setup -q -n Data-IEEE754-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor 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 -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 CONTRIBUTING.md cpanfile dist.ini LICENSE META.json perlcriticrc perltidyrc README.md tidyall.ini %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Jul 23 2020 Greg Wildman 0.02-1 - Specfile autogenerated by cpanspec 1.78.