%perl_module Encode 2.02 4 Summary: Character encodings for perl. License: Artistic Group: System Environment/Libraries URL: http://search.cpan.org/dist/%{pkgname} Source: http://search.cpan.org/CPAN/authors/id/D/DA/DANKOGAI/%{pkgname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot %description The "Encode" module provides the interfaces between Perl's strings and the rest of the system. Perl strings are sequences of characters. %prep %setup -q -n %{pkgname}-%{version} %build %perl_configure make #Fails on RH9, RH8.0 #perl_makecheck %install rm -rf %{buildroot} %perl_makeinstall %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README* Changes AUTHORS %{perl_vendorarch}/Encode.pm %{perl_vendorarch}/encoding.pm %{perl_vendorarch}/Encode %{perl_vendorarch}/auto/Encode %{perl_man1dir}/piconv.1* %{perl_man1dir}/enc2xs.1* %{perl_bin}/piconv %{perl_bin}/enc2xs %changelog * Wed Sep 29 2004 Axel Thimm - Update to 2.02. * Sun Aug 22 2004 Axel Thimm - Initial build.