source: projects/specs/branches/6/p/perl-Test-Pod/perl-Test-Pod-vl.spec @ 3158

Revision 3158, 3.0 KB checked in by iwaim, 13 years ago (diff)

perl-Test-Pod-1.45-1

Line 
1Name:           perl-Test-Pod
2Version:        1.45
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
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* Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 1.45-1
57- new upstream release
58
59* Mon Jul 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.26-1
60- initial build for Vine Linux
61
62* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.26-4
63- Rebuild for perl 5.10 (again)
64
65* Thu Jan 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.26-3
66- rebuild for new perl
67
68* Thu Dec 20 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.26-2
69- license tag fix
70
71* Fri Jul 21 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.26-1
72- Update to 1.26.
73
74* Fri Feb 17 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.24-2
75- Rebuild for FC5 (perl 5.8.8).
76
77* Fri Feb  3 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.24-1
78- Update to 1.24.
79
80* Thu Dec 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.22-1
81- Update to 1.22.
82
83* Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.20-3
84- Add dist tag.
85
86* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.20-2
87- rebuilt
88
89* Thu Jun 24 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.20-0.fdr.1
90- Update to 1.20.
91
92* Wed May 12 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.16-0.fdr.2
93- Avoid creation of the perllocal.pod file (make pure_install).
94
95* Mon May  3 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.16-0.fdr.1
96- Update to 1.16, dir handling patch applied upstream.
97
98* Fri Apr 30 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.14-0.fdr.1
99- Update to 1.14.
100- Require perl(:MODULE_COMPAT_*).
101- Add patch to avoid warnings from all_pod_files().
102
103* Sun Mar 14 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.12-0.fdr.1
104- Update to 1.12.
105
106* Thu Jan 22 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.08-0.fdr.1
107- Update to 1.08.
108- Use %%{perl_vendorlib}.
109
110* Wed Nov  5 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.96-0.fdr.1
111- First build.
Note: See TracBrowser for help on using the repository browser.