Name: perl-Encode-Detect Version: 1.00 Release: 4 Summary: Encode::Encoding subclass that detects the encoding of data Group: Development/Libraries License: MPLv1.1 or GPLv2+ or LGPLv2+ URL: http://search.cpan.org/dist/Encode-Detect/ Source0: http://www.cpan.org/authors/id/J/JG/JGMYERS/Encode-Detect-%{version}.tar.gz Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: perl(Data::Dump) BuildRequires: perl(ExtUtils::CBuilder) BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(Encode::Encoding) %description This Perl module is an Encode::Encoding subclass that uses Encode::Detect::Detector to determine the charset of the input data and then decodes it using the encoder of the detected charset. %prep %setup -q -n Encode-Detect-%{version} cat <%{name}-req #!/bin/sh %{__perl_requires} $* |\ sed -e '/perl(base)/d' EOF %define __perl_requires %{_builddir}/Encode-Detect-%{version}/%{name}-req %{__chmod} +x %{__perl_requires} %build %{__perl} Build.PL installdirs=vendor optimize="${RPM_OPT_FLAGS}" ./Build %check ./Build test %install %{__rm} -rf "${RPM_BUILD_ROOT}" ./Build install destdir="${RPM_BUILD_ROOT}" create_packlist=0 find "${RPM_BUILD_ROOT}" -type f -name "*.bs" -size 0 -exec %{__rm} -f {} \; find "${RPM_BUILD_ROOT}" -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} "${RPM_BUILD_ROOT}"/* %clean %{__rm} -rf "${RPM_BUILD_ROOT}" %files %defattr(-,root,root,-) %doc Changes LICENSE %{perl_vendorarch}/auto/Encode %{perl_vendorarch}/Encode %{_mandir}/man3/Encode::Detect.3* %{_mandir}/man3/Encode::Detect::Detector.3* %changelog * Sun Jan 20 2008 James Ralston - 1.00-4 - remove test before rm -rf $RPM_BUILD_ROOT; rpm will prevent badness * Wed Dec 19 2007 James Ralston - 1.00-3 - the "Build test" step requires perl(Test::More) and perl(Data::Dump) * Thu Oct 11 2007 James Ralston - 1.00-2 - adjust static Requires - filter erroneous auto-generated Requires in %%prep * Wed Oct 10 2007 James Ralston - 1.00-1 - specfile autogenerated by cpanspec 1.73.