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

Revision 8633, 2.4 KB checked in by iwaim, 10 years ago (diff)

perl-Test-Pod-Coverage 1.08-3

Line 
1Name:           perl-Test-Pod-Coverage
2Version:        1.08
3Release: 3%{?_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* Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.08-3
59- build with Perl 5.16
60
61* Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 1.08-2
62- build with perl 5.12.3
63- add Vendor and Distribution tags
64
65* Mon Jul 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.08-1
66- initial build for Vine Linux
67
68* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.08-5
69- Rebuild for perl 5.10 (again)
70
71* Sun Jan 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.08-4
72- rebuild for new perl
73
74* Fri Sep  8 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-3
75- Rebuild for FC6.
76
77* Sat Feb 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-2
78- Rebuild for FC5 (perl 5.8.8).
79
80* Thu Jan 26 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-1
81- Update to 1.08.
82
83* Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.06-3
84- Add dist tag.
85
86* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.06-2
87- rebuilt
88
89* Thu Jun 24 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.06-1
90- Update to 1.06.
91
92* Wed Jun 02 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.04-0.fdr.1
93- First build.
Note: See TracBrowser for help on using the repository browser.