Blame SPECS/perl-Test-Warn.spec

c585c5
Name:           perl-Test-Warn
c585c5
Version:        0.24
c585c5
Release:        6%{?dist}
c585c5
Summary:        Perl extension to test methods for warnings
c585c5
Group:          Development/Libraries
c585c5
License:        GPL+ or Artistic
c585c5
URL:            http://search.cpan.org/dist/Test-Warn/
c585c5
Source0:        http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Test-Warn-%{version}.tar.gz
c585c5
BuildArch:      noarch
c585c5
BuildRequires:  perl
c585c5
BuildRequires:  perl(base)
c585c5
BuildRequires:  perl(Carp) >= 1.22
c585c5
BuildRequires:  perl(constant)
c585c5
BuildRequires:  perl(Exporter)
c585c5
BuildRequires:  perl(ExtUtils::MakeMaker)
c585c5
BuildRequires:  perl(File::Spec)
c585c5
BuildRequires:  perl(strict)
c585c5
BuildRequires:  perl(Sub::Uplevel) >= 0.12
c585c5
BuildRequires:  perl(Test)
c585c5
BuildRequires:  perl(Test::Builder) >= 0.13
c585c5
BuildRequires:  perl(Test::Builder::Tester) >= 1.02
c585c5
BuildRequires:  perl(Test::More)
c585c5
BuildRequires:  perl(Test::Pod) >= 1.14
c585c5
BuildRequires:  perl(Tree::DAG_Node) >= 1.02
c585c5
BuildRequires:  perl(warnings)
c585c5
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
c585c5
Requires:       perl(Test::Builder) >= 0.13
c585c5
Requires:       perl(Tree::DAG_Node) >= 1.02
c585c5
c585c5
# Filter under-specified dependencies
c585c5
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((Test::Builder|Tree::DAG_Node)\\)$
c585c5
c585c5
%description
c585c5
This module provides a few convenience methods for testing warning
c585c5
based code.
c585c5
c585c5
%prep
c585c5
%setup -q -n Test-Warn-%{version}
c585c5
sed -i -e 's/\r//' Changes
c585c5
c585c5
%build
c585c5
perl Makefile.PL INSTALLDIRS=vendor
c585c5
make %{?_smp_mflags}
c585c5
c585c5
%install
c585c5
make pure_install DESTDIR=$RPM_BUILD_ROOT
c585c5
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
c585c5
%{_fixperms} $RPM_BUILD_ROOT
c585c5
c585c5
%check
c585c5
make test
c585c5
c585c5
%files
c585c5
%doc Changes README
c585c5
%{perl_vendorlib}/Test/
c585c5
%{_mandir}/man3/Test::Warn.3pm*
c585c5
c585c5
%changelog
c585c5
* Mon May 04 2015 Petr Pisar <ppisar@redhat.com> - 0.24-6
c585c5
- Specify all dependencies (bug #1066456)
c585c5
c585c5
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.24-5
c585c5
- Mass rebuild 2013-12-27
c585c5
c585c5
* Wed Nov 21 2012 Jitka Plesnikova <jplesnik@redhat.com> - 0.24-4
c585c5
- Convert end-of-lines in Changes
c585c5
c585c5
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.24-3
c585c5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c585c5
c585c5
* Wed Jun 13 2012 Petr Pisar <ppisar@redhat.com> - 0.24-2
c585c5
- Perl 5.16 rebuild
c585c5
c585c5
* Sun Apr  1 2012 Paul Howarth <paul@city-fan.org> - 0.24-1
c585c5
- Update to 0.24 (compatibility with Carp 1.25) (#808856)
c585c5
- BR: Perl core modules that might be dual-lived
c585c5
- BR/R: at least version 1.02 of perl(Tree::DAG_Node)
c585c5
- Drop redundant buildreq perl(Test::Exception)
c585c5
- Don't need to remove empty directories from buildroot
c585c5
- Drop explicit versioned runtime dependency on Test::Builder, satisfied in
c585c5
  all distributions since the dawn of time (nearly)
c585c5
- Use DESTDIR rather than PERL_INSTALL_ROOT
c585c5
- Drop %%defattr, redundant since rpm 4.4
c585c5
- Drop redundant %%{?perl_default_filter}
c585c5
- Make %%files list more explicit
c585c5
- Don't use macros for commands
c585c5
c585c5
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.23-3
c585c5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c585c5
c585c5
* Thu Jun 23 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.23-2
c585c5
- Perl mass rebuild
c585c5
- remove unused BR Array::Compare
c585c5
c585c5
* Wed Mar  2 2011 Tom Callaway <spot@fedoraproject.org> - 0.23-1
c585c5
- update to 0.23
c585c5
c585c5
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22-2
c585c5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c585c5
c585c5
* Tue Jan  4 2011 Tom Callaway <spot@fedoraproject.org> - 0.22-1
c585c5
- update to 0.22
c585c5
c585c5
* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.21-4
c585c5
- Rebuild to fix problems with vendorarch/lib (#661697)
c585c5
c585c5
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.21-3
c585c5
- Mass rebuild with perl-5.12.0
c585c5
c585c5
* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 0.21-2
c585c5
- rebuild against perl 5.10.1
c585c5
c585c5
* Fri Sep 11 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.21-1
c585c5
- add perl default filter (pro forma)
c585c5
- use _fixperms incantation
c585c5
- auto-update to 0.21 (by cpan-spec-update 0.01)
c585c5
- altered br on perl(Test::Builder::Tester) (0 => 1.02)
c585c5
- altered req on perl(Test::Builder::Tester) (0 => 1.02)
c585c5
c585c5
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-3
c585c5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c585c5
c585c5
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-2
c585c5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c585c5
c585c5
* Sat Dec 20 2008 Paul Howarth <paul@city-fan.org> - 0.11-1
c585c5
- Update to 0.11 (#477298)
c585c5
- Buildreq ExtUtils::MakeMaker, File::Spec, Test::Builder,
c585c5
  Test::Builder::Tester, and Test::More (from upstream Makefile.PL)
c585c5
- Add runtime dependencies on Test::Builder and Test::Builder::Tester
c585c5
c585c5
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.10-3
c585c5
- Rebuild for perl 5.10 (again)
c585c5
c585c5
* Thu Jan 31 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.10-2
c585c5
- rebuild for new perl
c585c5
c585c5
* Sat May  5 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.10-1
c585c5
- Update to 0.10.
c585c5
c585c5
* Sun Mar 18 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.09-1
c585c5
- Update to 0.09.
c585c5
- New upstream maintainer.
c585c5
- New BR: perl(Test::Pod).
c585c5
c585c5
* Sun Sep 10 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.08-4
c585c5
- Rebuild for FC6.
c585c5
c585c5
* Fri Feb 24 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.08-3
c585c5
- Rebuild for FC5 (perl 5.8.8).
c585c5
c585c5
* Fri Jul  1 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.08-2
c585c5
- Dist tag.
c585c5
c585c5
* Sun Jul 04 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.08-0.fdr.1
c585c5
- First build.