Package perl-Object-Realize-Later: Specfile

%define _unpackaged_files_terminate_build 1
#
#   - Object::Realize::Later -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#   The following arguments were used:
#       Object::Realize::Later
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module Object-Realize-Later
%define m_distro Object-Realize-Later
%define m_name Object::Realize::Later
%define m_author_id unknown
%define _enable_test 1

Name: perl-Object-Realize-Later
Version: 0.21
Release: alt1

Summary: Delayed realization of objects

License: Artistic
Group: Development/Perl
Url: http://www.cpan.org

Packager: Vitaly Lipatov <lav@altlinux.ru>

BuildArch: noarch
Source0: http://www.cpan.org/authors/id/M/MA/MARKOV/%{module}-%{version}.tar.gz

# Automatically added by buildreq on Sat Feb 04 2006
BuildRequires: perl-devel

%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.

The module requires  Scalar::Util  to avoid that it keeps objects
alive when the program is not needing them anymore.

%prep
%setup -q -n %{module}-%{version}

%build
%perl_vendor_build

%install
%perl_vendor_install
rm -rf %buildroot%perl_vendor_man3dir/

%files
%doc Changes README ChangeLog README.md
%perl_vendor_privlib/Object/

%changelog
* Thu Feb 01 2018 Igor Vlasenko <viy@altlinux.ru> 0.21-alt1
- automated CPAN update

* Tue Jan 28 2014 Igor Vlasenko <viy@altlinux.ru> 0.19-alt1
- automated CPAN update

* Fri Oct 10 2008 Vitaly Lipatov <lav@altlinux.ru> 0.18-alt1
- new version 0.18 (with rpmrb script)

* Sat Sep 06 2008 Vitaly Lipatov <lav@altlinux.ru> 0.15-alt2
- add description
- fix directory ownership violation

* Sat Feb 04 2006 Vitaly Lipatov <lav@altlinux.ru> 0.15-alt1
- first build for ALT Linux Sisyphus