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

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Mon Apr 10 18:23:07 UTC 2006


Author: steve

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

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Test-Deep.spec 
Log Message:
auto-import perl-Test-Deep-0.093-1 on branch devel from perl-Test-Deep-0.093-1.src.rpm


--- NEW FILE perl-Test-Deep.spec ---
Name:           perl-Test-Deep
Version:        0.093
Release:        1%{?dist}
Summary:        Extremely flexible deep comparison
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Test-Deep/
Source0:        http://www.cpan.org/authors/id/F/FD/FDALY/Test-Deep-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Test::NoWarnings) >= 0.02
BuildRequires:  perl(Test::Tester) >= 0.04
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Test::Deep gives you very flexible ways to check that the result you
got is the result you were expecting. At it's simplest it compares two
structures by going through each level, ensuring that the values
match, that arrays and hashes have the same elements and that
references are blessed into the correct class. It also handles
circular data structures without getting caught in an infinite loop.

%prep
%setup -q -n Test-Deep-%{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
* Sat Apr 08 2006 Steven Pritchard <steve at kspei.com> 0.093-1
- Specfile autogenerated by cpanspec 1.64.
- Improve description.
- Fix License.
- Remove explicit dependency on Test::Tester and Test::NoWarnings.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Test-Deep/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Apr 2006 18:22:39 -0000	1.1
+++ .cvsignore	10 Apr 2006 18:23:07 -0000	1.2
@@ -0,0 +1 @@
+Test-Deep-0.093.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Test-Deep/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Apr 2006 18:22:39 -0000	1.1
+++ sources	10 Apr 2006 18:23:07 -0000	1.2
@@ -0,0 +1 @@
+b47659e09457a72157d3db5b5be62f75  Test-Deep-0.093.tar.gz




More information about the fedora-extras-commits mailing list