Name: perl-Text-Trim Version: 1.04 Release: 1%{?dist} Summary: Remove leading and/or trailing whitespace from strings License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/dist/Text-Trim Source0: http://www.cpan.org/modules/by-module/Text/Text-Trim-%{version}.tar.gz BuildArch: noarch BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(:VERSION) >= 5.6.0 BuildRequires: perl(ExtUtils::MakeMaker) # Run-time BuildRequires: perl(Exporter) # Tests #BuildRequires: perl(File::Spec::Functions) BuildRequires: perl(Test::More) %description This module provides functions for removing leading and/or trailing whitespace from strings. It is basically a wrapper around some simple regexes with a flexible context-based interface. %prep %setup -q -n Text-Trim-%{version} %build perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 %{make_build} %install %{make_install} %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files %doc Changes README README.md %license LICENSE %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Jan 29 2025 Michal Josef Spacek 1.04-1 - Specfile autogenerated by cpanspec 1.78.