Add perl(:MODULE_COMPAT_*) dependency

epel9
Paul Howarth 14 years ago
parent d9ce2d14bf
commit 84606c59ab

@ -2,7 +2,7 @@
Name: perl-Unicode-Map
Version: 0.112
Release: 20%{?dist}
Release: 21%{?dist}
Summary: Perl module for mapping charsets from and to utf16 unicode
@ -13,6 +13,7 @@ Source0: http://www.cpan.org/authors/id/M/MS/MSCHWARTZ/Unicode-Map-0.112.
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: perl(ExtUtils::MakeMaker)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
This module converts strings from and to 2-byte Unicode UCS2
@ -75,11 +76,14 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Jul 8 2011 Paul Howarth <paul@city-fan.org> - 0.112-21
- Add perl(:MODULE_COMPAT_*) dependency
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.112-20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Thu Dec 23 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.112-19
- 661697 rebuild for fixing problems with vendorach/lib
- Rebuild to fix problems with vendorarch/lib (#661697)
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.112-18
- Mass rebuild with perl-5.12.0

Loading…
Cancel
Save