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

Revision 8630, 3.1 KB checked in by iwaim, 10 years ago (diff)

perl-Test-Pod 1.45-2

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