Name: perl-Class-Std Version: 0.0.8 Release: 1%{?dist} Summary: Support for creating standard "inside-out" classes License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Class-Std/ Source0: http://www.cpan.org/modules/by-module/Class/Class-Std-v%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) BuildRequires: perl(version) Requires: perl(version) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker) %description This module provides tools that help to implement the "inside out object" class structure in a convenient and standard way. %prep %setup -q -n Class-Std-v%{version} # Fix UTF-8 iconv -f ISO_8859-1 -t UTF-8 -o tmp.man lib/Class/Std.pm && mv -f tmp.man lib/Class/Std.pm %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf %{buildroot} ./Build install destdir=%{buildroot} create_packlist=0 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check ./Build test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Mar 15 2007 Andreas Thienemann 0.0.8-1 - Specfile autogenerated by cpanspec 1.69.1. - Adapted for FE