update to 0.96

This commit is contained in:
Iain Arnell 2010-11-20 07:28:31 +01:00
parent deef7c1220
commit 2647502ae8
3 changed files with 8 additions and 9 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
Test-Simple-0.94.tar.gz
/Test-Simple-0.96.tar.gz

View File

@ -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 <iarnell@gmail.com> 0.96-1
- update to latest upstream version
- clean up spec for modern rpmbuild
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.94-2
- Mass rebuild with perl-5.12.0

View File

@ -1 +1 @@
e4e09d8bf2cc73124152ba2c45c95b5b Test-Simple-0.94.tar.gz
fbc734a7bb5b3fc3e2bc706e19d08b26 Test-Simple-0.96.tar.gz