# norootforbuild Name: perl-Object-Realize-Later Version: 0.15 Release: 0 Summary: This module helps you implementing delay loading of object-data License: GPL or Artistic License Group: Development/Libraries/Perl Url: http://search.cpan.org/~markov/Object-Realize-Later-%{version} Source0: http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/Object-Realize-Later-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} BuildRequires: perl perl-macros %description This module helps you implementing delay loading of object-data. While creating a stub-object, Object::Realize::Later simulates you got the real data. Author: ------- Mark Overmeer %prep %setup -q -n Object-Realize-Later-%{version} %build %__perl Makefile.PL %__make %check %__make test %install %perl_make_install %perl_process_packlist %clean %__rm -rf %{BuildRoot} %files %defattr(-, root, root) %doc Changes README %dir %{perl_vendorlib}/Object %dir %{perl_vendorlib}/Object/Realize %{perl_vendorlib}/Object/Realize/Later.pm %{perl_vendorlib}/Object/Realize/Later.pod %{_mandir}/man3/Object::Realize::Later.3pm.gz %changelog * Fri Oct 31 2008 Richard Bos - 0.15 - Fixed rpmlint errors * Wed Mar 14 2007 Marcus Hüwe - 0.15 - fixed BuildRequires * Sat Jun 10 2006 Marcus Hüwe - initial build