Chris Weyl 142d467
Name:           perl-Class-Accessor-Grouped
045e515
Version:        0.10006
7d9950a
Release:        5%{?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/
045e515
Source0:        http://search.cpan.org/CPAN/authors/id/C/CL/CLACO/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
045e515
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.62
Chris Weyl 2995f70
BuildRequires:  perl(Carp)
045e515
BuildRequires:  perl(Class::XSAccessor) >= 1.13
1bfcfd2
BuildRequires:  perl(Devel::Hide)
Chris Weyl 2995f70
BuildRequires:  perl(Scalar::Util)
Chris Weyl 0fca69d
BuildRequires:  perl(Class::Inspector)
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
045e515
Requires:       perl(Class::XSAccessor) >= 1.13
Chris Weyl 0fca69d
Requires:       perl(Class::Inspector)
1bfcfd2
Requires:       perl(Sub::Name) >= 0.05
Chris Weyl 0fca69d
1136cdf
# obsolete/provide old tests subpackage
1136cdf
# can be removed during F19 development cycle
1136cdf
Obsoletes:      %{name}-tests < 0.10006-3
1136cdf
Provides:       %{name}-tests = %{version}-%{release}
1136cdf
Chris Weyl 2995f70
%{?perl_default_filter}
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
1136cdf
%doc Changes README t/
Chris Weyl 142d467
%{perl_vendorlib}/*
Chris Weyl 142d467
%{_mandir}/man3/*
Chris Weyl 142d467
Chris Weyl 142d467
%changelog
7d9950a
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10006-5
7d9950a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
7d9950a
dc1a4f6
* Thu Jun 14 2012 Petr Pisar <ppisar@redhat.com> - 0.10006-4
dc1a4f6
- Perl 5.16 rebuild
dc1a4f6
1136cdf
* Sun Jan 22 2012 Iain Arnell <iarnell@gmail.com> 0.10006-3
1136cdf
- drop tests subpackage; move tests to main package documentation
1136cdf
39f21fe
* Tue Jan 17 2012 Iain Arnell <iarnell@gmail.com> - 0.10006-2
39f21fe
- rebuilt again for F17 mass rebuild
39f21fe
045e515
* Fri Jan 13 2012 Iain Arnell <iarnell@gmail.com> 0.10006-1
045e515
- update to latest upstream version
045e515
a8c5d2b
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10002-4
a8c5d2b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a8c5d2b
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.