# 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-Test-YAML-Meta Version: 0.22 Release: 5.%{__distinit}%{__distvers} Summary: Validation of the META.yml file in a distribution License: Artistic 2.0 Group: Development/Libraries URL: http://search.cpan.org/dist/Test-YAML-Meta/ Source0: http://www.cpan.org/modules/by-module/Test/Test-YAML-Meta-%{version}.tar.gz Patch0: Test-YAML-Meta-0.21-utf8.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildArch: noarch # Module Build BuildRequires: coreutils BuildRequires: findutils BuildRequires: make BuildRequires: perl %if 0%{?fedora} > 20 || 0%{?rhel} > 7 BuildRequires: perl-generators %endif BuildRequires: perl(ExtUtils::MakeMaker) # Module Runtime BuildRequires: perl(base) BuildRequires: perl(strict) BuildRequires: perl(Test::CPAN::Meta::YAML) >= 0.17 BuildRequires: perl(vars) BuildRequires: perl(warnings) # Test Suite BuildRequires: perl(IO::File) BuildRequires: perl(Test::CPAN::Meta::JSON) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::Pod::Coverage) >= 0.08 # Runtime Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %description This module was written to ensure that a META.yml file, provided with a standard distribution uploaded to CPAN, meets the specifications that are slowly being introduced to module uploads, via the use of ExtUtils::MakeMaker, Module::Build and Module::Install. %prep %setup -q -n Test-YAML-Meta-%{version} # Re-code LICENSE as UTF-8 %patch0 %build perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -delete %{_fixperms} %{buildroot} %check make test AUTOMATED_TESTING=1 %clean rm -rf %{buildroot} %files %if 0%{?_licensedir:1} %license LICENSE %else %doc LICENSE %endif %doc Changes README examples/ %{perl_vendorlib}/Test/ %{_mandir}/man3/Test::YAML::Meta.3* %changelog * Fri Oct 7 2016 Paul Howarth - 0.22-5 - BR: perl-generators where available - Simplify find command using -delete * Sat Jan 31 2015 Paul Howarth - 0.22-1 - Update to 0.22 - META marked distribution as deprecated * Mon Jan 26 2015 Paul Howarth - 0.21-1 - Update to 0.21 - Consistent abstract - INSTALL documentation update - Extended META test suite - Fixed license fields in META.json to be lists - Added WARNING notice - Update UTF8 patch * Mon Sep 15 2014 Paul Howarth - 0.20-3 - Drop %%defattr, redundant since rpm 4.4 - Use %%license where possible - Classify buildreqs by usage * Fri Jul 19 2013 Paul Howarth - 0.20-2 - Perl 5.18 rebuild * Sun Apr 7 2013 Paul Howarth - 0.20-1 - Update to 0.20 - Changes file dates changed to meet W3CDTF standards - Reworked Makefile.PL for clarity - Upgraded to Test::CPAN::Meta::JSON for tests - Added META.json - Updated test suite - Added repositories to Meta files - Update UTF8 patch - BR: perl(Test::CPAN::Meta::JSON) * Fri Jul 6 2012 Paul Howarth - 0.19-3 - BR: perl(base), perl(IO::File) and perl(Test::More) - 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 * Thu Jul 7 2011 Paul Howarth - 0.19-2 - Rebuild for perl 5.14.1 in Rawhide - Nobody else likes macros for commands - Fix dist tag for CentOS 6 and Scientific Linux * Wed Mar 16 2011 Paul Howarth - 0.19-1 - Import from Fedora - Update to 0.19 * Wed Feb 09 2011 Fedora Release Engineering - 0.16-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Dec 22 2010 Marcela Maslanova - 0.16-2 - Rebuild to fix problems with vendorarch/lib (#661697) * Wed Jun 30 2010 Mark Chappell - 0.16-1 - Update for new upstream version * Fri May 07 2010 Marcela Maslanova - 0.15-2 - Mass rebuild with perl-5.12.0 * Thu Jan 7 2010 Daniel P. Berrange - 0.15-1 - Update to 0.15 release * Fri Dec 4 2009 Stepan Kasal - 0.12-3 - Rebuild against perl 5.10.1 * Sun Jul 26 2009 Fedora Release Engineering - 0.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Jul 22 2009 Daniel P. Berrange - 0.12-1 - Update to 0.12 release * Thu Feb 26 2009 Fedora Release Engineering - 0.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Fri Sep 5 2008 Daniel Berrange - 0.11-1 - Update to 0.11 release * Fri Feb 8 2008 Tom "spot" Callaway - 0.06-4 - Rebuild for new perl * Mon Dec 24 2007 Daniel P. Berrange - 0.06-3 - Convert LICENSE from iso8859-1 to utf-8 - Add examples to doc * Sun Dec 23 2007 Daniel P. Berrange 0.06-2 - Added YAML and YAML::Syck as build requirements * Fri Dec 21 2007 Daniel P. Berrange 0.06-1 - Specfile autogenerated by cpanspec 1.73