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

Revision 521, 2.1 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Name:           perl-Test-Pod-Coverage
2Version:        1.08
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
18%description
19Checks for POD coverage in files for your distribution.
20
21
22%prep
23%setup -q -n Test-Pod-Coverage-%{version}
24
25
26%build
27%{__perl} Makefile.PL INSTALLDIRS=vendor
28make %{?_smp_mflags}
29
30
31%install
32rm -rf $RPM_BUILD_ROOT
33make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
34find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
35find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
36chmod -R u+w $RPM_BUILD_ROOT/*
37
38
39%check
40make test
41
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46
47%files
48%defattr(-,root,root,-)
49%doc Changes
50%{perl_vendorlib}/Test/
51%{_mandir}/man3/*.3pm*
52
53
54%changelog
55* Mon Jul 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.08-1
56- initial build for Vine Linux
57
58* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.08-5
59- Rebuild for perl 5.10 (again)
60
61* Sun Jan 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.08-4
62- rebuild for new perl
63
64* Fri Sep  8 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-3
65- Rebuild for FC6.
66
67* Sat Feb 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-2
68- Rebuild for FC5 (perl 5.8.8).
69
70* Thu Jan 26 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-1
71- Update to 1.08.
72
73* Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.06-3
74- Add dist tag.
75
76* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.06-2
77- rebuilt
78
79* Thu Jun 24 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.06-1
80- Update to 1.06.
81
82* Wed Jun 02 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.04-0.fdr.1
83- First build.
Note: See TracBrowser for help on using the repository browser.