# Detect the distribution in use %global __despace head -n 1 | tr -d '[:space:]' | sed -e 's/[(].*[)]//g' %global __lower4 cut -c 1-4 | tr '[:upper:]' '[:lower:]' %global __distfile %([ -f /etc/SuSE-release ] && echo /etc/SuSE-release || echo /etc/redhat-release) %global __distinit %(sed -e 's/ release .*//' -e 's/\\([A-Za-z]\\)[^ ]*/\\1/g' %{__distfile} | %{__despace} | %{__lower4}) %global __distvers %(sed -e 's/.* release \\([^. ]*\\).*/\\1/' %{__distfile} | %{__despace}) # Identify Alma, CentOS, CentOS Stream and Rocky Linux as rhel %if "%{__distinit}" == "a" || "%{__distinit}" == "c" || "%{__distinit}" == "cl" || "%{__distinit}" == "cs" || "%{__distinit}" == "rl" %global __distinit rhel %endif # Dist tag for Fedora is still "fc" %if "%{__distinit}" == "f" %global __distinit fc %endif Name: perl-Fennec-Lite Version: 0.004 Release: 29.%{__distinit}%{__distvers} Summary: Minimalist Fennec, the commonly used bits License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/Fennec-Lite Source0: http://cpan.metacpan.org/authors/id/E/EX/EXODIST/Fennec-Lite-%{version}.tar.gz BuildArch: noarch # Module Build BuildRequires: coreutils BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(Module::Build) # Module Runtime BuildRequires: perl(B) BuildRequires: perl(Carp) BuildRequires: perl(List::Util) BuildRequires: perl(strict) BuildRequires: perl(Test::Builder) >= 0.88 BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(warnings) # Test Suite # (no additional dependencies) # Dependencies %if 0%{?fedora} < 38 && 0%{?rhel} < 10 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %endif Requires: perl(Test::Builder) >= 0.88 Requires: perl(Test::More) >= 0.88 %description Fennec does a ton, but it may be hard to adopt it all at once. It also is a large project, and has not yet been fully split into component projects. Fennec::Lite takes a minimalist approach to do for Fennec what Mouse does for Moose. %prep %setup -q -n Fennec-Lite-%{version} %build perl Build.PL --installdirs=vendor ./Build %install ./Build install --destdir=%{buildroot} --create_packlist=0 %{_fixperms} -c %{buildroot} %check ./Build test %files %doc README %{perl_vendorlib}/Fennec/ %{_mandir}/man3/Fennec::Lite.3* %changelog * Sun Jul 16 2023 Paul Howarth - 0.004-29 - Use SPDX-format license tag - Fix permissions verbosely * Thu Jun 6 2019 Paul Howarth - 0.004-18 - Perl 5.30 rebuild * Tue Aug 23 2016 Paul Howarth - 0.004-10 - Classify buildreqs by usage * Wed Aug 14 2013 Paul Howarth - 0.004-5 - Import from Fedora * Sat Aug 03 2013 Fedora Release Engineering - 0.004-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Jul 17 2013 Petr Pisar - 0.004-3 - Perl 5.18 rebuild * Thu Feb 14 2013 Fedora Release Engineering - 0.004-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Jul 12 2012 Jitka Plesnikova 0.004-1 - Specfile autogenerated by cpanspec 1.78.