Name: perl-Pod-PseudoPod Version: 0.18 Release: 1%{?dist} Summary: Framework for parsing PseudoPod License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Pod-PseudoPod/ Source0: http://www.cpan.org/authors/id/C/CH/CHROMATIC/Pod-PseudoPod-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(HTML::Entities) BuildRequires: perl(Module::Build) BuildRequires: perl(Pod::Simple) >= 3.02 BuildRequires: perl(Test::More) Requires: perl(HTML::Entities) Requires: perl(Pod::Simple) >= 3.02 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description PseudoPod is an extended set of Pod tags used for book manuscripts. Standard Pod doesn't have all the markup options you need to mark up files for publishing production. PseudoPod adds a few extra tags for footnotes, tables, sidebars, etc. %prep %setup -q -n Pod-PseudoPod-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes examples LICENSE META.json README Todo %{perl_vendorlib}/* %{_bindir}/* %{_mandir}/man3/* %changelog * Wed Feb 01 2012 Dave Cross 0.18-1 - Specfile autogenerated by cpanspec 1.78.