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

Revision 5871, 4.3 KB checked in by shaolin, 12 years ago (diff)
  • perl-XML-XPath, perl-Test-Manifest, perl-XML-RSS
    • update and/or rebuild
  • others: new packages
Line 
1Name:           perl-Pod-POM
2Version:        0.27
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-%(%{__id_u} -n)
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* Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.27-1
67- initial build for Vine Linux
68
69* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.27-5
70- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
71
72* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.27-4
73- Perl mass rebuild
74
75* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.27-3
76- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
77
78* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.27-2
79- 661697 rebuild for fixing problems with vendorach/lib
80
81* Sat May 15 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.27-1
82- Upstream update (Fix several perl-5.12.0 build breakdowns).
83
84* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.25-3
85- Mass rebuild with perl-5.12.0
86
87* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.25-2
88- rebuild against perl 5.10.1
89
90* Wed Aug 19 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 0.25-1
91- update to 0.25
92
93* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18-2
94- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
95
96* Fri Mar 13 2009 Tom "spot" Callaway <tcallawa@redhat.com> 0.18-1
97- update to 0.18
98
99* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-11
100- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
101
102* Thu Jun  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.17-10
103- fix FTBFS
104
105* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.17-9
106- Rebuild for perl 5.10 (again)
107
108* Sun Jan 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.17-8
109- rebuild for new perl
110
111* Sun Aug 26 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.17-7
112- license tag fix
113
114* Fri Sep 15 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.17-6
115- build for fc6
116
117* Fri Jul  7 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.17-5
118- add dist tag
119
120* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
121- rebuilt
122
123* Tue Mar 15 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.17-3
124- Remove Epoch: 0.
125- Improve summary.
126
127* Sun Jul 18 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.17-0.fdr.3
128- Bring up to date with current fedora.us Perl spec template.
129
130* Fri Nov 21 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.17-0.fdr.2
131- Add workaround for http://rt.cpan.org/NoAuth/Bug.html?id=3910.
132
133* Sun Oct 12 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.17-0.fdr.1
134- First build.
Note: See TracBrowser for help on using the repository browser.