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

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

perl-5.26 and friends

Line 
1Name:           perl-Test-Pod-Coverage
2Version:        1.10
3Release:        1%{?_dist_release}
4Summary:        Check for pod coverage in your distribution
5Summary(ja):    Check for pod coverage in your distribution
6
7Group:          Development/Libraries
8License:        GPL or Artistic
9URL:            http://search.cpan.org/dist/Test-Pod-Coverage/
10Source0:        http://www.cpan.org/authors/id/P/PE/PETDANCE/Test-Pod-Coverage-%{version}.tar.gz
11BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
12
13BuildArch:      noarch
14BuildRequires:  perl(Pod::Coverage)
15BuildRequires:  perl(Test::Pod)
16Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
17
18Vendor: Project Vine
19Distribution: Vine Linux
20
21%description
22Checks for POD coverage in files for your distribution.
23
24
25%prep
26%setup -q -n Test-Pod-Coverage-%{version}
27
28
29%build
30%{__perl} Makefile.PL INSTALLDIRS=vendor
31make %{?_smp_mflags}
32
33
34%install
35rm -rf $RPM_BUILD_ROOT
36make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
37find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
38find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
39chmod -R u+w $RPM_BUILD_ROOT/*
40
41
42%check
43make test
44
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49
50%files
51%defattr(-,root,root,-)
52%doc Changes
53%{perl_vendorlib}/Test/
54%{_mandir}/man3/*.3pm*
55
56
57%changelog
58* Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.10-1
59- new upstream release.
60- rebuilt with perl-5.26.
61
62* Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.08-3
63- build with Perl 5.16
64
65* Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 1.08-2
66- build with perl 5.12.3
67- add Vendor and Distribution tags
68
69* Mon Jul 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.08-1
70- initial build for Vine Linux
71
72* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.08-5
73- Rebuild for perl 5.10 (again)
74
75* Sun Jan 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.08-4
76- rebuild for new perl
77
78* Fri Sep  8 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-3
79- Rebuild for FC6.
80
81* Sat Feb 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-2
82- Rebuild for FC5 (perl 5.8.8).
83
84* Thu Jan 26 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-1
85- Update to 1.08.
86
87* Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.06-3
88- Add dist tag.
89
90* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.06-2
91- rebuilt
92
93* Thu Jun 24 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.06-1
94- Update to 1.06.
95
96* Wed Jun 02 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.04-0.fdr.1
97- First build.
Note: See TracBrowser for help on using the repository browser.