Blame SPECS/perl-Test-Tester.spec

2e71a0
Name:           perl-Test-Tester
2e71a0
Version:        0.109
2e71a0
Release:        3%{?dist}
2e71a0
Summary:        Ease testing test modules built with Test::Builder
2e71a0
License:        Artistic clarified
2e71a0
Group:          Development/Libraries
2e71a0
URL:            http://search.cpan.org/dist/Test-Tester/
2e71a0
Source0:        http://www.cpan.org/authors/id/F/FD/FDALY/Test-Tester-%{version}.tar.gz
2e71a0
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
2e71a0
BuildArch:      noarch
2e71a0
BuildRequires:  perl(ExtUtils::MakeMaker)
2e71a0
BuildRequires:  perl(Config)
2e71a0
BuildRequires:  perl(Data::Dumper)
2e71a0
BuildRequires:  perl(Exporter)
2e71a0
BuildRequires:  perl(lib)
2e71a0
BuildRequires:  perl(strict)
2e71a0
BuildRequires:  perl(Test::Builder)
2e71a0
BuildRequires:  perl(Test::More)
2e71a0
BuildRequires:  perl(threads::shared)
2e71a0
BuildRequires:  perl(vars)
2e71a0
BuildRequires:  perl(warnings)
2e71a0
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
2e71a0
Requires:       perl(threads::shared)
2e71a0
2e71a0
%description
2e71a0
If you have written a test module based on Test::Builder then Test::Tester
2e71a0
allows you to test it with the minimum of effort.
2e71a0
2e71a0
%prep
2e71a0
%setup -q -n Test-Tester-%{version}
2e71a0
2e71a0
%build
2e71a0
%{__perl} Makefile.PL INSTALLDIRS=vendor
2e71a0
make %{?_smp_mflags}
2e71a0
2e71a0
%install
2e71a0
rm -rf $RPM_BUILD_ROOT
2e71a0
2e71a0
make pure_install DESTDIR=$RPM_BUILD_ROOT
2e71a0
2e71a0
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
2e71a0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
2e71a0
2e71a0
%{_fixperms} $RPM_BUILD_ROOT/*
2e71a0
2e71a0
%check
2e71a0
make test
2e71a0
2e71a0
%clean
2e71a0
rm -rf $RPM_BUILD_ROOT
2e71a0
2e71a0
%files
2e71a0
%defattr(-,root,root,-)
2e71a0
%doc ARTISTIC CHANGES README TODO
2e71a0
%{perl_vendorlib}/*
2e71a0
%{_mandir}/man3/*
2e71a0
2e71a0
%changelog
2e71a0
* Mon Jan 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.109-3
2e71a0
- Specify all dependencies
2e71a0
- Resolves: rhbz#1058288
2e71a0
2e71a0
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.109-2
2e71a0
- Mass rebuild 2013-12-27
2e71a0
2e71a0
* Thu Jul 11 2013 Paul Howarth <paul@city-fan.org> - 0.109-1
2e71a0
- Update to 0.109
2e71a0
  - Add minimal support for note and explain (i.e. don't crash)
2e71a0
2e71a0
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.108-2
2e71a0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2e71a0
2e71a0
* Fri Nov 23 2012 Jitka Plesnikova <jplesnik@redhat.com> - 0.108-1
2e71a0
- 0.108 bump
2e71a0
- Add BR perl(lib)
2e71a0
2e71a0
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.107-12
2e71a0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2e71a0
2e71a0
* Sun Jun 10 2012 Petr Pisar <ppisar@redhat.com> - 0.107-11
2e71a0
- Perl 5.16 rebuild
2e71a0
- Specify all dependencies
2e71a0
2e71a0
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.107-10
2e71a0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2e71a0
2e71a0
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.107-9
2e71a0
- Perl mass rebuild
2e71a0
2e71a0
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.107-8
2e71a0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2e71a0
2e71a0
* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.107-7
2e71a0
- Rebuild to fix problems with vendorarch/lib (#661697)
2e71a0
2e71a0
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.107-6
2e71a0
- Mass rebuild with perl-5.12.0
2e71a0
2e71a0
* Thu Feb 25 2010 Marcela Mašláňová <mmaslano@redhat.com> - 0.107-5
2e71a0
- fix license. By upstream is specified only artistic clarified
2e71a0
2e71a0
* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 0.107-4
2e71a0
- rebuild against perl 5.10.1
2e71a0
2e71a0
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.107-3
2e71a0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2e71a0
2e71a0
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.107-2
2e71a0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2e71a0
2e71a0
* Fri May 16 2008 Steven Pritchard <steve@kspei.com> 0.107-1
2e71a0
- Update to 0.107.
2e71a0
2e71a0
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.106-3
2e71a0
- Rebuild for perl 5.10 (again)
2e71a0
2e71a0
* Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.106-2
2e71a0
- rebuild for new perl
2e71a0
- fix license tag
2e71a0
2e71a0
* Tue Sep 18 2007 Steven Pritchard <steve@kspei.com> 0.106-1
2e71a0
- Update to 0.106.
2e71a0
- BR Test::Builder.
2e71a0
2e71a0
* Wed Apr 18 2007 Steven Pritchard <steve@kspei.com> 0.104-2
2e71a0
- BR ExtUtils::MakeMaker.
2e71a0
2e71a0
* Tue Dec 26 2006 Steven Pritchard <steve@kspei.com> 0.104-1
2e71a0
- Update to 0.104.
2e71a0
- Use fixperms macro instead of our own chmod incantation.
2e71a0
2e71a0
* Sat Sep 16 2006 Steven Pritchard <steve@kspei.com> 0.103-2
2e71a0
- Fix find option order.
2e71a0
2e71a0
* Sat Apr 08 2006 Steven Pritchard <steve@kspei.com> 0.103-1
2e71a0
- Specfile autogenerated by cpanspec 1.64.
2e71a0
- Fix License.