Name: perl-Test-LectroTest Version: 0.3500 Release: 1%{?dist} Summary: Easy, automatic, specification-based tests License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Test-LectroTest/ Source0: http://www.cpan.org/authors/id/T/TM/TMOERTEL/Test-LectroTest-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module provides a simple (yet full featured) interface to LectroTest, an automated, specification-based testing system for Perl. To use it, declare properties that specify the expected behavior of your software. LectroTest then checks your software to see whether those properties hold. %prep %setup -q -n Test-LectroTest-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* %check ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README THANKS TODO %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Jun 14 2006 Tom Moertel 0.3500-1 - Specfile autogenerated by cpanspec 1.66.