|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-PPI-HTML
|
|
|
|
|
Version: 1.07
|
|
|
|
|
Release: 13%{?dist}
|
|
|
|
|
Version: 1.08
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Generate syntax-hightlighted HTML for Perl using PPI
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -10,11 +10,24 @@ Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/PPI-HTML-%{version}.ta
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: perl(CSS::Tiny)
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
|
|
|
|
# Run-time:
|
|
|
|
|
BuildRequires: perl(CSS::Tiny) >= 1.10
|
|
|
|
|
BuildRequires: perl(Params::Util) => 0.05
|
|
|
|
|
BuildRequires: perl(PPI)
|
|
|
|
|
BuildRequires: perl(Test::Pod) >= 1.00
|
|
|
|
|
BuildRequires: perl(PPI) >= 0.990
|
|
|
|
|
BuildRequires: perl(PPI::Document)
|
|
|
|
|
# Tests:
|
|
|
|
|
BuildRequires: perl(File::Spec) >= 0.80
|
|
|
|
|
BuildRequires: perl(File::Spec::Functions)
|
|
|
|
|
BuildRequires: perl(lib)
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.47
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
Requires: perl(CSS::Tiny) >= 1.10
|
|
|
|
|
Requires: perl(Params::Util) => 0.05
|
|
|
|
|
Requires: perl(PPI) >= 0.990
|
|
|
|
|
|
|
|
|
|
# Filter under specified dependencies
|
|
|
|
|
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(CSS::Tiny|Params::Util|PPI\\)$
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
PPI::HTML converts Perl documents into syntax highlighted HTML pages.
|
|
|
|
@ -54,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Oct 25 2012 Petr Pisar <ppisar@redhat.com> - 1.08-1
|
|
|
|
|
- 1.08 bump
|
|
|
|
|
|
|
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.07-13
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|