|
|
|
Name: perl-Test-Script
|
|
|
|
Version: 1.02
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Summary: Cross-platform basic tests for scripts
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
URL: http://search.cpan.org/dist/Test-Script/
|
|
|
|
Source0: http://www.cpan.org/modules/by-module/Test/Test-Script-%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
BuildRequires: perl(IPC::Run3) >= 0.034
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
%description
|
|
|
|
The intent of this module is to provide a series of basic tests for scripts
|
|
|
|
in the bin directory of your Perl distribution.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n Test-Script-%{version}
|
|
|
|
# Broken permissions in tarball
|
|
|
|
chmod -x Changes lib/Test/*pm
|
|
|
|
|
|
|
|
%build
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
|
|
|
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
|
|
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
%check
|
|
|
|
make test
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc Changes LICENSE README
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.02-4
|
|
|
|
- Rebuild for perl 5.10 (again)
|
|
|
|
|
|
|
|
* Sat Jan 12 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.02-3
|
|
|
|
- rebuild for new perl
|
|
|
|
|
|
|
|
* Tue Sep 18 2007 Ralf Corsépius <rc040203@freenet.de> - 1.02-2
|
|
|
|
- Reflect license tag changes.
|
|
|
|
- BR: perl(Test::More).
|
|
|
|
- Remove BR: perl.
|
|
|
|
- Add chmod -x Changes lib/Test/*pm
|
|
|
|
|
|
|
|
* Tue Aug 07 2007 Ralf Corsépius <rc040203@freenet.de> - 1.02-1
|
|
|
|
- Specfile autogenerated by cpanspec 1.73.
|