Name: perl-PDF-API2 Version: 0.71 Release: 1%{?dist} Summary: PDF::API2 Perl module License: Distributable, see COPYING LICENSE Group: Development/Libraries URL: http://search.cpan.org/dist/PDF-API2/ Source0: http://www.cpan.org/authors/id/A/AR/AREIBENS/PDF-API2-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Compress::Zlib) >= 1 BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(Compress::Zlib) >= 1 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description ____ ____ _____ _ ____ ___ ____ | _ \| _ \| ___| _ _ / \ | _ \_ _| |___ \ | |_) | | | | |_ (_) (_) / _ \ | |_) | | __) | | __/| |_| | _| _ _ / ___ \| __/| | / __/ _| |____/|_| | (_) (_) /_/ \_\_| |___| |_____| %prep %setup -q -n PDF-API2-%{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 AUTHORS CONTACT COPYING LICENSE README TODO VERSION %{perl_vendorlib}/* %changelog * Sun Aug 17 2008 Dave Cross 0.71.001-1 - Specfile autogenerated by cpanspec 1.77.