From ab574a999f8a5697141861911660fec341704214 Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Feb 03 2012 12:36:32 +0000 Subject: 0.15 bump --- diff --git a/.gitignore b/.gitignore index ef0b385..8807ecc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ Test-Compile-0.13.tar.gz /Test-Compile-0.14.tar.gz +/Test-Compile-0.15.tar.gz diff --git a/perl-Test-Compile.spec b/perl-Test-Compile.spec index c4bacfb..c7e7c01 100644 --- a/perl-Test-Compile.spec +++ b/perl-Test-Compile.spec @@ -1,28 +1,28 @@ Name: perl-Test-Compile -Version: 0.14 +Version: 0.15 Release: 1%{?dist} Summary: Check whether Perl module files compile correctly License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Test-Compile/ -Source0: http://search.cpan.org/CPAN/authors/id/M/MA/MARCEL/Test-Compile-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source0: http://search.cpan.org/CPAN/authors/id/E/EG/EGILES/Test-Compile-%{version}.tar.gz BuildArch: noarch -BuildRequires: perl >= 1:5.6.0 -BuildRequires: perl(CPAN) -BuildRequires: perl(Devel::CheckOS) >= 1.42 -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 -BuildRequires: perl(Test::More) >= 0.88 -BuildRequires: perl(Test::Pod) -BuildRequires: perl(Test::Pod::Coverage) +BuildRequires: perl(ExtUtils::MakeMaker) +# Run-time +# Devel::CheckOS is needed only on VMS. See Changes. +BuildRequires: perl(File::Spec) +BuildRequires: perl(Test::Builder) BuildRequires: perl(UNIVERSAL::require) -Requires: perl(Devel::CheckOS) >= 1.42 +# Tests +# Test::More version is described in Changes +BuildRequires: perl(Test::More) >= 0.88 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} %description -Check Perl module files for errors or warnings in a test file. +Test::Compile lets you check the validity of a Perl module file or Perl script +file, and report its results in standard Test::Simple fashion. %prep %setup -q -n Test-Compile-%{version} @@ -32,28 +32,23 @@ Check Perl module files for errors or warnings in a test file. make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT - make pure_install DESTDIR=$RPM_BUILD_ROOT - find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; - %{_fixperms} $RPM_BUILD_ROOT/* %check make test -%clean -rm -rf $RPM_BUILD_ROOT - %files -%defattr(-,root,root,-) -%doc Changes README +%doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Fri Feb 03 2012 Petr Pisar - 0.15-1 +- 0.15 bump + * Fri Jan 13 2012 Marcela Mašláňová - 0.14-1 - bump to 0.14 diff --git a/sources b/sources index 97ae079..fcdc286 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3a03e30a52524b990f88e13f988f4e2d Test-Compile-0.14.tar.gz +346b0c3c8bd5effe52d13f11195359fa Test-Compile-0.15.tar.gz