Name: perl-Config-INI-MVP Version: 0.024 Release: 1%{?dist} Summary: Multi-value capable .ini file reader (for plugins) License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Config-INI-MVP/ Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Config-INI-MVP-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Config::INI::Reader) BuildRequires: perl(Config::MVP) >= 0.092060 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Moose) >= 0.65 BuildRequires: perl(Test::More) Requires: perl(Config::MVP) >= 0.092060 Requires: perl(Moose) >= 0.65 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} %description The MVP INI file reader reads INI files, but can handle properties with multiple values. The identification of properties that may have multiple entries is done by section, on a plugin basis. %prep %setup -q -n Config-INI-MVP-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Feb 21 2010 Iain Arnell 0.024-1 - Specfile autogenerated by cpanspec 1.78. - use perl_default_filter and DESTDIR - tweak {build,}requires