Name: perl-Test-utf8 Version: 0.02 Release: 1%{?dist} Summary: Handy utf8 tests License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Test-utf8/ Source0: http://www.cpan.org/authors/id/M/MA/MARKF/Test-utf8-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) BuildRequires: perl(Test::Builder) >= 0.15 BuildRequires: perl(Test::Builder::Tester) >= 1.01 Requires: perl(Test::Builder) >= 0.15 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} %description This module is a collection of tests that's useful when dealing with utf8 strings in Perl. %prep %setup -q -n Test-utf8-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc CHANGES %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Jun 23 2010 Iain Arnell 0.02-1 - Specfile autogenerated by cpanspec 1.78.