Blame SPECS/perl-Pod-POM.spec

13f4ad
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
13f4ad
13f4ad
Name:           perl-Pod-POM
13f4ad
Version:        0.27
3c4143
Release:        10%{?dist}
13f4ad
13f4ad
Summary:        Object-oriented interface to Perl POD documents
13f4ad
13f4ad
Group:          Development/Libraries
13f4ad
License:        GPL+ or Artistic
13f4ad
URL:            http://search.cpan.org/dist/Pod-POM/
13f4ad
Source0:        http://search.cpan.org/CPAN/authors/id/A/AN/ANDREWF/Pod-POM-%{version}.tar.gz
13f4ad
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
13f4ad
13f4ad
BuildArch:      noarch
13f4ad
BuildRequires:  perl(Cwd)
13f4ad
BuildRequires:  perl(ExtUtils::MakeMaker)
13f4ad
BuildRequires:  perl(File::Path)
13f4ad
# Run-time:
13f4ad
BuildRequires:  perl(base)
13f4ad
BuildRequires:  perl(constant)
13f4ad
BuildRequires:  perl(Encode)
13f4ad
BuildRequires:  perl(Exporter)
13f4ad
BuildRequires:  perl(parent)
13f4ad
BuildRequires:  perl(Text::Wrap)
13f4ad
# Tests:
13f4ad
BuildRequires:  perl(File::Slurp)
13f4ad
BuildRequires:  perl(lib)
13f4ad
BuildRequires:  perl(Test::More)
13f4ad
BuildRequires:  perl(YAML::Tiny)
13f4ad
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
13f4ad
13f4ad
%description
13f4ad
This module implements a parser to convert Pod documents into a simple
13f4ad
object model form known hereafter as the Pod Object Model.  The object
13f4ad
model is generated as a hierarchical tree of nodes, each of which
13f4ad
represents a different element of the original document.  The tree can
13f4ad
be walked manually and the nodes examined, printed or otherwise
13f4ad
manipulated.  In addition, Pod::POM supports and provides view objects
13f4ad
which can automatically traverse the tree, or section thereof, and
13f4ad
generate an output representation in one form or another.
13f4ad
13f4ad
13f4ad
%prep
13f4ad
%setup -q -n Pod-POM-%{version}
13f4ad
13f4ad
13f4ad
%build
13f4ad
%{__perl} Makefile.PL INSTALLDIRS=vendor
13f4ad
make %{?_smp_mflags}
13f4ad
13f4ad
13f4ad
%install
13f4ad
rm -rf $RPM_BUILD_ROOT
13f4ad
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
13f4ad
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
13f4ad
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
13f4ad
chmod -R u+w $RPM_BUILD_ROOT/*
13f4ad
13f4ad
13f4ad
%check
13f4ad
# http://rt.cpan.org/NoAuth/Bug.html?id=3910
13f4ad
PERL_HASH_SEED=0 make test
13f4ad
13f4ad
13f4ad
%clean
13f4ad
rm -rf $RPM_BUILD_ROOT
13f4ad
13f4ad
13f4ad
%files
13f4ad
%defattr(-,root,root,-)
13f4ad
%doc Changes README TODO
13f4ad
%{_bindir}/pomdump
13f4ad
%{_bindir}/podlint
13f4ad
%{_bindir}/pom2
13f4ad
%{perl_vendorlib}/Pod
13f4ad
%{_mandir}/man[13]/*.[13]*
13f4ad
13f4ad
13f4ad
%changelog
3c4143
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.27-10
3c4143
- Mass rebuild 2013-12-27
3c4143
13f4ad
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.27-9
13f4ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
13f4ad
13f4ad
* Thu Aug 16 2012 Petr Pisar <ppisar@redhat.com> - 0.27-8
13f4ad
- Specify all dependencies
13f4ad
13f4ad
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.27-7
13f4ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
13f4ad
13f4ad
* Thu Jun 14 2012 Petr Pisar <ppisar@redhat.com> - 0.27-6
13f4ad
- Perl 5.16 rebuild
13f4ad
13f4ad
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.27-5
13f4ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
13f4ad
13f4ad
* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.27-4
13f4ad
- Perl mass rebuild
13f4ad
13f4ad
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.27-3
13f4ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
13f4ad
13f4ad
* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.27-2
13f4ad
- 661697 rebuild for fixing problems with vendorach/lib
13f4ad
13f4ad
* Sat May 15 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.27-1
13f4ad
- Upstream update (Fix several perl-5.12.0 build breakdowns).
13f4ad
13f4ad
* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.25-3
13f4ad
- Mass rebuild with perl-5.12.0
13f4ad
13f4ad
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.25-2
13f4ad
- rebuild against perl 5.10.1
13f4ad
13f4ad
* Wed Aug 19 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 0.25-1
13f4ad
- update to 0.25
13f4ad
13f4ad
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18-2
13f4ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
13f4ad
13f4ad
* Fri Mar 13 2009 Tom "spot" Callaway <tcallawa@redhat.com> 0.18-1
13f4ad
- update to 0.18
13f4ad
13f4ad
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-11
13f4ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
13f4ad
13f4ad
* Thu Jun  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.17-10
13f4ad
- fix FTBFS
13f4ad
13f4ad
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.17-9
13f4ad
- Rebuild for perl 5.10 (again)
13f4ad
13f4ad
* Sun Jan 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.17-8
13f4ad
- rebuild for new perl
13f4ad
13f4ad
* Sun Aug 26 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.17-7
13f4ad
- license tag fix
13f4ad
13f4ad
* Fri Sep 15 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.17-6
13f4ad
- build for fc6
13f4ad
13f4ad
* Fri Jul  7 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.17-5
13f4ad
- add dist tag
13f4ad
13f4ad
* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
13f4ad
- rebuilt
13f4ad
13f4ad
* Tue Mar 15 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.17-3
13f4ad
- Remove Epoch: 0.
13f4ad
- Improve summary.
13f4ad
13f4ad
* Sun Jul 18 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.17-0.fdr.3
13f4ad
- Bring up to date with current fedora.us Perl spec template.
13f4ad
13f4ad
* Fri Nov 21 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.17-0.fdr.2
13f4ad
- Add workaround for http://rt.cpan.org/NoAuth/Bug.html?id=3910.
13f4ad
13f4ad
* Sun Oct 12 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.17-0.fdr.1
13f4ad
- First build.