rpms/perl-Test-Base/devel perl-Test-Base.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Mon May 8 17:58:51 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Test-Base/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6320/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Test-Base.spec 
Log Message:
auto-import perl-Test-Base-0.50-2 on branch devel from perl-Test-Base-0.50-2.src.rpm


--- NEW FILE perl-Test-Base.spec ---
Name:           perl-Test-Base
Version:        0.50
Release:        2%{?dist}
Summary:        Data Driven Testing Framework
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Test-Base/
Source0:        http://www.cpan.org/authors/id/I/IN/INGY/Test-Base-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Spiffy) >= 0.30
BuildRequires:  perl(Text::Diff) >= 0.35
BuildRequires:  perl(Algorithm::Diff) >= 1.15
Requires:       perl(Text::Diff) >= 0.35
Requires:       perl(Algorithm::Diff) >= 1.15
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Testing is usually the ugly part of Perl module authoring. Perl gives you a
standard way to run tests with Test::Harness, and basic testing primitives
with Test::More. After that you are pretty much on your own to develop a
testing framework and philosophy. Test::More encourages you to make your
own framework by subclassing Test::Builder, but that is not trivial.

%prep
%setup -q -n Test-Base-%{version}

%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 -type d -depth -exec rmdir {} 2>/dev/null \;

chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README ToDo
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Mon May 08 2006 Steven Pritchard <steve at kspei.com> 0.50-2
- Add explicit dependencies for Text::Diff and Algorithm::Diff.

* Thu May 04 2006 Steven Pritchard <steve at kspei.com> 0.50-1
- Specfile autogenerated by cpanspec 1.65.
- Remove explicit BR: perl and Requires: perl(Spiffy).


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Test-Base/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 May 2006 17:58:07 -0000	1.1
+++ .cvsignore	8 May 2006 17:58:51 -0000	1.2
@@ -0,0 +1 @@
+Test-Base-0.50.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Test-Base/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 May 2006 17:58:07 -0000	1.1
+++ sources	8 May 2006 17:58:51 -0000	1.2
@@ -0,0 +1 @@
+1917571661a8302626a8c82eb047f941  Test-Base-0.50.tar.gz




More information about the fedora-extras-commits mailing list