# 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-IO-String Version: 1.08 Release: 47.%{__distinit}%{__distvers} Summary: Emulate file interface for in-core strings License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/IO-String Source0: https://cpan.metacpan.org/modules/by-module/IO/IO-String-%{version}.tar.gz BuildArch: noarch # Module Build BuildRequires: coreutils BuildRequires: findutils BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(ExtUtils::MakeMaker) # Module Runtime BuildRequires: perl(Data::Dumper) BuildRequires: perl(IO::Handle) BuildRequires: perl(strict) BuildRequires: perl(Symbol) BuildRequires: perl(vars) # Test Suite BuildRequires: perl(Test) # Dependencies %if 0%{?fedora} < 38 && 0%{?rhel} < 10 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %endif Requires: perl(Data::Dumper) %description The "IO::String" module provides the "IO::File" interface for in-core strings. An "IO::String" object can be attached to a string, and makes it possible to use the normal file operations for reading or writing data, as well as for seeking to various locations of the string. This is useful when you want to use a library module that only provides an interface to file handles on data that you have in a string variable. Note that perl-5.8 and better has built-in support for "in memory" files, which are set up by passing a reference instead of a filename to the open() call. The reason for using this module is that it makes the code backwards compatible with older versions of Perl. %prep %setup -q -n IO-String-%{version} %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 %files %doc Changes README %{perl_vendorlib}/IO/ %{_mandir}/man3/IO::String.3* %changelog * Sat Jul 15 2023 Paul Howarth - 1.08-47 - Use SPDX-format license tag * Fri May 31 2019 Paul Howarth - 1.08-35 - Perl 5.30 rebuild * Sat Apr 28 2018 Paul Howarth - 1.08-31 - BR: perl-generators unconditionally - BR: perl-interpreter rather than perl - 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 * Wed Aug 31 2016 Paul Howarth - 1.08-27 - BR: perl-generators where available - Simplify find command using -delete * Fri Feb 26 2016 Paul Howarth - 1.08-14 - Classify buildreqs by usage - Drop %%defattr, redundant since rpm 4.4 * Fri Jun 8 2012 Paul Howarth - 1.08-13 - Don't need to remove empty directories from the buildroot - Drop support for old distributions prior to FC-3: - Don't need to define %%{perl_vendorlib} - Use DESTDIR rather than PERL_INSTALL_ROOT * Mon Jun 27 2011 Paul Howarth - 1.08-12 - Rebuild for perl 5.14.1 in Rawhide - Nobody else likes macros for commands - Fix dist tag for CentOS 6 and Scientific Linux * Wed Jun 23 2010 Paul Howarth - 1.08-11 - Rebuild for perl 5.12.1 in Rawhide * Fri May 7 2010 Paul Howarth - 1.08-10 - Fix dist tag to work with RHEL6 Beta * Thu Feb 25 2010 Paul Howarth - 1.08-9 - Dist tag for Rawhide no longer needs special-casing - Use %%{_fixperms} macro instead of our own %%{__chmod} incantation * Tue May 5 2009 Paul Howarth - 1.08-8 - Import from Fedora * Thu Feb 26 2009 Fedora Release Engineering - 1.08-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 1.08-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Wed Feb 27 2008 Tom "spot" Callaway - 1.08-5 - Rebuild for perl 5.10 (again) * Thu Jan 10 2008 Tom "spot" Callaway - 1.08-4 - Rebuild for new perl * Fri Oct 26 2007 Robin Norwood - 1.08-3 - Fix various package review issues: - Remove BR: perl - Remove "|| :" from check section - Add dist tag - Fix Source URL - Fix old changelog entries - Resolves: bz#226265 * Tue Oct 16 2007 Tom "spot" Callaway - 1.08-2 - correct license tag - add BR: perl(ExtUtils::MakeMaker) * Wed Jul 12 2006 Jesse Keating - 1.08-1.2 - rebuild * Fri Feb 03 2006 Jason Vas Dias - 1.08-1.1 - rebuild for new perl-5.8.8 * Fri Dec 16 2005 Jason Vas Dias - 1.08-1 - 1.08 * Sun Nov 06 2005 Florian La Roche - 1.07 * Wed Apr 6 2005 Michael Schwendt - rebuilt * Wed Nov 24 2004 Jose Pedro Oliveira - 1.06-1 - Update to 1.06. * Sun Jul 04 2004 Jose Pedro Oliveira - 1.05-0.fdr.1 - First build.