21ac124
Name:           perl-Template-Plugin-Class
2c11c56
Version:        0.14
58eee37
Release:        13%{?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)
2c11c56
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
2c11c56
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 {} ';'
2c11c56
find $RPM_BUILD_ROOT -depth -type d -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,-)
2c11c56
%doc Changes
21ac124
%{perl_vendorlib}/Template/
21ac124
%{_mandir}/man3/*.3*
21ac124
21ac124
21ac124
%changelog
58eee37
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-13
58eee37
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
58eee37
0cd6438
* Sat Jul 27 2013 Petr Pisar <ppisar@redhat.com> - 0.14-12
0cd6438
- Perl 5.18 rebuild
0cd6438
cd9dbc0
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-11
cd9dbc0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
cd9dbc0
f7fe6f2
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-10
f7fe6f2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f7fe6f2
a260eae
* Thu Jun 21 2012 Petr Pisar <ppisar@redhat.com> - 0.14-9
a260eae
- Perl 5.16 rebuild
a260eae
3eb4ef4
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-8
3eb4ef4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
3eb4ef4
Petr Sabata 1bfa965
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 0.14-7
Petr Sabata 1bfa965
- Perl mass rebuild
Petr Sabata 1bfa965
5078dc3
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-6
5078dc3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
5078dc3
4190ad9
* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.14-5
4190ad9
- 661697 rebuild for fixing problems with vendorach/lib
4190ad9
ecc7821
* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.14-4
ecc7821
- Mass rebuild with perl-5.12.0
ecc7821
1b28fb6
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.14-3
1b28fb6
- rebuild against perl 5.10.1
1b28fb6
1d246bd
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-2
1d246bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1d246bd
2c11c56
* Wed Jul 15 2009 Paul Howarth <paul@city-fan.org> - 0.14-1
2c11c56
- Update to 0.14 (fixes FTBFS #511438)
2c11c56
- No README in upstream distribution this time
2c11c56
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