You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
102 lines
3.0 KiB
102 lines
3.0 KiB
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
|
|
|
|
Name: perl-Pod-POM
|
|
Version: 0.17
|
|
Release: 11%{?dist}
|
|
|
|
Summary: Object-oriented interface to Perl POD documents
|
|
|
|
Group: Development/Libraries
|
|
License: GPL+ or Artistic
|
|
URL: http://search.cpan.org/dist/Pod-POM/
|
|
Source0: http://www.cpan.org/authors/id/A/AB/ABW/Pod-POM-0.17.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildArch: noarch
|
|
BuildRequires: perl(Test::More)
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
%description
|
|
This module implements a parser to convert Pod documents into a simple
|
|
object model form known hereafter as the Pod Object Model. The object
|
|
model is generated as a hierarchical tree of nodes, each of which
|
|
represents a different element of the original document. The tree can
|
|
be walked manually and the nodes examined, printed or otherwise
|
|
manipulated. In addition, Pod::POM supports and provides view objects
|
|
which can automatically traverse the tree, or section thereof, and
|
|
generate an output representation in one form or another.
|
|
|
|
|
|
%prep
|
|
%setup -q -n Pod-POM-%{version}
|
|
|
|
|
|
%build
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
|
|
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
|
chmod -R u+w $RPM_BUILD_ROOT/*
|
|
|
|
|
|
%check
|
|
# http://rt.cpan.org/NoAuth/Bug.html?id=3910
|
|
PERL_HASH_SEED=0 make test
|
|
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc Changes README TODO
|
|
%{_bindir}/podlint
|
|
%{_bindir}/pom2
|
|
%{perl_vendorlib}/Pod
|
|
%{_mandir}/man[13]/*.[13]*
|
|
|
|
|
|
%changelog
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-11
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
* Thu Jun 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.17-10
|
|
- fix FTBFS
|
|
|
|
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.17-9
|
|
- Rebuild for perl 5.10 (again)
|
|
|
|
* Sun Jan 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.17-8
|
|
- rebuild for new perl
|
|
|
|
* Sun Aug 26 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.17-7
|
|
- license tag fix
|
|
|
|
* Fri Sep 15 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.17-6
|
|
- build for fc6
|
|
|
|
* Fri Jul 7 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.17-5
|
|
- add dist tag
|
|
|
|
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
|
- rebuilt
|
|
|
|
* Tue Mar 15 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.17-3
|
|
- Remove Epoch: 0.
|
|
- Improve summary.
|
|
|
|
* Sun Jul 18 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.17-0.fdr.3
|
|
- Bring up to date with current fedora.us Perl spec template.
|
|
|
|
* Fri Nov 21 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.17-0.fdr.2
|
|
- Add workaround for http://rt.cpan.org/NoAuth/Bug.html?id=3910.
|
|
|
|
* Sun Oct 12 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.17-0.fdr.1
|
|
- First build.
|