Correct typo in dependencies

This commit is contained in:
Petr Písař 2013-05-28 14:26:06 +02:00
parent 20c6000837
commit 48a4f8bf97

View File

@ -1,6 +1,6 @@
Name: perl-Text-Soundex
Version: 3.04
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Implementation of the soundex algorithm
License: Copyright only
Group: Development/Libraries
@ -11,8 +11,8 @@ BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(strict)
# Run-time:
# Carp not needed for tests
%if 0%(perl -e 'print $] > 5.017')
BuildRequires: perl(deprecated)
%if 0%(perl -e 'print $] > 5.016')
BuildRequires: perl(deprecate)
%endif
BuildRequires: perl(Exporter)
BuildRequires: perl(if)
@ -20,8 +20,8 @@ BuildRequires: perl(if)
BuildRequires: perl(XSLoader)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Carp)
%if 0%(perl -e 'print $] > 5.017')
Requires: perl(deprecated)
%if 0%(perl -e 'print $] > 5.016')
Requires: perl(deprecate)
%endif
Requires: perl(Text::Unidecode)
@ -56,6 +56,9 @@ make test
%{_mandir}/man3/*
%changelog
* Tue May 28 2013 Petr Pisar <ppisar@redhat.com> - 3.04-2
- Correct typo in dependencies
* Mon Mar 04 2013 Petr Pisar <ppisar@redhat.com> - 3.04-1
- 3.04 bump