Name: perl-pod2pdf Version: 0.42 Release: 1%{?dist} Summary: pod2pdf Perl module License: CHECK(GPL+ or Artistic) Group: Development/Libraries URL: http://search.cpan.org/dist/pod2pdf/ Source0: http://www.cpan.org/modules/by-module/pod2pdf/pod2pdf-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Getopt::ArgvFile) BuildRequires: perl(PDF::API2) >= 0.6 BuildRequires: perl(Pod::Escapes) Requires: perl(Getopt::ArgvFile) Requires: perl(PDF::API2) >= 0.6 Requires: perl(Pod::Escapes) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description INSTALLATION Unzip and untar the archive, cd to the distribution directory and enter the following commands: %prep %setup -q -n pod2pdf-%{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 -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc artistic-2_0.txt Changes README %{perl_vendorlib}/* %{_bindir}/* %{_mandir}/man1/* %changelog * Mon Nov 14 2011 Dave Cross 0.42-1 - Specfile autogenerated by cpanspec 1.78.