Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 45de745c4622a5d0ba499f50f4289513 > files > 2

perl-PDF-111.0.0-2.mga3.src.rpm

%define upstream_name    PDF
%define upstream_version 111

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 2

Summary:    PDF access and manipulation in Perl
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tgz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildArch: noarch

%description
The main purpose of the PDF library is to provide classes and functions
that allow to read and manipulate PDF files with perl. PDF stands for
Portable Document Format and is a format proposed by Adobe. A full
description of this format can be found in the *Portable Document Reference
Manual* by Adobe Systems Inc..

%prep
%setup -q -n %{upstream_name}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README
%{_mandir}/man3/*
%perl_vendorlib/*


%changelog

* Sun Jan 13 2013 umeabot <umeabot> 111.0.0-2.mga3
+ Revision: 371186
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sat Nov 26 2011 kharec <kharec> 111.0.0-1.mga2
+ Revision: 172408
- imported package perl-PDF