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

Revision 3159, 3.3 KB checked in by iwaim, 13 years ago (diff)

perl-Pod-Coverage-0.21-1

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