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

Iain Arnell iarnell at fedoraproject.org
Sun Feb 21 07:39:21 UTC 2010


Author: iarnell

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

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


--- NEW FILE perl-Config-MVP.spec ---
Name:           perl-Config-MVP
Version:        0.093350
Release:        1%{?dist}
Summary:        Multivalue-property package-oriented configuration
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Config-MVP/
Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/Config-MVP-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Module::Pluggable::Object)
BuildRequires:  perl(Moose)
BuildRequires:  perl(Tie::IxHash)
# Tests
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
# Failing Tests
# BuildRequires:  perl(Pod::Coverage::TrustPod)
# BuildRequires:  perl(Test::Pod::Coverage)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%{?perl_default_filter}

%description
MVP is a mechanism for loading configuration (or other information) for
libraries. It doesn't read a file or a database. It's a helper for
things that do.

%prep
%setup -q -n Config-MVP-%{version}

# failing test
rm t/release-pod-coverage.t

%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
RELEASE_TESTING=1 make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes dist.ini LICENSE META.json README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Feb 18 2010 Iain Arnell <iarnell at gmail.com> 0.093350-1
- Specfile autogenerated by cpanspec 1.78.
- Tweak for tests
- perl_default_filter


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Config-MVP/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	20 Feb 2010 18:04:38 -0000	1.1
+++ .cvsignore	21 Feb 2010 07:39:20 -0000	1.2
@@ -0,0 +1 @@
+Config-MVP-0.093350.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Config-MVP/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	20 Feb 2010 18:04:39 -0000	1.1
+++ sources	21 Feb 2010 07:39:21 -0000	1.2
@@ -0,0 +1 @@
+b436e9b2c9cb78b49dae20c661d815a1  Config-MVP-0.093350.tar.gz



More information about the scm-commits mailing list