source: projects/specs/trunk/p/perl-Pod-Coverage-TrustPod/perl-Pod-Coverage-TrustPod-vl.spec @ 5844

Revision 5844, 2.8 KB checked in by shaolin, 12 years ago (diff)
  • new packages
Line 
1Name:           perl-Pod-Coverage-TrustPod
2Version:        0.100001
3Release:        1%{?_dist_release}
4Summary:        Allow a module's pod to contain Pod::Coverage hints
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/Pod-Coverage-TrustPod/
8Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/Pod-Coverage-TrustPod-%{version}.tar.gz
9BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
10BuildArch:      noarch
11BuildRequires:  perl(Carp::Heavy)
12BuildRequires:  perl(ExtUtils::MakeMaker)
13BuildRequires:  perl(Pod::Coverage::CountParents)
14BuildRequires:  perl(Pod::Eventual::Simple)
15BuildRequires:  perl(Pod::Find)
16BuildRequires:  perl(Test::Pod)
17BuildRequires:  perl(Test::Pod::Coverage)
18BuildRequires:  perl(Test::More)
19Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
20
21%{?perl_default_filter}
22
23%description
24This is a Pod::Coverage subclass (actually, a subclass of
25Pod::Coverage::CountParents) that allows the POD itself to declare certain
26symbol names trusted.
27
28%prep
29%setup -q -n Pod-Coverage-TrustPod-%{version}
30
31%build
32%{__perl} Makefile.PL INSTALLDIRS=vendor
33make %{?_smp_mflags}
34
35%install
36rm -rf %{buildroot}
37
38make pure_install DESTDIR=%{buildroot}
39
40find %{buildroot} -type f -name .packlist -exec rm -f {} \;
41find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
42
43%{_fixperms} %{buildroot}/*
44
45%check
46RELEASE_TESTING=1 make test
47
48%clean
49rm -rf %{buildroot}
50
51%files
52%defattr(-,root,root,-)
53%doc Changes LICENSE README
54%{perl_vendorlib}/*
55%{_mandir}/man3/*
56
57%changelog
58* Mon Mar 05 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.100001-1
59- initial build for Vine Linux
60
61* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.100001-2
62- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
63
64* Tue Jul 26 2011 Iain Arnell <iarnell@gmail.com> 0.100001-1
65- update to latest upstream
66
67* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 0.100000-3
68- Perl mass rebuild
69
70* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 0.100000-2
71- Perl mass rebuild
72
73* Sat Apr 09 2011 Iain Arnell <iarnell@gmail.com> 0.100000-1
74- update to latest upstream version
75
76* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.092832-2
77- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
78
79* Fri Nov 19 2010 Iain Arnell <iarnell@gmail.com> 0.092832-1
80- update to latest upstream version
81
82* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.092830-4
83- Mass rebuild with perl-5.12.0
84
85* Tue Feb 16 2010 Iain Arnell <iarnell@gmail.com> 0.092830-3
86- use perl_default_filter
87- use DESTDIR, not PERL_INSTALL_ROOT
88
89* Wed Feb 03 2010 Iain Arnell <iarnell@gmail.com> 0.092830-2
90- requires perl(Pod::Coverage::CountParents)
91
92* Thu Jan 14 2010 Iain Arnell 0.092830-1
93- Specfile autogenerated by cpanspec 1.78.
Note: See TracBrowser for help on using the repository browser.