%perl_module Convert-BinHex 1.119 4 Summary: extract data from Macintosh BinHex files. License: Artistic Group: System Environment/Libraries URL: http://search.cpan.org/~eryq/%{pkgname}-%{version}/ Source0: http://search.cpan.org/CPAN/authors/id/E/ER/ERYQ/%{pkgname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch %description BinHex is a format used by Macintosh for transporting Mac files safely through electronic mail, as short-lined, 7-bit, semi-compressed data streams. Ths module provides a means of converting those data streams back into into binary data. %prep %setup -q -n %{pkgname}-%{version} %build %perl_configure make #perl_makecheck %install rm -rf %{buildroot} %perl_makeinstall %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README docs/* %{perl_vendorlib}/Convert/BinHex.pm %{perl_man3dir}/Convert::BinHex.3pm* %changelog * Mon Jun 6 2005 Axel Thimm - Initial build.