# 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-Data-Section Version: 0.200008 Release: 2.%{__distinit}%{__distvers} Summary: Read multiple hunks of data out of your DATA section License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/Data-Section Source0: https://cpan.metacpan.org/modules/by-module/Data/Data-Section-%{version}.tar.gz Patch0: Data-Section-0.200008-old-EU::MM.patch BuildArch: noarch # Module Build BuildRequires: coreutils BuildRequires: findutils BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(ExtUtils::MakeMaker) # Module Runtime BuildRequires: perl(Encode) BuildRequires: perl(MRO::Compat) >= 0.09 BuildRequires: perl(strict) BuildRequires: perl(Sub::Exporter) >= 0.979 BuildRequires: perl(warnings) # Test Suite BuildRequires: perl(base) BuildRequires: perl(lib) BuildRequires: perl(Test::FailWarnings) BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(utf8) # Optional Tests BuildRequires: perl(CPAN::Meta) >= 2.120900 # Extra Tests BuildRequires: perl(Test::Pod) >= 1.41 # Dependencies %if 0%{?fedora} < 38 && 0%{?rhel} < 10 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %endif # Old provides generator does not support the syntax used in this module %if 0%{?fedora} < 21 && 0%{?rhel} < 8 Provides: perl(Data::Section) = %{version} %endif %description Data::Section provides an easy way to access multiple named chunks of line-oriented data in your module's DATA section. It was written to allow modules to store their own templates, but probably has other uses. %prep %setup -q -n Data-Section-%{version} # Don't really need ExtUtils::MakeMaker ≥ 6.78 %patch -P 0 %build perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -delete %{_fixperms} -c %{buildroot} %check make test make test TEST_FILES="$(echo $(find xt/ -name '*.t'))" %files %license LICENSE %doc Changes README %{perl_vendorlib}/Data/ %{_mandir}/man3/Data::Section.3* %changelog * Fri Jul 14 2023 Paul Howarth - 0.200008-2 - Avoid use of deprecated patch syntax * Sun Jan 1 2023 Paul Howarth - 0.200008-1 - Update to 0.200008 - Fix to some example code - update packaging and metadata - Minimum required Perl is now v5.12 - Add patch to support building with ExtUtils::MakeMaker < 6.78 - Use SPDX-format license tag - Use %%license unconditionally * Wed Jun 5 2019 Paul Howarth - 0.200007-7 - Modernize spec - Switch upstream from search.cpan.org to metacpan.org - BR: perl-generators unconditionally - BR: perl-interpreter rather than perl * Fri Jul 7 2017 Paul Howarth - 0.200007-1 - Update to 0.200007 - Rename the test library "Parent.pm" to "Mother.pm" to avoid conflict with core "parent.pm" on case-insensitive systems - Drop support for EOL distributions prior to F-13 - Drop BuildRoot: and Group: tags - Drop explicit buildroot cleaning in %%install section - Drop explicit %%clean section - Drop workaround for building with Test::More < 0.88 - BR: perl(Test::FailWarnings) unconditionally * Mon Aug 15 2016 Paul Howarth - 0.200006-7 - Fix FTBFS when perl is not in the minimal buildroot - Classify buildreqs by usage - Simplify find command using -delete * Thu Sep 11 2014 Paul Howarth - 0.200006-3 - Drop support for building with ExtUtils::MakeMaker < 6.30 - Drop %%defattr, redundant since rpm 4.4 - Use %%license where possible * Mon Mar 10 2014 Paul Howarth - 0.200006-1 - Update to 0.200006 - Skip tests on Win32 pre-5.14 related to line endings; perl munges the data before we're able to get at it - Update patches as needed * Wed Dec 11 2013 Paul Howarth - 0.200005-1 - Update to 0.200005 - Open DATA handles both :raw and :bytes to avoid content munging on Win32 - This is not yet a perfect solution for Win32 - Update patches as needed * Mon Dec 2 2013 Paul Howarth - 0.200004-1 - Update to 0.200004 - Avoid confusion between \n, \x0d\x0a, and Win32 - Update patches as needed * Mon Nov 4 2013 Paul Howarth - 0.200003-1 - Update to 0.200003 [THIS MIGHT BREAK STUFF] - Add an "encoding" parameter to set encoding of data section contents; this defaults to UTF-8 - Update patches as needed - Add patch to support building without Test::FailWarnings if necessary * Fri Jul 19 2013 Paul Howarth - 0.101622-2 - Perl 5.18 rebuild * Thu Jun 20 2013 Paul Howarth - 0.101622-1 - Update to 0.101622 - Add a link to an Advent article about Data-Section - Update bugtracker, repo, etc. - Run the release tests separately - BR: perl(File::Find) and perl(File::Temp) for the test suite - Drop BR: perl(Pod::Coverage::TrustPod), should have gone last time - Update patches * Sat Jul 7 2012 Paul Howarth - 0.101621-4 - BR: perl(base) and perl(lib) - Drop BR: perl(Test::Pod::Coverage), not needed for this version * Wed Mar 7 2012 Paul Howarth - 0.101621-3 - Don't need to remove empty directories from buildroot - Drop compatibility with distributions prior to FC-3: - Don't need to define %%{perl_vendorlib} - Use DESTDIR rather than PERL_INSTALL_ROOT * Thu Jun 23 2011 Paul Howarth - 0.101621-2 - Rebuild for perl 5.14.1 in Rawhide - Fix dist tag for CentOS 6 and Scientific Linux * Sat Apr 30 2011 Paul Howarth - 0.101621-1 - Update to 0.101621 (document the \-escaping behavior of sections) - Update patch for old ExtUtils::MakeMaker and apply it only when needed - Nobody else likes macros for commands * Wed Jun 23 2010 Paul Howarth - 0.101620-2 - Rebuild for perl 5.12.1 in Rawhide * Fri Jun 11 2010 Paul Howarth - 0.101620-1 - Update to 0.101620 (attempt to work with files with Win32 line endings) - Update patches * Tue May 11 2010 Paul Howarth - 0.100770-2 - Fix dist tag for RHEL-6 Beta * Fri Mar 19 2010 Paul Howarth - 0.100770-1 - Update to 0.100770 - __END__ now ends the whole data section; ignore_end may come someday - Empty data lines between __DATA__ and first section are ignored - Update patch for old Test::More versions * Wed Feb 3 2010 Paul Howarth - 0.100270-2 - Enable RELEASE_TESTING - BR: perl(Pod::Coverage::TrustPod), perl(Test::Pod), perl(Test::Pod::Coverage) * Thu Jan 28 2010 Paul Howarth - 0.100270-1 - Import from Fedora - Update to 0.100270 * Tue Jan 12 2010 Daniel P. Berrange - 0.093410-2 - Fix source URL * Thu Jan 7 2010 Daniel P. Berrange - 0.093410-1 - Update to 0.093410 release * Mon Dec 7 2009 Stepan Kasal - 0.091820-3 - Rebuild against perl 5.10.1 * Sat Jul 25 2009 Fedora Release Engineering - 0.091820-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Jul 22 2009 Daniel P. Berrange - 0.091820-1 - Update to 0.091820 release * Thu Feb 26 2009 Fedora Release Engineering - 0.005-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sat Sep 06 2008 Daniel P. Berrange - 0.005-2 - Add Test::More BR * Fri Sep 05 2008 Daniel P. Berrange - 0.005-1 - Specfile autogenerated by cpanspec 1.77