The POD tests do not run by default anymore
This commit is contained in:
parent
7a1f72fad0
commit
3b406ea0d8
@ -1,6 +1,6 @@
|
||||
Name: perl-Locale-Codes
|
||||
Version: 3.21
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Distribution of modules to handle locale codes
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -13,9 +13,6 @@ BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(Storable)
|
||||
BuildRequires: perl(Test::More)
|
||||
# Optional tests
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.00
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
# Inject not detected module version
|
||||
@ -51,6 +48,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Jun 04 2012 Petr Pisar <ppisar@redhat.com> - 3.21-2
|
||||
- The POD tests do not run by default anymore
|
||||
|
||||
* Fri Mar 02 2012 Petr Pisar <ppisar@redhat.com> - 3.21-1
|
||||
- 3.21 bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user