Name: perl-MooX-Locale-Passthrough Version: 0.001 Release: 2%{?dist} Summary: Provide API used in translator modules without translating License: GPL+ or Artistic URL: http://search.cpan.org/dist/MooX-Locale-Passthrough/ Source0: http://www.cpan.org/authors/id/R/RE/REHSACK/MooX-Locale-Passthrough-%{version}.tar.gz BuildArch: noarch BuildRequires: make BuildRequires: perl-interpreter BuildRequires: perl-generators 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(Moo::Role) # Tests BuildRequires: perl(Moo) >= 1.003 BuildRequires: perl(Test::More) >= 0.90 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) # 1.003 from Moo in META.json which is not used Requires: perl(Moo::Role) >= 1.003 %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Moo::Role\\)$ %description MooX::Locale::Passthrough is made to allow CPAN modules use translator API without adding heavy dependencies (external software) or requirements (operating resulting solution). %prep %setup -q -n MooX-Locale-Passthrough-%{version} %build perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files %doc Changes README.md %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Jul 27 2017 Fedora Release Engineering - 0.001-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Thu Jun 29 2017 Jitka Plesnikova - 0.001-1 - Initial release