diff --git a/.gitignore b/.gitignore index 3962eb4..6cc963b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Test-Simple-0.94.tar.gz +/Test-Simple-0.96.tar.gz diff --git a/perl-Test-Simple.spec b/perl-Test-Simple.spec index 87e383c..0e1bd46 100644 --- a/perl-Test-Simple.spec +++ b/perl-Test-Simple.spec @@ -1,12 +1,11 @@ Name: perl-Test-Simple Summary: Basic utilities for writing tests -Version: 0.94 -Release: 2%{?dist} +Version: 0.96 +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 @@ -38,8 +37,6 @@ This package is the CPAN component of the dual-lifed core package Test-Simple. 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 ';' @@ -52,9 +49,6 @@ 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/ @@ -62,6 +56,10 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sat Nov 20 2010 Iain Arnell 0.96-1 +- update to latest upstream version +- clean up spec for modern rpmbuild + * Fri May 07 2010 Marcela Maslanova - 0.94-2 - Mass rebuild with perl-5.12.0 diff --git a/sources b/sources index 429a898..5272e43 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e4e09d8bf2cc73124152ba2c45c95b5b Test-Simple-0.94.tar.gz +fbc734a7bb5b3fc3e2bc706e19d08b26 Test-Simple-0.96.tar.gz