OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Object-Realize-Later?expand=0&rev=9
57 lines
1.3 KiB
RPMSpec
57 lines
1.3 KiB
RPMSpec
# 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 <rbos@opensuse.org> - 0.15
|
|
- Fixed rpmlint errors
|
|
* Wed Mar 14 2007 Marcus Hüwe <suse-tux@gmx.de> - 0.15
|
|
- fixed BuildRequires
|
|
* Sat Jun 10 2006 Marcus Hüwe <suse-tux@gmx.de>
|
|
- initial build
|