Chris Weyl 142d467
Name:           perl-Class-Accessor-Grouped
1bfcfd2
Version:        0.10002
f387ef6
Release:        3%{?dist}
Chris Weyl 2995f70
Summary:        Build groups of accessors
Chris Weyl 142d467
License:        GPL+ or Artistic
Chris Weyl 142d467
Group:          Development/Libraries
Chris Weyl 142d467
URL:            http://search.cpan.org/dist/Class-Accessor-Grouped/
1bfcfd2
Source0:        http://search.cpan.org/CPAN/authors/id/R/RK/RKITOVER/Class-Accessor-Grouped-%{version}.tar.gz
Chris Weyl 142d467
BuildArch:      noarch
Chris Weyl 142d467
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Chris Weyl 142d467
Chris Weyl 142d467
BuildRequires:  perl >= 1:5.6.1
Chris Weyl 0fca69d
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
Chris Weyl 2995f70
BuildRequires:  perl(Carp)
028e47e
BuildRequires:  perl(Class::XSAccessor)
1bfcfd2
BuildRequires:  perl(Devel::Hide)
Chris Weyl 2995f70
BuildRequires:  perl(Scalar::Util)
Chris Weyl 0fca69d
BuildRequires:  perl(Class::Inspector)
Chris Weyl 0fca69d
BuildRequires:  perl(MRO::Compat)
1bfcfd2
BuildRequires:  perl(Sub::Name) >= 0.05
Chris Weyl 142d467
BuildRequires:  perl(Test::More)
1bfcfd2
BuildRequires:  perl(Test::Exception) >= 0.31
Chris Weyl 2995f70
BuildRequires:  perl(CPAN)
Chris Weyl 142d467
028e47e
Requires:       perl(Class::XSAccessor)
Chris Weyl 0fca69d
Requires:       perl(Class::Inspector)
1bfcfd2
Requires:       perl(Sub::Name) >= 0.05
Chris Weyl 0fca69d
Chris Weyl 2995f70
%{?perl_default_filter}
Chris Weyl 2995f70
%{?perl_default_subpackage_tests}
Chris Weyl 0fca69d
Chris Weyl 142d467
%description
Chris Weyl 142d467
This class lets you build groups of accessors that will call different
Chris Weyl 142d467
getters and setters.
Chris Weyl 142d467
Chris Weyl 142d467
%prep
Chris Weyl 142d467
%setup -q -n Class-Accessor-Grouped-%{version}
Chris Weyl 142d467
Chris Weyl 142d467
%build
Chris Weyl 142d467
%{__perl} Makefile.PL INSTALLDIRS=vendor
Chris Weyl 142d467
make %{?_smp_mflags}
Chris Weyl 142d467
Chris Weyl 142d467
%install
Chris Weyl 2995f70
make pure_install DESTDIR=%{buildroot}
Chris Weyl 142d467
Chris Weyl 142d467
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
Chris Weyl 142d467
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
Chris Weyl 142d467
Chris Weyl 142d467
%{_fixperms} %{buildroot}/*
Chris Weyl 142d467
Chris Weyl 142d467
%check
Chris Weyl 142d467
make test
Chris Weyl 142d467
Chris Weyl 142d467
%files
Chris Weyl 142d467
%defattr(-,root,root,-)
Chris Weyl 2995f70
%doc Changes README
Chris Weyl 142d467
%{perl_vendorlib}/*
Chris Weyl 142d467
%{_mandir}/man3/*
Chris Weyl 142d467
Chris Weyl 142d467
%changelog
f387ef6
* Tue Jun 28 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.10002-3
f387ef6
- Perl mass rebuild
f387ef6
e85edc6
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10002-2
e85edc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e85edc6
1bfcfd2
* Sat Jan 08 2011 Iain Arnell <iarnell@gmail.com> 0.10002-1
1bfcfd2
- update to latest upstream version
1bfcfd2
- update R/BR perl(Sub::Name) >= 0.05
1bfcfd2
- update BR perl(Test::Exception) >= 0.31
1bfcfd2
- new BR perl(Devel::Hide)
1bfcfd2
028e47e
* Wed Nov 03 2010 Iain Arnell <iarnell@gmail.com> 0.09008-1
028e47e
- update to latest upstream version
028e47e
- clean up spec for modern rpmbuild
028e47e
- new BR perl(Test::Exception)
028e47e
- new BR perl(Class::XSAccessor)
028e47e
- remove BR perl(Sub::Identify)
028e47e
- new req perl(Class::XSAccessor)
028e47e
- remove explicit req perl(Carp)
028e47e
- remove explicit req perl(MRO::Compat)
028e47e
- remove explicit req perl(Scalar::Util)
028e47e
23b103b
* Thu Sep 02 2010 Iain Arnell <iarnell@gmail.com> 0.09005-1
23b103b
- update to latest upstream version
23b103b
333295f
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.09002-2
333295f
- Mass rebuild with perl-5.12.0
333295f
Chris Weyl 2995f70
* Sun Feb 07 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.09002-1
Chris Weyl 2995f70
- subpackage tests, drop t/ from doc
Chris Weyl 2995f70
- update filtering (perl_default_filter)
Chris Weyl 2995f70
- PERL_INSTALL_ROOT => DESTDIR in make install
Chris Weyl 2995f70
- auto-update to 0.09002 (by cpan-spec-update 0.01)
Chris Weyl 2995f70
036501e
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.09000-2
036501e
- rebuild against perl 5.10.1
036501e
Chris Weyl 0fca69d
* Tue Aug 25 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.09000-1
Chris Weyl 0fca69d
- auto-update to 0.09000 (by cpan-spec-update 0.01)
Chris Weyl 0fca69d
- added a new br on perl(Carp) (version 0)
Chris Weyl 0fca69d
- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42)
Chris Weyl 0fca69d
- added a new br on perl(Scalar::Util) (version 0)
Chris Weyl 0fca69d
- added a new br on perl(Sub::Identify) (version 0)
Chris Weyl 0fca69d
- added a new br on perl(Sub::Name) (version 0.04)
Chris Weyl 0fca69d
- added a new br on CPAN (inc::Module::AutoInstall found)
Chris Weyl 0fca69d
- added a new req on perl(Carp) (version 0)
Chris Weyl 0fca69d
- added a new req on perl(Class::Inspector) (version 0)
Chris Weyl 0fca69d
- added a new req on perl(MRO::Compat) (version 0)
Chris Weyl 0fca69d
- added a new req on perl(Scalar::Util) (version 0)
Chris Weyl 0fca69d
- added a new req on perl(Sub::Name) (version 0.04)
Chris Weyl 0fca69d
72e3e5c
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08003-2
72e3e5c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
72e3e5c
Chris Weyl 5663be3
* Thu Apr 02 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.08003-1
Chris Weyl 5663be3
- update to 0.08003
Chris Weyl 5663be3
b31a1ed
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08002-2
b31a1ed
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b31a1ed
Chris Weyl 2ff661e
* Tue Dec 02 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.08002-1
Chris Weyl 2ff661e
- update to 0.08002
Chris Weyl 2ff661e
Chris Weyl 2a887ef
* Wed May 21 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.08001-1
Chris Weyl 2a887ef
- update to 0.08001
Chris Weyl 2a887ef
db5c44d
* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.07000-4
db5c44d
Rebuild for new perl
db5c44d
0570539
* Wed Mar 05 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.07000-3
0570539
- rebuild for new perl
0570539
Chris Weyl 4874cad
* Sat Dec 08 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.07000-2
Chris Weyl 4874cad
- bump
Chris Weyl 4874cad
Chris Weyl 142d467
* Tue Sep 18 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.07000-1
Chris Weyl 142d467
- Specfile autogenerated by cpanspec 1.71.