|
|
de2d78 |
Name: perl-Class-Data-Inheritable
|
|
|
de2d78 |
Version: 0.08
|
|
|
e54914 |
Release: 14%{?dist}
|
|
|
de2d78 |
Summary: Inheritable, overridable class data
|
|
|
de2d78 |
Group: Development/Libraries
|
|
|
de2d78 |
License: GPL+ or Artistic
|
|
|
de2d78 |
URL: http://search.cpan.org/dist/Class-Data-Inheritable/
|
|
|
de2d78 |
Source0: http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/Class-Data-Inheritable-%{version}.tar.gz
|
|
|
de2d78 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
|
|
de2d78 |
BuildArch: noarch
|
|
|
de2d78 |
BuildRequires: perl(base)
|
|
|
de2d78 |
BuildRequires: perl(Carp)
|
|
|
de2d78 |
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
de2d78 |
BuildRequires: perl(Test::More)
|
|
|
de2d78 |
BuildRequires: perl(Test::Pod) >= 1.00
|
|
|
de2d78 |
BuildRequires: perl(Test::Pod::Coverage) >= 1.00
|
|
|
de2d78 |
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
de2d78 |
Requires: perl(Carp)
|
|
|
de2d78 |
|
|
|
de2d78 |
%description
|
|
|
de2d78 |
Class::Data::Inheritable is for creating accessor/mutators to
|
|
|
de2d78 |
class data. That is, if you want to store something about your
|
|
|
de2d78 |
class as a whole (instead of about a single object). This data
|
|
|
de2d78 |
is then inherited by your sub-classes and can be overridden.
|
|
|
de2d78 |
|
|
|
de2d78 |
%prep
|
|
|
de2d78 |
%setup -q -n Class-Data-Inheritable-%{version}
|
|
|
de2d78 |
|
|
|
de2d78 |
%build
|
|
|
de2d78 |
perl Makefile.PL INSTALLDIRS=vendor
|
|
|
de2d78 |
make
|
|
|
de2d78 |
|
|
|
de2d78 |
%install
|
|
|
de2d78 |
rm -rf %{buildroot}
|
|
|
de2d78 |
make pure_install DESTDIR=%{buildroot}
|
|
|
de2d78 |
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
|
|
de2d78 |
%{_fixperms} %{buildroot}
|
|
|
de2d78 |
|
|
|
de2d78 |
%check
|
|
|
de2d78 |
make test
|
|
|
de2d78 |
|
|
|
de2d78 |
%clean
|
|
|
de2d78 |
rm -rf %{buildroot}
|
|
|
de2d78 |
|
|
|
de2d78 |
%files
|
|
|
de2d78 |
%{perl_vendorlib}/Class/
|
|
|
de2d78 |
%{_mandir}/man3/Class::Data::Inheritable.3pm*
|
|
|
de2d78 |
|
|
|
de2d78 |
%changelog
|
|
|
e54914 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.08-14
|
|
|
e54914 |
- Mass rebuild 2013-12-27
|
|
|
e54914 |
|
|
|
de2d78 |
* Tue Nov 06 2012 Jitka Plesnikova <jplesnik@redhat.com> - 0.08-13
|
|
|
de2d78 |
- Add BR perl(ExtUtils::MakeMaker)
|
|
|
de2d78 |
|
|
|
de2d78 |
* Tue Jul 24 2012 Paul Howarth <paul@city-fan.org> - 0.08-12
|
|
|
de2d78 |
- BR:/R: perl(Carp)
|
|
|
de2d78 |
- BR: perl(base)
|
|
|
de2d78 |
- Use DESTDIR rather than PERL_INSTALL_ROOT
|
|
|
de2d78 |
- Use %%{_fixperms} macro rather than our own chmod incantation
|
|
|
de2d78 |
- Don't need to remove empty directories from the buildroot
|
|
|
de2d78 |
- Don't use macros for commands
|
|
|
de2d78 |
- Make %%files list more explicit
|
|
|
de2d78 |
- Fix typos in %%description
|
|
|
de2d78 |
|
|
|
de2d78 |
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-11
|
|
|
de2d78 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
de2d78 |
|
|
|
de2d78 |
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 0.08-10
|
|
|
de2d78 |
- Perl 5.16 rebuild
|
|
|
de2d78 |
|
|
|
de2d78 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-9
|
|
|
de2d78 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
de2d78 |
|
|
|
de2d78 |
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.08-8
|
|
|
de2d78 |
- Perl mass rebuild
|
|
|
de2d78 |
|
|
|
de2d78 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-7
|
|
|
de2d78 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
de2d78 |
|
|
|
de2d78 |
* Wed Dec 15 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.08-6
|
|
|
de2d78 |
- Rebuild to fix problems with vendorarch/lib (#661697)
|
|
|
de2d78 |
|
|
|
de2d78 |
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.08-5
|
|
|
de2d78 |
- Mass rebuild with perl-5.12.0
|
|
|
de2d78 |
|
|
|
de2d78 |
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.08-4
|
|
|
de2d78 |
- rebuild against perl 5.10.1
|
|
|
de2d78 |
|
|
|
de2d78 |
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-3
|
|
|
de2d78 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
de2d78 |
|
|
|
de2d78 |
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-2
|
|
|
de2d78 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
de2d78 |
|
|
|
de2d78 |
* Wed Jul 09 2008 Ralf Corsépius <rc040203@freenet.de> - 0.08-1
|
|
|
de2d78 |
- Upstream update.
|
|
|
de2d78 |
- BR: perl(Test::Pod), perl(Test::Pod::Coverage).
|
|
|
de2d78 |
|
|
|
de2d78 |
* Wed Jul 09 2008 Ralf Corsépius <rc040203@freenet.de> - 0.06-5
|
|
|
de2d78 |
- Fix broken Source0-URL.
|
|
|
de2d78 |
|
|
|
de2d78 |
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.06-4
|
|
|
de2d78 |
- Rebuild for perl 5.10 (again)
|
|
|
de2d78 |
|
|
|
de2d78 |
* Mon Jan 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.06-3
|
|
|
de2d78 |
- rebuild for new perl
|
|
|
de2d78 |
|
|
|
de2d78 |
* Fri Aug 24 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.06-2
|
|
|
de2d78 |
- license fix
|
|
|
de2d78 |
|
|
|
de2d78 |
* Wed Jan 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.06-1
|
|
|
de2d78 |
- bump to 0.06
|
|
|
de2d78 |
|
|
|
de2d78 |
* Thu Sep 14 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.05-1
|
|
|
de2d78 |
- bump to 0.05
|
|
|
de2d78 |
|
|
|
de2d78 |
* Mon Jan 9 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.04-1
|
|
|
de2d78 |
- bump to 0.04
|
|
|
de2d78 |
|
|
|
de2d78 |
* Sun Jul 10 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.02-3
|
|
|
de2d78 |
- changed /Class/Data to /Class, for proper ownership
|
|
|
de2d78 |
|
|
|
de2d78 |
* Fri Jul 8 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.02-2
|
|
|
de2d78 |
- cleanups
|
|
|
de2d78 |
|
|
|
de2d78 |
* Wed Jul 6 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.02-1
|
|
|
de2d78 |
- Initial package for Fedora Extras
|