693e4db
%global cpan_version 1.02
693e4db
Chris Weyl 83c80b7
Name:           perl-Hash-Case
f1f25b9
Version:        1.20.0
660f279
Release:        7%{?dist}
Chris Weyl 83c80b7
Summary:        Base class for hashes with key-casing requirements
606329c
License:        GPL+ or Artistic
Chris Weyl 83c80b7
Group:          Development/Libraries
Chris Weyl 83c80b7
URL:            http://search.cpan.org/dist/Hash-Case/
693e4db
Source0:        http://www.cpan.org/authors/id/M/MA/MARKOV/Hash-Case-%{cpan_version}.tar.gz
Chris Weyl 83c80b7
BuildArch:      noarch
693e4db
BuildRequires:  perl
693e4db
BuildRequires:  perl(ExtUtils::MakeMaker)
693e4db
# Run-time:
693e4db
BuildRequires:  perl(base)
693e4db
BuildRequires:  perl(Log::Report) >= 0.26
693e4db
BuildRequires:  perl(strict)
693e4db
BuildRequires:  perl(Tie::Hash)
693e4db
BuildRequires:  perl(Tie::StdHash)
693e4db
BuildRequires:  perl(vars)
693e4db
BuildRequires:  perl(warnings)
693e4db
# Tests:
693e4db
BuildRequires:  perl(lib)
693e4db
BuildRequires:  perl(Test::More) >= 0.47
693e4db
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
693e4db
Requires:       perl(Log::Report) >= 0.26
693e4db
693e4db
# Remove under-specified dependencies
693e4db
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Log::Report\\)$
Chris Weyl 83c80b7
Chris Weyl 83c80b7
%description
693e4db
Hash::Case is the base class for various classes which tie special treatment
693e4db
for the casing of keys. Be aware of the differences in implementation: Lower
693e4db
and Upper are tied native hashes: these hashes have no need for hidden fields
693e4db
or other assisting data structured. A case Preserve hash will actually create
693e4db
three hashes.
Chris Weyl 83c80b7
Chris Weyl 83c80b7
%prep
693e4db
%setup -q -n Hash-Case-%{cpan_version}
Chris Weyl 83c80b7
Chris Weyl 83c80b7
%build
693e4db
perl Makefile.PL INSTALLDIRS=vendor
Chris Weyl 83c80b7
make %{?_smp_mflags}
Chris Weyl 83c80b7
Chris Weyl 83c80b7
%install
693e4db
make pure_install DESTDIR=%{buildroot}
Chris Weyl 83c80b7
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
Chris Weyl 83c80b7
%{_fixperms} %{buildroot}/*
Chris Weyl 83c80b7
Chris Weyl 83c80b7
%check
Chris Weyl 83c80b7
make test
Chris Weyl 83c80b7
Chris Weyl 83c80b7
%files
693e4db
%doc ChangeLog README
Chris Weyl 83c80b7
%{perl_vendorlib}/*
Chris Weyl 83c80b7
%{_mandir}/man3/*
Chris Weyl 83c80b7
Chris Weyl 83c80b7
%changelog
660f279
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20.0-7
660f279
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
660f279
5b92ef6
* Mon Jun 08 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.20.0-6
5b92ef6
- Perl 5.22 rebuild
5b92ef6
30f698f
* Wed Oct 29 2014 Petr Pisar <ppisar@redhat.com> - 1.20.0-5
30f698f
- Do not build-require version module
30f698f
f1f25b9
* Mon Oct 27 2014 Petr Pisar <ppisar@redhat.com> - 1.20.0-4
f1f25b9
- Deal with version module missing from SRPM build root
f1f25b9
df75d1c
* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.20.0-3
df75d1c
- Perl 5.20 rebuild
df75d1c
5905292
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20.0-2
5905292
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
5905292
693e4db
* Tue Nov 19 2013 Petr Pisar <ppisar@redhat.com> - 1.20.0-1
693e4db
- 1.02 bump
693e4db
14bf842
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.006-14
14bf842
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
14bf842
e1c2458
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.006-13
e1c2458
- Perl 5.18 rebuild
e1c2458
af13078
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.006-12
af13078
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
af13078
5fac038
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.006-11
5fac038
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
5fac038
1d1ae15
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 1.006-10
1d1ae15
- Perl 5.16 rebuild
1d1ae15
8d7bf50
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.006-9
8d7bf50
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8d7bf50
1a42163
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.006-8
1a42163
- Perl mass rebuild
1a42163
77a25a1
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.006-7
77a25a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
77a25a1
e71e2dc
* Fri Dec 17 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.006-6
e71e2dc
- 661697 rebuild for fixing problems with vendorach/lib
e71e2dc
c65c4d5
* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.006-5
c65c4d5
- Mass rebuild with perl-5.12.0
c65c4d5
f38ad4f
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.006-4
f38ad4f
- rebuild against perl 5.10.1
f38ad4f
d138e32
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.006-3
d138e32
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
d138e32
e884c29
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.006-2
e884c29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
e884c29
Chris Weyl 5fac2b9
* Sat Oct 25 2008 Chris Weyl <cweyl@alumni.drew.edu> 1.006-1
Chris Weyl 5fac2b9
- update to 1.006
Chris Weyl 5fac2b9
606329c
* Wed Mar  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.003-3
606329c
- rebuild for new perl
606329c
Chris Weyl 70f65bb
* Thu Apr 19 2007 Chris Weyl <cweyl@alumni.drew.edu> 1.003-2
Chris Weyl 70f65bb
- bump
Chris Weyl 70f65bb
Chris Weyl 83c80b7
* Wed Apr 18 2007 Chris Weyl <cweyl@alumni.drew.edu> 1.003-1
Chris Weyl 83c80b7
- Specfile autogenerated by cpanspec 1.69.1.