da4b774
Name:           perl-Class-Trigger
ec07b51
Version:        0.14
d0fc2e7
Release:        8%{?dist}
da4b774
Summary:        Mixin to add / call inheritable triggers
da4b774
Group:          Development/Libraries
61689ff
License:        GPL+ or Artistic
da4b774
URL:            http://search.cpan.org/dist/Class-Trigger/
da4b774
Source0:        http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/Class-Trigger-%{version}.tar.gz
da4b774
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
da4b774
da4b774
BuildArch:      noarch
ec07b51
BuildRequires:  perl(IO::Scalar), perl(Test::More), perl(IO::WrapTie)
da4b774
Requires:  perl(IO::Scalar)
da4b774
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
da4b774
da4b774
%description
da4b774
%{summary}.
da4b774
da4b774
%prep
da4b774
%setup -q -n Class-Trigger-%{version}
da4b774
da4b774
%build
da4b774
%{__perl} Makefile.PL INSTALLDIRS=vendor
da4b774
make %{_smp_mflags}
da4b774
da4b774
%install
da4b774
rm -rf $RPM_BUILD_ROOT
da4b774
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
da4b774
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
da4b774
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
da4b774
chmod -R u+w $RPM_BUILD_ROOT/*
da4b774
da4b774
%check
da4b774
make test
da4b774
da4b774
%clean
da4b774
rm -rf $RPM_BUILD_ROOT
da4b774
da4b774
%files
da4b774
%defattr(-,root,root,-)
da4b774
%doc Changes README
da4b774
%{perl_vendorlib}/Class
da4b774
%{_mandir}/man3/*.3*
da4b774
da4b774
da4b774
%changelog
d0fc2e7
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-8
d0fc2e7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d0fc2e7
5a36a4d
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 0.14-7
5a36a4d
- Perl 5.16 rebuild
5a36a4d
ff8c116
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-6
ff8c116
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
ff8c116
4f52c82
* Sun Jun 19 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.14-5
4f52c82
- Perl mass rebuild
4f52c82
11b9890
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-4
11b9890
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
11b9890
73a5631
* Wed Dec 15 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.14-3
73a5631
- 661697 rebuild for fixing problems with vendorach/lib
73a5631
9627418
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.14-2
9627418
- Mass rebuild with perl-5.12.0
9627418
ec07b51
* Wed Apr 21 2010 Marcela Mašláňová <mmaslano@redhat.com> - 0.14-1
ec07b51
- update
ec07b51
92245b1
* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 0.13-3
92245b1
- rebuild against perl 5.10.1
92245b1
62a8c84
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-2
62a8c84
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
62a8c84
5fafbf3
* Fri Mar 13 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 0.13-1
5fafbf3
- update to 0.13
5fafbf3
9944b13
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-4
9944b13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
9944b13
8f30207
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.12-3
8f30207
- Rebuild for perl 5.10 (again)
8f30207
de3c810
* Tue Jan 15 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.12-2
de3c810
- rebuild for new perl
de3c810
61689ff
* Fri Aug 24 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.12-1
61689ff
- bump to 0.12
61689ff
- license fix
61689ff
435d035
* Fri Sep 15 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.10-2
435d035
- bump for fc6
435d035
2589f4b
* Tue Jan 10 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.10-1
2589f4b
- bump to 0.10
2589f4b
da4b774
* Wed Aug 17 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.09-3
da4b774
- fix missing BR: perl(Class::Data::Inheritable)
da4b774
- use %{_smp_mflags}
da4b774
da4b774
* Fri Jul  8 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.09-2
da4b774
- cleanups
da4b774
da4b774
* Wed Jul  6 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.09-1
da4b774
- Initial package for Fedora Extras