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

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

perl-5.26 and friends

Line 
1Name:           perl-Test-Pod
2Version:        1.52
3Release:        1%{?_dist_release}
4Summary:        Perl module for checking for POD errors in files
5Summary(ja):    Perl module for checking for POD errors in files
6
7Group:          Development/Libraries
8License:        GPL+ or Artistic
9URL:            http://search.cpan.org/dist/Test-Pod/
10Source0:        http://www.cpan.org/authors/id/P/PE/PETDANCE/Test-Pod-%{version}.tar.gz
11BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
12
13Vendor:         Project Vine
14Distribution:   Vine Linux
15
16BuildArch:      noarch
17BuildRequires:  perl
18Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
19
20%description
21%{summary}.
22
23
24%prep
25%setup -q -n Test-Pod-%{version}
26
27
28%build
29%{__perl} Makefile.PL INSTALLDIRS=vendor
30make %{?_smp_mflags}
31
32
33%install
34rm -rf $RPM_BUILD_ROOT
35make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
36find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
37find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
38chmod -R u+w $RPM_BUILD_ROOT/*
39
40
41%check
42make test
43
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48
49%files
50%defattr(-,root,root,-)
51%doc Changes
52%{perl_vendorlib}/Test/
53%{_mandir}/man3/*.3pm*
54
55
56%changelog
57* Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.52-1
58- new upstream release.
59- rebuilt with perl-5.26.
60
61* Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.45-2
62- build with Perl 5.16
63
64* Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 1.45-1
65- new upstream release
66
67* Mon Jul 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.26-1
68- initial build for Vine Linux
69
70* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.26-4
71- Rebuild for perl 5.10 (again)
72
73* Thu Jan 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.26-3
74- rebuild for new perl
75
76* Thu Dec 20 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.26-2
77- license tag fix
78
79* Fri Jul 21 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.26-1
80- Update to 1.26.
81
82* Fri Feb 17 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.24-2
83- Rebuild for FC5 (perl 5.8.8).
84
85* Fri Feb  3 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.24-1
86- Update to 1.24.
87
88* Thu Dec 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.22-1
89- Update to 1.22.
90
91* Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.20-3
92- Add dist tag.
93
94* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.20-2
95- rebuilt
96
97* Thu Jun 24 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.20-0.fdr.1
98- Update to 1.20.
99
100* Wed May 12 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.16-0.fdr.2
101- Avoid creation of the perllocal.pod file (make pure_install).
102
103* Mon May  3 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.16-0.fdr.1
104- Update to 1.16, dir handling patch applied upstream.
105
106* Fri Apr 30 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.14-0.fdr.1
107- Update to 1.14.
108- Require perl(:MODULE_COMPAT_*).
109- Add patch to avoid warnings from all_pod_files().
110
111* Sun Mar 14 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.12-0.fdr.1
112- Update to 1.12.
113
114* Thu Jan 22 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.08-0.fdr.1
115- Update to 1.08.
116- Use %%{perl_vendorlib}.
117
118* Wed Nov  5 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.96-0.fdr.1
119- First build.
Note: See TracBrowser for help on using the repository browser.