Name: perl-Test-Without-Module Version: 0.18 Release: 1%{?_dist_release} Summary: Test fallback behavior in absence of modules License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Test-Without-Module/ Source0: http://www.cpan.org/modules/by-module/Test/Test-Without-Module-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Slurp) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} %description This module allows you to deliberately hide modules from a program even though they are installed. This is mostly useful for testing modules that have a fallback when a certain dependency module is not installed. %prep %setup -q -n Test-Without-Module-%{version} find . -type f -exec chmod 644 {} \; sed -i -e 's/\r//' README Changes %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Nov 22 2014 Ryoichi INAGAKI - 0.18-1 - new upstream release - built with perl 5.16.3 * Mon Mar 05 2012 MATSUBAYASHI Kohji - 0.17-1 - initial build for Vine Linux * Fri Jan 13 2012 Fedora Release Engineering - 0.17-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Mon Jun 20 2011 Marcela Mašláňová - 0.17-5 - Perl mass rebuild * Wed Feb 09 2011 Fedora Release Engineering - 0.17-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Dec 22 2010 Marcela Maslanova - 0.17-3 - 661697 rebuild for fixing problems with vendorach/lib * Thu Jul 22 2010 Emmanuel Seyman - 0.17-2 - Remove executable permissions - Dos2unix the README and Changes file - Americanise the summary * Sun Jun 27 2010 Emmanuel Seyman 0.17-1 - Specfile autogenerated by cpanspec 1.78.