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

Revision 8632, 3.4 KB checked in by iwaim, 10 years ago (diff)

perl-Pod-Coverage 0.21-2

Line 
1Name:           perl-Pod-Coverage
2Version:        0.21
3Release: 2%{?_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* Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 0.21-2
59- build with Perl 5.16
60
61* Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 0.21-1
62- new upstream release
63- add Vendor and Distribution tags
64- drop README in %%files: upstream deleted
65
66* Mon Jul 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.19-1
67- initial build for Vine Linux
68
69* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.19-3
70- Rebuild for perl 5.10 (again), second pass with tests enabled
71
72* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.19-2
73- Rebuild for perl 5.10 (again), first pass without Test::Pod, tests
74
75* Sat Jan 12 2008 Steven Pritchard <steve@kspei.com> 0.19-1
76- Update to 0.19.
77- Use fixperms macro instead of our own chmod incantation.
78- Reformat to match cpanspec output.
79
80* Thu Jan 10 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.18-3
81- rebuild 2, enable Test::Pod, tests
82
83* Thu Jan 10 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.18-2.1
84- rebuild (first pass, no tests, no Test::Pod)
85
86* Wed Aug  9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.18-2
87- Version 0.18 is now a noarch package.
88
89* Wed Aug  9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.18-1
90- Update to 0.18.
91
92* Fri Feb 17 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.17-5
93- Rebuild for FC5 (perl 5.8.8).
94
95* Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.17-4
96- Add dist tag.
97
98* Wed Apr 20 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.17-3
99- Avoid .packlist creation with Module::Build >= 0.2609.
100- Trust that %%{perl_vendorlib} is defined.
101
102* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
103- rebuilt
104
105* Sat Nov 27 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.17-1
106- Update to 0.17.
107
108* Wed Oct 20 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.16-0.fdr.1
109- Update to 0.16.
110
111* Thu May 20 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.14-0.fdr.1
112- First build.
Note: See TracBrowser for help on using the repository browser.