02379c
Name:		perl-Class-Inspector
02379c
Version:	1.28
53c0c5
Release:	2%{?dist}
02379c
Summary:	Get information about a class and its structure
02379c
License:	GPL+ or Artistic
02379c
Group:		Development/Libraries
02379c
URL:		http://search.cpan.org/dist/Class-Inspector/
02379c
Source0:	http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Class-Inspector-%{version}.tar.gz
02379c
02379c
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
02379c
BuildArch: noarch
02379c
02379c
BuildRequires:	perl(Exporter)
02379c
BuildRequires:	perl(Test::More)
02379c
BuildRequires:	perl(ExtUtils::MakeMaker)
02379c
BuildRequires:	perl(File::Spec) >= 0.80
02379c
02379c
%if !%{defined perl_bootstrap}
02379c
BuildRequires: perl(Test::Pod) >= 1.44
02379c
BuildRequires: perl(Test::CPAN::Meta) >= 0.17
02379c
BuildRequires: perl(Perl::MinimumVersion) >= 1.27
02379c
BuildRequires: perl(Test::MinimumVersion) >= 0.101080
02379c
%endif
02379c
02379c
%description
02379c
Class::Inspector allows you to get information about a loaded class.
02379c
Most or all of this information can be found in other ways, but they aren't
02379c
always very friendly, and usually involve a relatively high level of Perl
02379c
wizardry, or strange and unusual looking code. Class::Inspector attempts to
02379c
provide an easier, more friendly interface to this information.
02379c
02379c
%prep
02379c
%setup -q -n Class-Inspector-%{version}
02379c
02379c
%build
02379c
%{__perl} Makefile.PL INSTALLDIRS=vendor
02379c
make %{?_smp_mflags}
02379c
02379c
%install
02379c
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
02379c
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
02379c
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
02379c
chmod -R u+w $RPM_BUILD_ROOT/*
02379c
02379c
%check
02379c
%if !%{defined perl_bootstrap}
02379c
make test AUTOMATED_TESTING=1
02379c
%endif
02379c
02379c
%files
02379c
%defattr(-,root,root,-)
02379c
%doc Changes LICENSE README
02379c
%{perl_vendorlib}/Class
02379c
%{_mandir}/man3/*
02379c
02379c
%changelog
53c0c5
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.28-2
53c0c5
- Mass rebuild 2013-12-27
53c0c5
02379c
* Tue Nov 06 2012 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.28-1
02379c
- Upstream update.
02379c
02379c
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.27-4
02379c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
02379c
02379c
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 1.27-3
02379c
- Perl 5.16 re-rebuild of bootstrapped packages
02379c
02379c
* Wed Jun 06 2012 Petr Pisar <ppisar@redhat.com> - 1.27-2
02379c
- Perl 5.16 rebuild
02379c
02379c
* Fri Jan 27 2012 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.27-1
02379c
- Upstream update.
02379c
- Spec file modernization.
02379c
- Fix perl_bootstrap handling.
02379c
02379c
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.25-3
02379c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
02379c
02379c
* Mon Jun 27 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.25-2
02379c
- rebuild with Perl 5.14.1
02379c
02379c
* Thu Feb 17 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.25-1
02379c
- Upstream update.
02379c
02379c
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.24-8
02379c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
02379c
02379c
* Wed Dec 15 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.24-7
02379c
- 661697 rebuild for fixing problems with vendorach/lib
02379c
02379c
* Wed Jun 23 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.24-6
02379c
- Re-enable pmv-test.
02379c
02379c
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.24-5
02379c
- Mass rebuild with perl-5.12.0
02379c
02379c
* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 1.24-4
02379c
- rebuild against perl 5.10.1
02379c
02379c
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.24-3
02379c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
02379c
02379c
* Wed Jun 17 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.24-2
02379c
- BR: perl(Test::MinimumVersion) >= 0.008
02379c
02379c
* Mon May 11 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.24-1
02379c
- Upstream update.
02379c
- Remove Class-Inspector-1.23.diff.
02379c
02379c
* Fri Feb 27 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.23-3
02379c
- Unconditionally BR: perl(Test::CPAN::Meta).
02379c
- Adjust minimum perl version in META.yml (Add Class-Inspector-1.23.diff).
02379c
02379c
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.23-2
02379c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
02379c
02379c
* Tue Jun 10 2008 Ralf Corsépius <rc040203@freenet.de> - 1.23-1
02379c
- Upstream update.
02379c
02379c
* Tue Mar 11 2008 Ralf Corsépius <rc040203@freenet.de> - 1.22-1
02379c
- Upstream update.
02379c
02379c
* Thu Feb 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.20-3
02379c
- Rebuild normally, second pass
02379c
02379c
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.20-2
02379c
- Rebuild for perl 5.10 (again), first pass
02379c
02379c
* Thu Feb 14 2008 Ralf Corsépius <rc040203@freenet.de> - 1.20-1
02379c
- Upstream update.
02379c
02379c
* Mon Jan 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.18-3
02379c
- rebuild normally, second pass
02379c
02379c
* Sun Jan 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.18-2.1
02379c
- rebuild for new perl, first pass, disable TMV, tests
02379c
02379c
* Sun Nov 25 2007 Ralf Corsépius <rc040203@freenet.de> - 1.18-2
02379c
- Add BR: perl(Test::MinimumVersion).
02379c
02379c
* Tue Nov 20 2007 Ralf Corsépius <rc040203@freenet.de> - 1.18-1
02379c
- Upstream update.
02379c
02379c
* Fri Aug 17 2007 Ralf Corsépius <rc040203@freenet.de> - 1.17-1
02379c
- Upstream update.
02379c
02379c
* Thu Apr 19 2007 Ralf Corsépius <rc040203@freenet.de> - 1.16-3
02379c
- Reflect perl package split.
02379c
02379c
* Tue Sep 05 2006 Ralf Corsépius <rc040203@freenet.de> - 1.16-2
02379c
- Mass rebuild.
02379c
02379c
* Mon May 21 2006 Ralf Corsépius <rc040203@freenet.de> - 1.16-1
02379c
- Upstream update.
02379c
02379c
* Mon May 08 2006 Ralf Corsépius <rc040203@freenet.de> - 1.15-1
02379c
- Upstream update.
02379c
02379c
* Wed Mar 01 2006 Ralf Corsépius <rc040203@freenet.de> - 1.13-2
02379c
- Rebuild for perl-5.8.8.
02379c
02379c
* Thu Sep 29 2005 Ralf Corsepius <rc040203@freenet.de> - 1.13-1
02379c
- Upstream update.
02379c
02379c
* Tue Sep 13 2005 Ralf Corsepius <rc040203@freenet.de>
02379c
- Fix another typo in %%summary.
02379c
02379c
* Tue Sep 13 2005 Ralf Corsepius <rc040203@freenet.de> - 1.12-2
02379c
- Fix typo in %%summary.
02379c
- Spec file cleanup.
02379c
02379c
* Tue Sep 13 2005 Ralf Corsepius <rc040203@freenet.de> - 1.12-1
02379c
- FE submission.