# 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-File-MMagic Version: 1.30 Release: 33.%{__distinit}%{__distvers} Summary: A Perl module emulating the file(1) command # MMagic.pm and COPYING files contain identical license texts of App-s2p # license, BSD license, and ASL 1.0 license License: App-s2p AND Apache-1.0 AND Spencer-94 URL: https://metacpan.org/release/File-MMagic Source0: https://cpan.metacpan.org/modules/by-module/File/File-MMagic-%{version}.tar.gz Patch0: File-MMagic-1.30-rt109673.patch Patch1: File-MMagic-1.30-utf8.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(FileHandle) BuildRequires: perl(strict) BuildRequires: perl(vars) # Test Suite BuildRequires: perl(base) BuildRequires: perl(Test) BuildRequires: perl(Test::More) BuildRequires: perl(warnings) # Dependencies %if 0%{?fedora} < 38 && 0%{?rhel} < 10 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %endif %description This module attempts to guess a file's type from its contents like the file(1) command. %prep %setup -q -n File-MMagic-%{version} # Fix "Redundant argument in sprintf" warning (CPAN RT#109673) %patch -P 0 # Re-code README.ja as UTF-8 %patch -P 1 %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 %license COPYING %doc ChangeLog README.en README.ja %{perl_vendorlib}/File/ %{_mandir}/man3/File::MMagic.3* %changelog * Wed Jun 12 2024 Paul Howarth - 1.30-33 - Avoid use of deprecated patch syntax * Tue Mar 14 2023 Paul Howarth - 1.30-30 - Use SPDX-compatible license tag * Mon Jun 21 2021 Paul Howarth - 1.30-25 - Correct license to App-s2p and ASL 1.0 and BSD - Package README.ja - Use %%license unconditionally * Sun Jun 9 2019 Paul Howarth - 1.30-18 - Modernize spec - Switch upstream from search.cpan.org to metacpan.org - BR: perl-generators unconditionally - BR: perl-interpreter rather than perl - Don't explicitly clean buildroot in %%install section - Drop explicit %%clean section - Drop legacy BuildRoot: and Group: tags * Wed Aug 24 2016 Paul Howarth - 1.30-10 - BR: perl-generators where available * Tue May 3 2016 Paul Howarth - 1.30-9 - Fix "Redundant argument in sprintf" warning (CPAN RT#109673) - Classify buildreqs by usage - Simplify find command using -delete - Drop %%defattr, redundant since rpm 4.4 - Use %%license where possible * Sat Jul 13 2013 Paul Howarth - 1.30-2 - Perl 5.18 rebuild * Tue Jul 2 2013 Paul Howarth - 1.30-1 - Update to 1.30 - MMagic.pm (checktype_byfilename): remove Scalar::Util::weaken to prevent decrementing REFCNT too much * Thu Jul 12 2012 Paul Howarth - 1.29-1 - Update to 1.29 - MMagic.pm (checktype_contents): fix infinite loop bug (CPAN RT#77836) - BR: perl(base), perl(Test) and perl(Test::More) * Thu May 31 2012 Paul Howarth - 1.28-1 - Update to 1.28 - Applied subclass patch from Michael Hendricks - Removed deprecated code (defined(@array)) (CPAN RT#74252) - Added container check - Added Hex representation support - Added 'regex' and 'search' support for magic entry, and fixed fatal error when unknown type in magic entry - Fixed memory leak - BR: perl(Scalar::Util) - Don't need to remove empty directories from 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.27-13 - Rebuild for perl 5.14.1 in Rawhide - Nobody else likes macros for commands - Fix dist tag for CentOS 6 and Scientific Linux * Tue Mar 15 2011 Paul Howarth - 1.27-12 - Import from Fedora * Tue Feb 08 2011 Fedora Release Engineering - 1.27-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Dec 16 2010 Marcela Maslanova - 1.27-10 - Rebuild to fix problems with vendorarch/lib (#661697) * Sat May 01 2010 Marcela Maslanova - 1.27-9 - Mass rebuild with perl-5.12.0 * Mon Dec 7 2009 Stepan Kasal - 1.27-8 - Rebuild against perl 5.10.1 * Sat Jul 25 2009 Fedora Release Engineering - 1.27-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 1.27-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sat Feb 2 2008 Tom "spot" Callaway - 1.27-5 - Rebuild for new perl * Fri Oct 26 2007 Robin Norwood - 1.27-4 - Remove BR: perl for package review - Resolves: bz#226257 * Wed Aug 29 2007 Robin Norwood - 1.27-3 - Update license tag - Add BuildRequires: perl(ExtUtils::MakeMaker) * Fri Jul 20 2007 Robin Norwood - 1.27-2 - Add fixes from EPEL branch - Fix minor specfile issues * Mon Jun 05 2006 Jason Vas Dias - 1.27-1 - Upgrade to 1.27 * Fri Feb 03 2006 Jason Vas Dias - 1.26-1 - Upgrade to 1.26 - Rebuild for new perl-5.8.8 * Tue Jan 10 2006 Jason Vas Dias - 1.25-1 - Fix bug 176717: upgrade to 1.25 * Fri Dec 16 2005 Jesse Keating - 1.22-2 - Rebuilt for new gcc * Sat Apr 02 2005 Jose Pedro Oliveira - 1.22-1 - Update to 1.22 - Spec cleanup (#153204) * Wed Sep 22 2004 Chip Turner - 1.21-2 - Rebuild * Fri Feb 13 2004 Chip Turner - 1.21-1 - Move to 1.21 * Tue Dec 10 2002 Chip Turner - Update to latest version from CPAN * Tue Aug 6 2002 Chip Turner - Automated release bump and build * Tue Aug 6 2002 Chip Turner - Update to 1.15 * Fri Dec 7 2001 root - Spec file was autogenerated.