rpms/perl-Test-Block/F-9 import.log, NONE, 1.1 perl-Test-Block.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Sun Nov 23 07:57:00 UTC 2008


Author: cweyl

Update of /cvs/extras/rpms/perl-Test-Block/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26365

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Test-Block.spec 
Log Message:
pseudo-branch of perl-Test-Block to F-9


--- NEW FILE import.log ---
perl-Test-Block-0_11-1_fc9:HEAD:perl-Test-Block-0.11-1.fc9.src.rpm:1227426434


--- NEW FILE perl-Test-Block.spec ---

Name:       perl-Test-Block 
Version:    0.11 
Release:        2%{?dist}
# see lib/Test/Block.pm
License:    GPL+ or Artistic
Group:      Development/Libraries
Summary:    Specify fine granularity test plans 
Source:     http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/Test-Block-%{version}.tar.gz 
Url:        http://search.cpan.org/dist/Test-Block
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker) 
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl(Test::Builder) >= 0.17
BuildRequires: perl(Test::Builder::Tester) >= 1.01
BuildRequires: perl(Test::Exception) >= 0.15
BuildRequires: perl(Test::More) >= 0.47

# not picked up due to use base
Requires:      perl(Tie::StdScalar)

%description
This module allows you to specify the number of expected tests at a finer
level of granularity than an entire test script. It is built with 
Test::Builder and plays happily with Test::More and friends.

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

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{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/*.3*

%changelog
* Sat Nov 22 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.11-2
- bump

* Tue Nov 18 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.11-1
- update for submission

* Tue Nov 18 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.11-0.1
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Test-Block/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Nov 2008 04:27:06 -0000	1.1
+++ .cvsignore	23 Nov 2008 07:56:29 -0000	1.2
@@ -0,0 +1 @@
+Test-Block-0.11.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Test-Block/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Nov 2008 04:27:06 -0000	1.1
+++ sources	23 Nov 2008 07:56:29 -0000	1.2
@@ -0,0 +1 @@
+386a722947f2c77f6157d1dea0338e35  Test-Block-0.11.tar.gz




More information about the Fedora-perl-devel-list mailing list