Name: perl-Config-Record Version: 1.1.2 Release: 1%{?dist} Summary: Perl module for Configuration file access Group: Development/Libraries License: GPLv2+ URL: http://search.cpan.org/dist/Config-Record/ Source: http://www.cpan.org/authors/id/D/DA/DANBERR/Config-Record-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # for improved tests BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) %description Config::Record provides a module for loading configuration records. It supports scalar, array and hash parameters nested to an arbitrary depth. %prep %setup -q -n Config-Record-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS CHANGES LICENSE README %{perl_vendorlib}/Config/ %{_mandir}/man3/*.3pm* %changelog * Wed Jul 23 2008 Ralf Corsépius - 1.1.2-1 - Upstream update. - Minor spec cleanup. * Thu Mar 6 2008 Tom "spot" Callaway 1.1.1-4 - rebuild for new perl * Mon Oct 15 2007 Tom "spot" Callaway 1.1.1-3.2 - add BR: perl(Test::More) * Mon Oct 15 2007 Tom "spot" Callaway 1.1.1-3.1 - correct license tag - add BR: perl(ExtUtils::MakeMaker) * Thu Sep 21 2006 - 1.1.1-3 - Add the %%{?dist} tag, general cleanup (bz #207548) * Fri Sep 15 2006 - 1.1.1-2 - Rebuild for FC6 * Wed Aug 2 2006 - 1.1.1-1 - Update to 1.1.1 * Fri Apr 22 2005 Oliver Falk - 1.1.0-1_FC4 - Make devel branch RPM newer than the one in FC3 tree, by adding FC4 to the release tag * Tue Apr 5 2005 Dennis Gregorovic - 1.1.0-1 - First build.