Blame SPECS/perl-UNIVERSAL-can.spec

d53890
Name:           perl-UNIVERSAL-can
d53890
Version:        1.20120726
f88a13
Release:        3%{?dist}
d53890
Summary:        Hack around people calling UNIVERSAL::can() as a function
d53890
Group:          Development/Libraries
d53890
License:        GPL+ or Artistic
d53890
URL:            http://search.cpan.org/dist/UNIVERSAL-can/
d53890
Source0:        http://www.cpan.org/authors/id/C/CH/CHROMATIC/UNIVERSAL-can-%{version}.tar.gz
d53890
BuildArch:      noarch
d53890
BuildRequires:	perl(ExtUtils::MakeMaker)
d53890
BuildRequires:  perl(Test::Simple) >= 0.60
d53890
BuildRequires:  perl(Test::Pod) >= 1.14
d53890
BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
d53890
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
d53890
d53890
%{?perl_default_filter}
d53890
d53890
%description
d53890
The UNIVERSAL class provides a few default methods so that all objects
d53890
can use them. Object orientation allows programmers to override these
d53890
methods in subclasses to provide more specific and appropriate behavior.
d53890
d53890
Some authors call methods in the UNIVERSAL class on potential invocants
d53890
as functions, bypassing any possible overriding. This is wrong and you
d53890
should not do it. Unfortunately, not everyone heeds this warning and
d53890
their bad code can break your good code.
d53890
d53890
%prep
d53890
%setup -q -n UNIVERSAL-can-%{version}
d53890
d53890
%build
d53890
perl Makefile.PL INSTALLDIRS=vendor
d53890
make %{?_smp_mflags}
d53890
d53890
%install
d53890
make pure_install DESTDIR=%{buildroot}
d53890
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
d53890
find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null
d53890
%{_fixperms} %{buildroot}
d53890
d53890
%check
d53890
PERL_RUN_ALL_TESTS=1 make test
d53890
d53890
%files
d53890
%doc Changes README
d53890
%{perl_vendorlib}/UNIVERSAL/
d53890
%{_mandir}/man3/*.3*
d53890
d53890
%changelog
f88a13
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.20120726-3
f88a13
- Mass rebuild 2013-12-27
f88a13
d53890
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20120726-2
d53890
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
d53890
d53890
* Sun Jan 20 2013 Tom Callaway <spot@fedoraproject.org> 1.20120726-1
d53890
- update to 1.20120726
d53890
d53890
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-9
d53890
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d53890
d53890
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 1.15-8
d53890
- Perl 5.16 rebuild
d53890
d53890
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-7
d53890
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
d53890
d53890
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.15-6
d53890
- Perl mass rebuild
d53890
d53890
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-5
d53890
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d53890
d53890
* Thu Dec 23 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.15-4
d53890
- 661697 rebuild for fixing problems with vendorach/lib
d53890
d53890
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.15-3
d53890
- Mass rebuild with perl-5.12.0
d53890
d53890
* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 1.15-2
d53890
- rebuild against perl 5.10.1
d53890
d53890
* Wed Oct  7 2009 Marcela Mašláňová <mmaslano@redhat.com> - 1.15-1
d53890
- update to new upstream release
d53890
d53890
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12-4
d53890
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
d53890
d53890
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12-3
d53890
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
d53890
d53890
* Wed Mar  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.12-2
d53890
- rebuild for new perl
d53890
d53890
* Wed Apr  5 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.12-1
d53890
- Update to 1.12.
d53890
d53890
* Fri Feb 10 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.11-1
d53890
- Update to 1.11.
d53890
- No longer build requires perl(Test::Exception).
d53890
d53890
* Thu Feb  9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.03-2
d53890
- Missing build requirement: perl(Test::Exception).
d53890
d53890
* Wed Feb  8 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.03-1
d53890
- Update to 1.03.
d53890
d53890
* Tue Dec 27 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.01-1
d53890
- First build.