File perl-PDF-API2.spec of Package perl-PDF-API2
#
# spec file for package perl-PDF-API2 (Version 0.66)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-PDF-API2
License: Artistic License
Group: Development/Libraries/Perl
Url: http://cpan.org/
Requires: perl = %{perl_version}
AutoReqProv: on
Summary: Create and modify high-quality PDF files.
Version: 0.66
Release: 1
Source: http://cpan.org/modules/by-module/PDF/PDF-API2-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
A Perl Module Chain to faciliate the Creation and Modification of
High-Quality "Portable Document Format (aka. PDF)" Files.
Authors:
--------
Alfred Reibenschuh <alfredreibenschuh at gmx dot net>
%prep
%setup -n PDF-API2-%{version}
%build
perl Makefile.PL
%{__make}
%install
%perl_make_install
%perl_process_packlist
%clean
[ "${RPM_BUILD_ROOT}" != "/" -a -d ${RPM_BUILD_ROOT} ] && rm -rf ${RPM_BUILD_ROOT}
%files
%defattr(-, root, root)
%dir %{perl_vendorlib}/PDF
%{perl_vendorlib}/PDF/API2
%{perl_vendorlib}/PDF/API2.pm
%{perl_vendorlib}/PDF/API2/Annotation.pm
#%dir %{perl_vendorarch}/auto/PerlIO/via
#%dir %{perl_vendorarch}/auto/PerlIO/via/dynamic
%dir %{perl_vendorarch}/auto/PDF
%dir %{perl_vendorarch}/auto/PDF/API2
%{perl_vendorarch}/auto/PDF/API2/.packlist
#%{_mandir}/man3/PerlIO::via::dynamic.3pm.gz
/var/adm/perl-modules/%{name}
%changelog
* Sun Nov 04 2007 - lmuelle@suse.de
- Update to version 0.66.
- added movie annotation
- replaced IOString dep. with scalar IO
- many changes in font handling
- fixed pnm bitmap decoding
- added -printscalingnone option
- added note on importintoform and importpage for existing pdf-file
- renamed compress to compressFlate
- fix tounicode option
- added pageLabel method
- fixed -twocolumnright option typo
- changed import* methods to check its first arg
* Wed Jan 10 2007 - lmuelle@suse.de
- Update to version 0.57.
+ fixed [rt.cpan.org #24203] Incompatibility in Wide character handling
* Fri Jan 05 2007 - lmuelle@suse.de
- Update to version 0.56.
+ applied untested fix for acrobat 8 "<ident> TJ" bug
* Wed Oct 18 2006 - lmuelle@suse.de
- Initial SUSE package of version 0.55.