diff --git a/perl-Text-CharWidth.spec b/perl-Text-CharWidth.spec index 6873209..2c4d6df 100644 --- a/perl-Text-CharWidth.spec +++ b/perl-Text-CharWidth.spec @@ -1,16 +1,20 @@ Summary: Get number of occupied columns of a string on terminal Name: perl-Text-CharWidth Version: 0.04 -Release: 15%{?dist} +Release: 16%{?dist} License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-CharWidth/ Source0: http://search.cpan.org/CPAN/authors/id/K/KU/KUBOTA/Text-CharWidth-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +BuildRequires: perl(Exporter) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Simple) +BuildRequires: perl(XSLoader) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} + %description This is a module to provide equivalent feature as wcwidth(3) and wcswidth(3). This also provides mblen(3) equivalent subroutine. @@ -45,6 +49,10 @@ rm -rf %{buildroot} %{_mandir}/man3/Text::CharWidth.3pm* %changelog +* Fri Oct 26 2012 Jitka Plesnikova - 0.04-16 +- Specify all dependencies. +- Add default filter. + * Fri Jul 20 2012 Fedora Release Engineering - 0.04-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild