Name: perl-Class-Base Version: 0.03 Release: 7%{?dist} Summary: Useful base class for deriving other modules License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Class-Base/ Source0: http://www.cpan.org/authors/id/A/AB/ABW/Class-Base-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # core BuildRequires: perl(ExtUtils::MakeMaker) # cpan %description This module implements a simple base class from which other modules can be derived, thereby inheriting a number of useful methods such as new(), init(), params(), clone(), error() and debug(). %prep %setup -q -n Class-Base-%{version} chmod -c -x test.pl %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README TODO test.pl %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Apr 30 2010 Marcela Maslanova - 0.03-7 - Mass rebuild with perl-5.12.0 * Mon Dec 7 2009 Stepan Kasal - 0.03-6 - rebuild against perl 5.10.1 * Sat Jul 25 2009 Fedora Release Engineering - 0.03-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 0.03-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Thu Mar 6 2008 Tom "spot" Callaway 0.03-3 - rebuild for new perl * Wed May 16 2007 Chris Weyl 0.03-2 - bump * Mon May 14 2007 Chris Weyl 0.03-1 - Specfile autogenerated by cpanspec 1.71.