rpms/perl-Module-Install-ExtraTests/devel import.log, NONE, 1.1 perl-Module-Install-ExtraTests.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Mon Sep 8 22:13:16 UTC 2008


Author: cweyl

Update of /cvs/extras/rpms/perl-Module-Install-ExtraTests/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15227/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Module-Install-ExtraTests.spec 
Log Message:
initial import



--- NEW FILE import.log ---
perl-Module-Install-ExtraTests-0_003-1_fc9:HEAD:perl-Module-Install-ExtraTests-0.003-1.fc9.src.rpm:1220911960


--- NEW FILE perl-Module-Install-ExtraTests.spec ---
Name:       perl-Module-Install-ExtraTests 
Version:    0.003 
Release:    1%{?dist}
License:    GPL+ or Artistic
Group:      Development/Libraries
Summary:    Ignorable, contextual test support for Module::Install
Source:     http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Module-Install-ExtraTests-%{version}.tar.gz 
Url:        http://search.cpan.org/dist/Module-Install-ExtraTests
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::Install)
BuildRequires: perl(Test::More)


%description
This allows extra_tests; to be declared in Makefile.PL, indicating that the 
test files found in the directory ./xt should be run only in certain 
instances:

  ./xt/author  - run when the tests are being run in an author's working copy
  ./xt/smoke   - run when the dist is being smoked (AUTOMATED_TESTING=1)
  ./xt/release - run during "make disttest"

%prep
%setup -q -n Module-Install-ExtraTests-%{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 LICENSE README t/ 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Sat Sep 06 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.003-1
- initial Fedora packaging
- generated with cpan2dist (CPANPLUS::Dist::Fedora version 0.0.1)


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Install-ExtraTests/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Sep 2008 15:25:54 -0000	1.1
+++ .cvsignore	8 Sep 2008 22:12:46 -0000	1.2
@@ -0,0 +1 @@
+Module-Install-ExtraTests-0.003.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Install-ExtraTests/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Sep 2008 15:25:54 -0000	1.1
+++ sources	8 Sep 2008 22:12:46 -0000	1.2
@@ -0,0 +1 @@
+85ed92a32dcf588468b253d875ce3938  Module-Install-ExtraTests-0.003.tar.gz




More information about the fedora-extras-commits mailing list