2006-10-28 20:50:17 +00:00
|
|
|
# norootforbuild
|
|
|
|
|
|
|
|
Name: perl-Object-Realize-Later
|
|
|
|
Version: 0.15
|
|
|
|
Release: 0.kolab.0
|
|
|
|
Summary: This module helps you implementing delay loading of object-data
|
|
|
|
License: GPL or Artistic License
|
|
|
|
Group: Development/Libraries/Perl
|
2007-03-14 19:00:14 +00:00
|
|
|
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
|
2006-10-28 20:50:17 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
Packager: Marcus Hüwe <suse-tux@gmx.de>
|
|
|
|
|
|
|
|
Requires: perl = %{perl_version}
|
2007-03-14 19:00:14 +00:00
|
|
|
BuildRequires: perl
|
2006-10-28 20:50:17 +00:00
|
|
|
|
|
|
|
%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
|
|
|
|
%__make test
|
|
|
|
|
|
|
|
%install
|
|
|
|
%perl_make_install
|
|
|
|
%perl_process_packlist
|
|
|
|
|
|
|
|
%clean
|
|
|
|
%__rm -rf %{BuildRoot}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%doc Changes README
|
|
|
|
%{perl_vendorlib}/Object/Realize/Later.pm
|
|
|
|
%{perl_vendorlib}/Object/Realize/Later.pod
|
|
|
|
%ifarch %{ix86}
|
|
|
|
%{perl_vendorlib}/i586-linux-thread-multi/auto/Object/Realize/Later/.packlist
|
|
|
|
%endif
|
|
|
|
%ifarch x86_64
|
|
|
|
%{perl_vendorlib}/x86_64-linux-thread-multi/auto/Object/Realize/Later/.packlist
|
|
|
|
%endif
|
|
|
|
%{_mandir}/man3/Object::Realize::Later.3pm.gz
|
|
|
|
%{_var}/adm/perl-modules/perl-Object-Realize-Later
|
|
|
|
|
|
|
|
%changelog
|
2007-03-14 19:00:14 +00:00
|
|
|
* Wed Mar 14 2007 Marcus Hüwe <suse-tux@gmx.de>
|
|
|
|
- fixed BuildRequires
|
2006-10-28 20:50:17 +00:00
|
|
|
* Sat Jun 10 2006 Marcus Hüwe <suse-tux@gmx.de>
|
|
|
|
- initial build
|