source: projects/specs/trunk/p/perl-Pod-POM/perl-Pod-POM-vl.spec @ 9143

Revision 9143, 4.3 KB checked in by inagaki, 9 years ago (diff)

2014-12-11 Ryoichi INAGAKI <ryo1@…>

  • perl-Apache-Htpasswd, perl-Cache-Cache, perl-MRO-Compat, perl-Parse-RecDescent?, perl-Pod-{Eventual, POM, Tests}, perl-Proc-{ProcessTable?, Simpler}: updated
  • perl-Parse-Nessus-NBE: rebuilt


Line 
1Name:           perl-Pod-POM
2Version:        0.29
3Release:        1%{?_dist_release}
4
5Summary:        Object-oriented interface to Perl POD documents
6
7Group:          Development/Libraries
8License:        GPL+ or Artistic
9URL:            http://search.cpan.org/dist/Pod-POM/
10Source0:        http://search.cpan.org/CPAN/authors/id/A/AN/ANDREWF/Pod-POM-%{version}.tar.gz
11BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
12
13BuildArch:      noarch
14BuildRequires:  perl(Test::More), perl(File::Slurp), perl(Text::Wrap)
15BuildRequires:  perl(parent)
16Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
17
18%description
19This module implements a parser to convert Pod documents into a simple
20object model form known hereafter as the Pod Object Model.  The object
21model is generated as a hierarchical tree of nodes, each of which
22represents a different element of the original document.  The tree can
23be walked manually and the nodes examined, printed or otherwise
24manipulated.  In addition, Pod::POM supports and provides view objects
25which can automatically traverse the tree, or section thereof, and
26generate an output representation in one form or another.
27
28
29%prep
30%setup -q -n Pod-POM-%{version}
31
32
33%build
34%{__perl} Makefile.PL INSTALLDIRS=vendor
35make %{?_smp_mflags}
36
37
38%install
39rm -rf %{buildroot}
40make pure_install PERL_INSTALL_ROOT=%{buildroot}
41find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
42find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
43chmod -R u+w %{buildroot}/*
44
45
46%check
47# http://rt.cpan.org/NoAuth/Bug.html?id=3910
48PERL_HASH_SEED=0 make test
49
50
51%clean
52rm -rf %{buildroot}
53
54
55%files
56%defattr(-,root,root,-)
57%doc Changes README TODO
58%{_bindir}/pomdump
59%{_bindir}/podlint
60%{_bindir}/pom2
61%{perl_vendorlib}/Pod
62%{_mandir}/man[13]/*.[13]*
63
64
65%changelog
66* Thu Dec 11 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.29-1
67- updated to 0.29
68- built with perl 5.16.3
69
70* Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.27-1
71- initial build for Vine Linux
72
73* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.27-5
74- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
75
76* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.27-4
77- Perl mass rebuild
78
79* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.27-3
80- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
81
82* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.27-2
83- 661697 rebuild for fixing problems with vendorach/lib
84
85* Sat May 15 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.27-1
86- Upstream update (Fix several perl-5.12.0 build breakdowns).
87
88* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.25-3
89- Mass rebuild with perl-5.12.0
90
91* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.25-2
92- rebuild against perl 5.10.1
93
94* Wed Aug 19 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 0.25-1
95- update to 0.25
96
97* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18-2
98- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
99
100* Fri Mar 13 2009 Tom "spot" Callaway <tcallawa@redhat.com> 0.18-1
101- update to 0.18
102
103* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-11
104- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
105
106* Thu Jun  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.17-10
107- fix FTBFS
108
109* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.17-9
110- Rebuild for perl 5.10 (again)
111
112* Sun Jan 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.17-8
113- rebuild for new perl
114
115* Sun Aug 26 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.17-7
116- license tag fix
117
118* Fri Sep 15 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.17-6
119- build for fc6
120
121* Fri Jul  7 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.17-5
122- add dist tag
123
124* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
125- rebuilt
126
127* Tue Mar 15 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.17-3
128- Remove Epoch: 0.
129- Improve summary.
130
131* Sun Jul 18 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.17-0.fdr.3
132- Bring up to date with current fedora.us Perl spec template.
133
134* Fri Nov 21 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.17-0.fdr.2
135- Add workaround for http://rt.cpan.org/NoAuth/Bug.html?id=3910.
136
137* Sun Oct 12 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.17-0.fdr.1
138- First build.
Note: See TracBrowser for help on using the repository browser.