%{?scl:%scl_package perl-Module-Runtime} %{!?scl:%global pkg_name %{name}} # This file is licensed under the terms of GNU GPLv2+. Name: %{?scl_prefix}perl-Module-Runtime Version: 0.013 Release: 7%{?dist} Summary: Runtime module handling License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Module-Runtime/ Source0: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Module-Runtime-%{version}.tar.gz BuildArch: noarch BuildRequires: %{?scl_prefix}perl(Module::Build) # Tests: BuildRequires: %{?scl_prefix}perl(Test::More) # Optional tests: BuildRequires: %{?scl_prefix}perl(Test::Pod) >= 1.00 BuildRequires: %{?scl_prefix}perl(Test::Pod::Coverage) %{?scl:%global perl_version %(scl enable %{scl} 'eval "`%{__perl} -V:version`"; echo $version')} %{!?scl:%global perl_version %(eval "`%{__perl} -V:version`"; echo $version)} Requires: %{?scl_prefix}perl(:MODULE_COMPAT_%{perl_version}) %description The functions exported by this module deal with runtime handling of Perl modules, which are normally handled at compile time. %prep %setup -q -n Module-Runtime-%{version} %build %{?scl:scl enable %{scl} "} %{__perl} Build.PL installdirs=vendor %{?scl:"} %{?scl:scl enable %{scl} "} ./Build %{?scl:"} %install %{?scl:scl enable %{scl} "} ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 %{?scl:"} find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check %{?scl:scl enable %{scl} "} ./Build test %{?scl:"} %files %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Nov 20 2013 Jitka Plesnikova - 0.013-7 - Rebuilt for SCL * Sat Aug 03 2013 Fedora Release Engineering - 0.013-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Fri Jul 19 2013 Petr Pisar - 0.013-5 - Perl 5.18 rebuild * Thu Feb 14 2013 Fedora Release Engineering - 0.013-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jul 20 2012 Fedora Release Engineering - 0.013-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Jun 12 2012 Petr Pisar - 0.013-2 - Perl 5.16 rebuild * Mon Feb 20 2012 Petr Pisar - 0.013-1 - 0.013 bump * Mon Feb 13 2012 Petr Pisar - 0.012-1 - 0.012 bump * Fri Jan 13 2012 Fedora Release Engineering - 0.011-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Oct 25 2011 Petr Pisar - 0.011-1 - 0.011 bump * Fri Oct 07 2011 Petr Pisar - 0.010-1 - 0.010 bump * Wed Oct 05 2011 Petr Pisar - 0.009-1 - 0.009 bump - Remove defattr now * Fri Jul 22 2011 Petr Sabata - 0.008-2 - Perl mass rebuild * Mon Jul 11 2011 Petr Pisar 0.008-1 - Specfile autogenerated by cpanspec 1.78. - Remove BuildRoot and defattr