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

Revision 521, 3.0 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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