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

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

import VineSeed package specs

Line 
1Name:           perl-Pod-Coverage
2Version:        0.19
3Release: 1%{?_dist_release}
4Summary:        Checks if the documentation of a module is comprehensive
5Summary(ja):        Checks if the documentation of a module is comprehensive
6License:        GPL+ or Artistic
7Group:          Development/Libraries
8URL:            http://search.cpan.org/dist/Pod-Coverage/
9Source0:        http://www.cpan.org/authors/id/R/RC/RCLAMP/Pod-Coverage-%{version}.tar.gz
10BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
11BuildArch:      noarch
12BuildRequires:  perl(Devel::Symdump) >= 2.01
13BuildRequires:  perl(Module::Build)
14BuildRequires:  perl(Test::Pod)
15Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
16
17%description
18Developers hate writing documentation.  They'd hate it even more if their
19computer tattled on them, but maybe they'll be even more thankful in the
20long run.  Even if not, perlmodstyle tells you to, so you must obey.
21
22This module provides a mechanism for determining if the pod for a given
23module is comprehensive.
24
25%prep
26%setup -q -n Pod-Coverage-%{version}
27
28%build
29%{__perl} Build.PL installdirs=vendor
30./Build
31
32%install
33rm -rf $RPM_BUILD_ROOT
34
35./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
36find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
37
38%{_fixperms} $RPM_BUILD_ROOT/*
39
40%check
41./Build test
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(-,root,root,-)
48%doc Changes README examples/
49%{_bindir}/*
50%{perl_vendorlib}/*
51%{_mandir}/man3/*
52
53%changelog
54* Mon Jul 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.19-1
55- initial build for Vine Linux
56
57* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.19-3
58- Rebuild for perl 5.10 (again), second pass with tests enabled
59
60* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.19-2
61- Rebuild for perl 5.10 (again), first pass without Test::Pod, tests
62
63* Sat Jan 12 2008 Steven Pritchard <steve@kspei.com> 0.19-1
64- Update to 0.19.
65- Use fixperms macro instead of our own chmod incantation.
66- Reformat to match cpanspec output.
67
68* Thu Jan 10 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.18-3
69- rebuild 2, enable Test::Pod, tests
70
71* Thu Jan 10 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.18-2.1
72- rebuild (first pass, no tests, no Test::Pod)
73
74* Wed Aug  9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.18-2
75- Version 0.18 is now a noarch package.
76
77* Wed Aug  9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.18-1
78- Update to 0.18.
79
80* Fri Feb 17 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.17-5
81- Rebuild for FC5 (perl 5.8.8).
82
83* Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.17-4
84- Add dist tag.
85
86* Wed Apr 20 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.17-3
87- Avoid .packlist creation with Module::Build >= 0.2609.
88- Trust that %%{perl_vendorlib} is defined.
89
90* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
91- rebuilt
92
93* Sat Nov 27 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.17-1
94- Update to 0.17.
95
96* Wed Oct 20 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.16-0.fdr.1
97- Update to 0.16.
98
99* Thu May 20 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.14-0.fdr.1
100- First build.
Note: See TracBrowser for help on using the repository browser.