Rebuild against Perl 5.14.2

This commit is contained in:
Petr Písař 2011-11-15 15:57:31 +01:00
parent 7afca7b845
commit c5887069cd

View File

@ -1,7 +1,7 @@
# This file is licensed under the terms of GNU GPLv2+.
Name: perl-Devel-CallChecker
Version: 0.003
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Custom op checking attached to subroutines
License: GPL+ or Artistic
Group: Development/Libraries
@ -21,6 +21,8 @@ BuildRequires: perl(Test::More)
# Optional tests:
BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: perl(Test::Pod::Coverage)
# XXX: This package stores build-time Perl version and checks it at run-time.
# This package must be recompiled on each Perl upgrade. See bug #754159.
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl(DynaLoader)
Requires: perl(Exporter)
@ -62,6 +64,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_mandir}/man3/*
%changelog
* Tue Nov 15 2011 Petr Pisar <ppisar@redhat.com> - 0.003-2
- Rebuild against Perl 5.14.2 (bug #754159)
* Mon Jul 11 2011 Petr Pisar <ppisar@redhat.com> 0.003-1
- Specfile autogenerated by cpanspec 1.78.
- Remove BuildRoot and defattr