Name: perl-Class-Inspector Version: 1.32 Release: 1%{?dist} Summary: Get information about a class and its structure License: GPL+ or Artistic Group: Development/Libraries Vendor: bww bitwise works GmbH URL: http://search.cpan.org/dist/Class-Inspector/ Source0: http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/Class-Inspector-%{version}.tar.gz Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl-generators BuildRequires: perl(Exporter) BuildRequires: perl(Test::More) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Spec) >= 0.80 BuildRequires: perl(strict) BuildRequires: perl(warnings) %description Class::Inspector allows you to get information about a loaded class. Most or all of this information can be found in other ways, but they aren't always very friendly, and usually involve a relatively high level of Perl wizardry, or strange and unusual looking code. Class::Inspector attempts to provide an easier, more friendly interface to this information. %prep %setup -q -n Class-Inspector-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 make %{?_smp_mflags} make manifypods %install make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find %{buildroot} -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' %{_fixperms} $RPM_BUILD_ROOT/* %check #make test %files %doc Changes README %license LICENSE %{perl_vendorlib}/Class %{_mandir}/man3/* %changelog * Thu Mar 08 2018 Elbert Pol - 1.32-1 - initial rpm for OS2