21ac124
Name:           perl-Template-Plugin-Class
8daefc6
Version:        0.13
f4136f7
Release:        6%{?dist}
21ac124
Summary:        Allow calling of class methods on arbitrary classes
21ac124
Group:          Development/Libraries
0cb7902
License:        GPL+ or Artistic
21ac124
URL:            http://search.cpan.org/dist/Template-Plugin-Class/
21ac124
Source0:        http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/Template-Plugin-Class-%{version}.tar.gz
21ac124
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
21ac124
21ac124
BuildArch:      noarch
0cb7902
BuildRequires:  perl(Template::Plugin), perl(Module::Build), perl(Test::More)
21ac124
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
ec6895e
Requires:	perl(Template::Plugin)
21ac124
21ac124
%description
21ac124
%{summary}.
21ac124
21ac124
%prep
21ac124
%setup -q -n Template-Plugin-Class-%{version}
21ac124
21ac124
%build
21ac124
%{__perl} Makefile.PL INSTALLDIRS=vendor
21ac124
make %{?_smp_mflags}
21ac124
21ac124
%install
21ac124
rm -rf $RPM_BUILD_ROOT
21ac124
make install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
21ac124
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
21ac124
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
21ac124
chmod -R u+w $RPM_BUILD_ROOT/*
21ac124
21ac124
%check
21ac124
make test
21ac124
21ac124
%clean
21ac124
rm -rf $RPM_BUILD_ROOT
21ac124
21ac124
%files
21ac124
%defattr(-,root,root,-)
21ac124
%doc Changes README
21ac124
%{perl_vendorlib}/Template/
21ac124
%{_mandir}/man3/*.3*
21ac124
21ac124
21ac124
%changelog
f4136f7
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-6
f4136f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f4136f7
5ba4a74
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.13-5
5ba4a74
- Rebuild for perl 5.10 (again)
5ba4a74
ba29b2a
* Mon Jan 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.13-4
ba29b2a
- rebuild for new perl
ba29b2a
0cb7902
* Sun Aug 26 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.13-3
0cb7902
- license tag fix
0cb7902
ccde4e7
* Fri Sep 15 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.13-2
ccde4e7
- bump for fc6
ccde4e7
8daefc6
* Fri Jul  7 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.13-1
8daefc6
- bump to 0.13
8daefc6
c4a2f89
* Wed Aug 17 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.12-5
ec6895e
- perl(Template::Plugin) is more correct
ec6895e
21ac124
* Wed Aug 17 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.12-3
21ac124
- more cleanups
21ac124
21ac124
* Fri Jul  8 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.12-2
21ac124
- cleanups
21ac124
21ac124
* Wed Jul  6 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.12-1
21ac124
- Initial package for Fedora Extras