Name: perl-Text-Lorem Version: 0.34 Release: 1%{?dist} Summary: Generate random Latin looking text License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/Text-Lorem Source0: https://cpan.metacpan.org/authors/id/A/AD/ADEOLA/Text-Lorem-%{version}.tar.gz # Install executable file (GH PR#7) Patch0: Text-Lorem-0.34-Install-executable-file.patch BuildArch: noarch BuildRequires: coreutils BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 # Run-time BuildRequires: perl(strict) BuildRequires: perl(vars) BuildRequires: perl(warnings) # Tests BuildRequires: perl(Test::More) %description Often when developing a website or other application it's important to have placeholders for content. This module generates prescribed amounts of fake Latin text. %prep %autosetup -p1 -n Text-Lorem-%{version} %build perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 %{make_build} %install %{make_install} %{_fixperms} %{buildroot}/* %check make test %files %doc CHANGES README %{_bindir}/lorem %{perl_vendorlib}/Text/Lorem.pm %{_mandir}/man1/lorem.1* %{_mandir}/man3/Text::Lorem.3* %changelog * Mon Apr 29 2024 Jitka Plesnikova 0.34-1 - Specfile autogenerated by cpanspec 1.78.