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

Revision 12120, 3.5 KB checked in by tomop, 5 years ago (diff)

perl-5.26 and friends

Line 
1Name:           perl-Pod-Coverage
2Version:        0.23
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)
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
33perl Makefile.PL INSTALLDIRS=vendor
34make %{?_smp_mflags}
35
36%install
37rm -rf $RPM_BUILD_ROOT
38
39make pure_install DESTDIR=%{buildroot}
40find %{buildroot} -type f -name .packlist -exec rm -f {} \;
41%{_fixperms} %{buildroot}/*
42
43%check
44make test
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(-,root,root,-)
51%doc Changes examples/
52%{_bindir}/*
53%{perl_vendorlib}/*
54%{_mandir}/man3/*
55
56%changelog
57* Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.23-1
58- new upstream release.
59- rebuilt with perl-5.26.
60
61* Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 0.21-2
62- build with Perl 5.16
63
64* Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 0.21-1
65- new upstream release
66- add Vendor and Distribution tags
67- drop README in %%files: upstream deleted
68
69* Mon Jul 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.19-1
70- initial build for Vine Linux
71
72* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.19-3
73- Rebuild for perl 5.10 (again), second pass with tests enabled
74
75* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.19-2
76- Rebuild for perl 5.10 (again), first pass without Test::Pod, tests
77
78* Sat Jan 12 2008 Steven Pritchard <steve@kspei.com> 0.19-1
79- Update to 0.19.
80- Use fixperms macro instead of our own chmod incantation.
81- Reformat to match cpanspec output.
82
83* Wed Jan 10 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.18-3
84- rebuild 2, enable Test::Pod, tests
85
86* Wed Jan 10 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.18-2.1
87- rebuild (first pass, no tests, no Test::Pod)
88
89* Wed Aug  9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.18-2
90- Version 0.18 is now a noarch package.
91
92* Wed Aug  9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.18-1
93- Update to 0.18.
94
95* Fri Feb 17 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.17-5
96- Rebuild for FC5 (perl 5.8.8).
97
98* Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.17-4
99- Add dist tag.
100
101* Wed Apr 20 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.17-3
102- Avoid .packlist creation with Module::Build >= 0.2609.
103- Trust that %%{perl_vendorlib} is defined.
104
105* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
106- rebuilt
107
108* Sat Nov 27 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.17-1
109- Update to 0.17.
110
111* Wed Oct 20 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.16-0.fdr.1
112- Update to 0.16.
113
114* Thu May 20 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.14-0.fdr.1
115- First build.
Note: See TracBrowser for help on using the repository browser.