|
|
f3b12a |
Name: perl-podlators
|
|
|
f3b12a |
Version: 2.5.1
|
|
|
f3b12a |
Release: 3%{?dist}
|
|
|
f3b12a |
Summary: Format POD source into various output formats
|
|
|
f3b12a |
License: GPL+ or Artistic
|
|
|
f3b12a |
Group: Development/Libraries
|
|
|
f3b12a |
URL: http://search.cpan.org/dist/podlators/
|
|
|
f3b12a |
Source0: http://www.cpan.org/authors/id/R/RR/RRA/podlators-%{version}.tar.gz
|
|
|
f3b12a |
BuildArch: noarch
|
|
|
f3b12a |
BuildRequires: perl
|
|
|
f3b12a |
BuildRequires: perl(Config)
|
|
|
f3b12a |
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
f3b12a |
BuildRequires: perl(File::Spec) >= 0.8
|
|
|
f3b12a |
# Run-time:
|
|
|
f3b12a |
BuildRequires: perl(Carp)
|
|
|
f3b12a |
BuildRequires: perl(Encode)
|
|
|
f3b12a |
BuildRequires: perl(Exporter)
|
|
|
f3b12a |
BuildRequires: perl(File::Basename)
|
|
|
f3b12a |
BuildRequires: perl(Pod::Simple) >= 3.06
|
|
|
f3b12a |
BuildRequires: perl(POSIX)
|
|
|
f3b12a |
BuildRequires: perl(strict)
|
|
|
f3b12a |
BuildRequires: perl(subs)
|
|
|
f3b12a |
BuildRequires: perl(Term::ANSIColor)
|
|
|
f3b12a |
BuildRequires: perl(Term::Cap)
|
|
|
f3b12a |
BuildRequires: perl(vars)
|
|
|
f3b12a |
# Tests:
|
|
|
f3b12a |
BuildRequires: perl(Test::More)
|
|
|
f3b12a |
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
f3b12a |
Requires: perl(File::Spec) >= 0.8
|
|
|
f3b12a |
Requires: perl(Pod::Simple) >= 3.06
|
|
|
f3b12a |
Conflicts: perl < 4:5.16.1-234
|
|
|
f3b12a |
|
|
|
f3b12a |
# Filter under-specified dependencies
|
|
|
f3b12a |
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Pod::Simple\\)$
|
|
|
f3b12a |
|
|
|
f3b12a |
%description
|
|
|
f3b12a |
This package contains Pod::Man and Pod::Text modules which convert POD input
|
|
|
f3b12a |
to *roff source output, suitable for man pages, or plain text. It also
|
|
|
f3b12a |
includes several sub-classes of Pod::Text for formatted output to terminals
|
|
|
f3b12a |
with various capabilities.
|
|
|
f3b12a |
|
|
|
f3b12a |
%prep
|
|
|
f3b12a |
%setup -q -n podlators-%{version}
|
|
|
f3b12a |
|
|
|
f3b12a |
%build
|
|
|
f3b12a |
perl Makefile.PL INSTALLDIRS=vendor
|
|
|
f3b12a |
make %{?_smp_mflags}
|
|
|
f3b12a |
|
|
|
f3b12a |
%install
|
|
|
f3b12a |
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
|
f3b12a |
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
|
|
f3b12a |
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
f3b12a |
|
|
|
f3b12a |
%check
|
|
|
f3b12a |
make test
|
|
|
f3b12a |
|
|
|
f3b12a |
%files
|
|
|
f3b12a |
%doc ChangeLog NOTES README THANKS TODO
|
|
|
f3b12a |
%{_bindir}/*
|
|
|
f3b12a |
%{perl_vendorlib}/*
|
|
|
f3b12a |
%{_mandir}/man1/*
|
|
|
f3b12a |
%{_mandir}/man3/*
|
|
|
f3b12a |
|
|
|
f3b12a |
%changelog
|
|
|
f3b12a |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.5.1-3
|
|
|
f3b12a |
- Mass rebuild 2013-12-27
|
|
|
f3b12a |
|
|
|
f3b12a |
* Tue Jun 25 2013 Petr Pisar <ppisar@redhat.com> - 2.5.1-2
|
|
|
f3b12a |
- Specify all dependencies
|
|
|
f3b12a |
|
|
|
f3b12a |
* Thu Feb 28 2013 Petr Pisar <ppisar@redhat.com> - 2.5.1-1
|
|
|
f3b12a |
- 2.5.1 bump
|
|
|
f3b12a |
|
|
|
f3b12a |
* Thu Feb 07 2013 Petr Pisar <ppisar@redhat.com> - 2.5.0-2
|
|
|
f3b12a |
- Correct dependencies
|
|
|
f3b12a |
|
|
|
f3b12a |
* Fri Jan 04 2013 Petr Pisar <ppisar@redhat.com> - 2.5.0-1
|
|
|
f3b12a |
- 2.5.0 bump
|
|
|
f3b12a |
- This version makes pod2* tools failing if POD syntax error is encountered
|
|
|
f3b12a |
|
|
|
f3b12a |
* Thu Nov 01 2012 Petr Pisar <ppisar@redhat.com> - 2.4.2-3
|
|
|
f3b12a |
- Do not export under-specified dependencies
|
|
|
f3b12a |
|
|
|
f3b12a |
* Wed Oct 31 2012 Petr Pisar <ppisar@redhat.com> - 2.4.2-2
|
|
|
f3b12a |
- Conflict perl-podlators with perl before sub-packaging
|
|
|
f3b12a |
|
|
|
f3b12a |
* Wed Sep 12 2012 Petr Pisar <ppisar@redhat.com> 2.4.2-1
|
|
|
f3b12a |
- Specfile autogenerated by cpanspec 1.78.
|