Name: perl-Hash-Case Version: 1.006 Release: 3%{?dist} Summary: Base class for hashes with key-casing requirements License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Hash-Case/ Source0: http://www.cpan.org/authors/id/M/MA/MARKOV/Hash-Case-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Hash::Case is the base class for various classes which tie special treatment for the casing of keys. Be aware of the differences in implementation: Lower and Upper are tied native hashes: these hashes have no need for hidden fields or other assisting data structured. A case Preserve hash will actually create three hashes. %prep %setup -q -n Hash-Case-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc ChangeLog %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Jul 25 2009 Fedora Release Engineering - 1.006-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 1.006-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sat Oct 25 2008 Chris Weyl 1.006-1 - update to 1.006 * Wed Mar 5 2008 Tom "spot" Callaway 1.003-3 - rebuild for new perl * Thu Apr 19 2007 Chris Weyl 1.003-2 - bump * Wed Apr 18 2007 Chris Weyl 1.003-1 - Specfile autogenerated by cpanspec 1.69.1.