Package perl-Class-Fields: Specfile

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

%define module Class-Fields
%define m_distro Class-Fields
%define m_name Class::Fields
%define m_author_id MSCHWERN
%define _enable_test 1

Name: perl-Class-Fields
Version: 0.204
Release: alt2

Summary: Inspect the fields of a class

License: Artistic
Group: Development/Perl
Url: http://search.cpan.org/dist/Class-Fields/

Packager: Michael Bochkaryov <misha@altlinux.ru>

BuildArch: noarch
Source: http://www.cpan.org/authors/id/M/MS/MSCHWERN/Class-Fields-0.204.tar.gz

# Automatically added by buildreq on Sun May 25 2008
BuildRequires: perl-Carp-Assert perl-devel

%description
A collection of utility functions/methods for examining the data
members of a class.  It provides a nice, high-level interface that
should stand the test of time and Perl upgrades nicely.

The functions in this module also serve double-duty as methods and can
be used that way by having your module inherit from it.

%prep
%setup -q -n %m_distro-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%perl_vendor_privlib/Class*
%perl_vendor_privlib/private.pm
%perl_vendor_privlib/protected.pm
%perl_vendor_privlib/public.pm
%doc Changes

%changelog
* Fri Jun 29 2018 Igor Vlasenko <viy@altlinux.ru> 0.204-alt2
- fixed unpackaged files

* Mon Sep 19 2011 Igor Vlasenko <viy@altlinux.ru> 0.204-alt1
- automated CPAN update

* Mon Nov 22 2010 Igor Vlasenko <viy@altlinux.ru> 0.203-alt2.1
- repair after perl 5.12 upgrade using girar-nmu

* Tue Sep 23 2008 Michael Bochkaryov <misha@altlinux.ru> 0.203-alt2
- fix directory ownership violation

* Sun May 25 2008 Michael Bochkaryov <misha@altlinux.ru> 0.203-alt1
- first build for ALT Linux Sisyphus