Name: perl-Data-Fake Version: 0.006 Release: 1%{?dist} Summary: Declaratively generate fake structured data for testing License: Apache-2.0 URL: https://metacpan.org/release/Data-Fake Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Data-Fake-%{version}.tar.gz BuildArch: noarch BuildRequires: coreutils BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(:VERSION) >= 5.8.1 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(strict) BuildRequires: perl(warnings) # Run-time BuildRequires: perl(Carp) BuildRequires: perl(Exporter) >= 5.57 BuildRequires: perl(Import::Into) >= 1.002005 BuildRequires: perl(List::Util) BuildRequires: perl(Text::Lorem) BuildRequires: perl(Time::Piece) >= 1.27 # Test BuildRequires: perl(File::Spec) BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::More) >= 0.96 Requires: perl(Text::Lorem) %description This module generates randomized, fake structured data using declarative syntax. %prep %setup -q -n Data-Fake-%{version} %build perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 %{make_build} %install %{make_install} %{_fixperms} %{buildroot}/* %check export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print $1} else {print 1}' -- '%{?_smp_mflags}') make test %files %license LICENSE %doc Changes CONTRIBUTING.mkdn examples README %dir %{perl_vendorlib}/Data %{perl_vendorlib}/Data/Fake* %{_mandir}/man3/Data::Fake* %changelog * Mon Apr 29 2024 Jitka Plesnikova 0.006-1 - Specfile autogenerated by cpanspec 1.78.