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

Revision 12120, 3.1 KB checked in by tomop, 5 years ago (diff)

perl-5.26 and friends

Line 
1Name:           perl-Pod-Coverage-TrustPod
2Version:        0.100005
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
9
10BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
11BuildArch:      noarch
12BuildRequires:  perl(Carp::Heavy)
13BuildRequires:  perl(ExtUtils::MakeMaker)
14BuildRequires:  perl(Pod::Coverage::CountParents)
15BuildRequires:  perl(Pod::Eventual::Simple)
16BuildRequires:  perl(Pod::Find)
17BuildRequires:  perl(Test::Pod)
18BuildRequires:  perl(Test::Pod::Coverage)
19BuildRequires:  perl(Test::More)
20Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
21
22Vendor:         Project Vine
23Distribution:   Vine Linux
24
25%{?perl_default_filter}
26
27%description
28This is a Pod::Coverage subclass (actually, a subclass of
29Pod::Coverage::CountParents) that allows the POD itself to declare certain
30symbol names trusted.
31
32%prep
33%setup -q -n Pod-Coverage-TrustPod-%{version}
34
35%build
36%{__perl} Makefile.PL INSTALLDIRS=vendor
37make %{?_smp_mflags}
38
39%install
40rm -rf %{buildroot}
41
42make pure_install DESTDIR=%{buildroot}
43
44find %{buildroot} -type f -name .packlist -exec rm -f {} \;
45find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
46
47%{_fixperms} %{buildroot}/*
48
49%check
50RELEASE_TESTING=1 make test
51
52%clean
53rm -rf %{buildroot}
54
55%files
56%defattr(-,root,root,-)
57%license LICENSE
58%doc Changes README
59%{perl_vendorlib}/*
60%{_mandir}/man3/*
61
62%changelog
63* Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.100005-1
64- new upstream release.
65- rebuilt with perl-5.26.
66
67* Thu Dec 11 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.100003-1
68- updated to 0.100003
69- built with perl 5.16.3
70
71* Mon Mar 05 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.100001-1
72- initial build for Vine Linux
73
74* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.100001-2
75- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
76
77* Tue Jul 26 2011 Iain Arnell <iarnell@gmail.com> 0.100001-1
78- update to latest upstream
79
80* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 0.100000-3
81- Perl mass rebuild
82
83* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 0.100000-2
84- Perl mass rebuild
85
86* Sat Apr 09 2011 Iain Arnell <iarnell@gmail.com> 0.100000-1
87- update to latest upstream version
88
89* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.092832-2
90- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
91
92* Fri Nov 19 2010 Iain Arnell <iarnell@gmail.com> 0.092832-1
93- update to latest upstream version
94
95* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.092830-4
96- Mass rebuild with perl-5.12.0
97
98* Tue Feb 16 2010 Iain Arnell <iarnell@gmail.com> 0.092830-3
99- use perl_default_filter
100- use DESTDIR, not PERL_INSTALL_ROOT
101
102* Wed Feb 03 2010 Iain Arnell <iarnell@gmail.com> 0.092830-2
103- requires perl(Pod::Coverage::CountParents)
104
105* Thu Jan 14 2010 Iain Arnell 0.092830-1
106- Specfile autogenerated by cpanspec 1.78.
Note: See TracBrowser for help on using the repository browser.