source: projects/specs/branches/6/p/perl-Test-Pod-Coverage/perl-Test-Pod-Coverage-vl.spec @ 3161

Revision 3161, 2.3 KB checked in by iwaim, 13 years ago (diff)

perl-Test-Pod-Coverage-1.08-2

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