Summary: Line wrapping with support for several locale setups Name: perl-Text-WrapI18N Version: 0.06 Release: 4%{?dist} License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-WrapI18N/ Source0: http://search.cpan.org/CPAN/authors/id/K/KU/KUBOTA/Text-WrapI18N-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: perl(Text::CharWidth) >= 0.02 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Simple) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This is a module which intends to substitute Text::Wrap, which supports internationalized texts including: - multibyte encodings such as UTF-8, EUC-JP, EUC-KR, GB2312, and Big5, - fullwidth characters like east Asian characters which appear in UTF-8, EUC-JP, EUC-KR, GB2312, Big5, and so on, - combining characters like diacritical marks which appear in UTF-8, ISO-8859-11 (aka TIS-620), and so on, and - languages which don't use whitespaces between words, like Chinese and Japanese. %prep %setup -q -n Text-WrapI18N-%{version} %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" make %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} find %{buildroot} -type f \( -name .packlist -or -name perllocal.pod \ -or \( -name '*.bs' -a -empty \) \) -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} \; chmod -R u+w %{buildroot} %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README Changes %{perl_vendorlib}/Text %{_mandir}/man3/Text::WrapI18N.3pm* %changelog * Sun Aug 24 2008 Axel Thimm - 0.06-4 - %%check || : does not work anymore. * Wed Oct 17 2007 Tom "spot" Callaway - 0.06-2.2 - add BR: perl(Test::Simple) * Wed Oct 17 2007 Tom "spot" Callaway - 0.06-2.1 - correct license tag - add BR: perl(ExtUtils::MakeMaker) * Sat Dec 30 2006 Axel Thimm - 0.06-2 - Add ownership of some perl folders. * Thu Dec 28 2006 Axel Thimm - 0.06-1 - Initial build.