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

Chris Weyl cweyl at fedoraproject.org
Sat Apr 3 17:57:28 UTC 2010


Author: cweyl

Update of /cvs/extras/rpms/perl-Test-Simple/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6851/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Test-Simple.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-Test-Simple-0_94-1_fc12:F-11:perl-Test-Simple-0.94-1.fc12.src.rpm:1270317443


--- NEW FILE perl-Test-Simple.spec ---
Name:           perl-Test-Simple
Summary:        Basic utilities for writing tests
Version:        0.94
Release:        1%{?dist}
License:        GPL+ or Artistic
Group:          Development/Libraries
Source0:        http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/Test-Simple-%{version}.tar.gz 
URL:            http://search.cpan.org/dist/Test-Simple
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(Test::Harness) >= 2.03
Requires:       perl(Test::Harness) >= 2.03

# note this is right out of perl.spec
Requires:       perl-devel

## testing
#Requires:       perl-tests
#Requires:       /usr/bin/prove

%{?perl_default_filter}
%{?perl_default_subpackage_tests}

%description
This package provides the bulk of the core testing facilities.  For more
information, see perldoc for Test::Simple, Test::More, etc.

This package is the CPAN component of the dual-lifed core package Test-Simple.

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

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

%install
rm -rf %{buildroot}

make pure_install DESTDIR=%{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

#cd %{_libexecdir}/perl5-tests/perl-tests/
#prove -I %{buildroot}/blib -r t/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changes README examples/
%{perl_privlib}/*
%{_mandir}/man3/*.3*

%changelog
* Tue Mar 16 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.94-1
- specfile by Fedora::App::MaintainerTools 0.006




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Test-Simple/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	3 Apr 2010 17:47:18 -0000	1.1
+++ .cvsignore	3 Apr 2010 17:57:28 -0000	1.2
@@ -0,0 +1 @@
+Test-Simple-0.94.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Test-Simple/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	3 Apr 2010 17:47:18 -0000	1.1
+++ sources	3 Apr 2010 17:57:28 -0000	1.2
@@ -0,0 +1 @@
+e4e09d8bf2cc73124152ba2c45c95b5b  Test-Simple-0.94.tar.gz



More information about the scm-commits mailing list