Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-release-src > by-pkgid > 36e237281419a3048212890db24ada73 > files > 2

perl-Pod-Coverage-TrustPod-0.100.0-1.mga1.src.rpm

%define upstream_name    Pod-Coverage-TrustPod
%define upstream_version 0.100000

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 1

Summary:    Allow a module's pod to contain Pod::Coverage hints
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp::Heavy)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.310.0
BuildRequires: perl(Pod::Coverage::CountParents)
BuildRequires: perl(Pod::Eventual::Simple)
BuildRequires: perl(Pod::Find)
BuildRequires: perl(Test::More) >= 0.960.0
BuildArch:  noarch

%description
This is a Pod::Coverage subclass (actually, a subclass of
Pod::Coverage::CountParents) that allows the POD itself to declare certain
symbol names trusted.

Here is a sample Perl module:

    package Foo::Bar;

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
rm -rf %buildroot
%makeinstall_std

%clean
rm -rf %buildroot

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

%changelog
* Mon Apr 11 2011 jquelin <jquelin> 0.100.0-1.mga1
+ Revision: 83373
- update to 0.100000

* Fri Jan 21 2011 jquelin <jquelin> 0.92.832-1.mga1
+ Revision: 29720
- mageia rebuild
- imported package perl-Pod-Coverage-TrustPod