rpms/perl-Config-INI-MVP/F-11 perl-Config-INI-MVP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Iain Arnell iarnell at fedoraproject.org
Tue Feb 23 04:10:25 UTC 2010


Author: iarnell

Update of /cvs/pkgs/rpms/perl-Config-INI-MVP/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5070/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Config-INI-MVP.spec 
Log Message:
initial import


--- NEW FILE perl-Config-INI-MVP.spec ---
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 <iarnell at gmail.com> 0.024-1
- Specfile autogenerated by cpanspec 1.78.
- use perl_default_filter and DESTDIR
- tweak {build,}requires


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Config-INI-MVP/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	22 Feb 2010 21:35:02 -0000	1.1
+++ .cvsignore	23 Feb 2010 04:10:24 -0000	1.2
@@ -0,0 +1 @@
+Config-INI-MVP-0.024.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Config-INI-MVP/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	22 Feb 2010 21:35:03 -0000	1.1
+++ sources	23 Feb 2010 04:10:24 -0000	1.2
@@ -0,0 +1 @@
+887b2664aa36680cdde73095e67e12b4  Config-INI-MVP-0.024.tar.gz




More information about the perl-devel mailing list