##
## perl-gfx.spec -- OpenPKG RPM Package Specification
## Copyright (c) 2000-2007 OpenPKG Foundation e.V.
## Copyright (c) 2000-2007 Ralf S. Engelschall
##
## Permission to use, copy, modify, and distribute this software for
## any purpose with or without fee is hereby granted, provided that
## the above copyright notice and this permission notice appear in all
## copies.
##
## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
## SUCH DAMAGE.
##
# versions of individual parts
%define V_perl 5.10.0
%define V_image_info 1.27
%define V_image_size 3.1
%define V_postscript 0.06
%define V_postscript_simple 0.07
%define V_postscript_simple_table 1.02
%define V_graph_easy 0.60
%define V_graph_easy_as_svg 0.21
%define V_pdf_api2 0.68
%define V_pdf_api2_simple 1.1.3u
%define V_pdf_extract 3.01
%define V_pdf_create 0.08
%define V_pdf_reuse 0.33
%define V_pdf_table 0.9.3
# package information
Name: perl-gfx
Summary: Perl Modules for use with Graphics
URL: http://www.cpan.org/
Vendor: Perl Community
Packager: OpenPKG Foundation e.V.
Distribution: OpenPKG Community
Class: BASE
Group: Perl
License: GPL/Artistic
Version: %{V_perl}
Release: 20071219
# list of sources
Source0: http://www.cpan.org/modules/by-module/Image/Image-Info-%{V_image_info}.tar.gz
Source1: http://www.cpan.org/modules/by-module/Image/Image-Size-%{V_image_size}.tar.gz
Source2: http://www.cpan.org/modules/by-module/PostScript/PostScript-%{V_postscript}.tar.gz
Source3: http://www.cpan.org/modules/by-module/PostScript/PostScript-Simple-%{V_postscript_simple}.tar.gz
Source4: http://www.cpan.org/modules/by-module/PostScript/PostScript-Simple-Table-%{V_postscript_simple_table}.tar.gz
Source5: http://www.cpan.org/modules/by-module/Graph/Graph-Easy-%{V_graph_easy}.tar.gz
Source6: http://www.cpan.org/modules/by-module/Graph/Graph-Easy-As_svg-%{V_graph_easy_as_svg}.tar.gz
Source7: http://www.cpan.org/modules/by-module/PDF/PDF-API2-%{V_pdf_api2}.tar.gz
Source8: http://www.cpan.org/modules/by-module/PDF/PDF-API2-Simple-%{V_pdf_api2_simple}.tar.gz
Source9: http://www.cpan.org/modules/by-module/PDF/PDF-Extract-%{V_pdf_extract}.tar.gz
Source10: http://www.cpan.org/modules/by-module/PDF/PDF-Create-%{V_pdf_create}.tar.gz
Source11: http://www.cpan.org/modules/by-module/PDF/PDF-Reuse-%{V_pdf_reuse}.tar.gz
Source12: http://www.cpan.org/modules/by-module/PDF/PDF-Table-%{V_pdf_table}.tar.gz
Patch0: perl-gfx.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20040126
PreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl}
BuildPreReq: perl-ds, perl-comp, perl-crypto
PreReq: perl-ds, perl-comp, perl-crypto
AutoReq: no
AutoReqProv: no
%description
Perl modules for use with Graphics:
- Image::Info (%{V_image_info})
- Image::Size (%{V_image_size})
- Postscript (%{V_postscript})
- Postscript::Simple (%{V_postscript_simple})
- Postscript::Simple::Table (%{V_postscript_simple_table})
- Graph::Easy (%{V_graph_easy})
- Graph::Easy::As_svg (%{V_graph_easy_as_svg})
- PDF::API2 (%{V_pdf_api2})
- PDF::API2::Simple (%{V_pdf_api2_simple})
- PDF::Extract (%{V_pdf_extract})
- PDF::Create (%{V_pdf_create})
- PDF::Reuse (%{V_pdf_reuse})
- PDF::Table (%{V_pdf_table})
%track
prog perl-gfx:Image-Info = {
version = %{V_image_info}
url = http://www.cpan.org/modules/by-module/Image/
regex = Image-Info-(__VER__)\.tar\.gz
}
prog perl-gfx:Image-Size = {
version = %{V_image_size}
url = http://www.cpan.org/modules/by-module/Image/
regex = Image-Size-(__VER__)\.tar\.gz
}
prog perl-gfx:Postscript = {
version = %{V_postscript}
url = http://www.cpan.org/modules/by-module/PostScript/
regex = PostScript-(\d+\.\d+)\.tar\.gz
}
prog perl-gfx:Postscript-Simple = {
version = %{V_postscript_simple}
url = http://www.cpan.org/modules/by-module/PostScript/
regex = PostScript-Simple-(\d+\.\d+)\.tar\.gz
}
prog perl-gfx:Postscript-Simple-Table = {
version = %{V_postscript_simple_table}
url = http://www.cpan.org/modules/by-module/PostScript/
regex = PostScript-Simple-Table-(\d+\.\d+)\.tar\.gz
}
prog perl-gfx:Graph-Easy = {
version = %{V_graph_easy}
url = http://www.cpan.org/modules/by-module/Graph/
regex = Graph-Easy-(__VER__)\.tar\.gz
}
prog perl-gfx:Graph-Easy-As-SVG = {
version = %{V_graph_easy_as_svg}
url = http://www.cpan.org/modules/by-module/Graph/
regex = Graph-Easy-As_svg-(__VER__)\.tar\.gz
}
prog perl-gfx:PDF-API2 = {
version = %{V_pdf_api2}
url = http://www.cpan.org/modules/by-module/PDF/
regex = PDF-API2-(__VER__)\.tar\.gz
}
prog perl-gfx:PDF-API2-Simple = {
version = %{V_pdf_api2_simple}
url = http://www.cpan.org/modules/by-module/PDF/
regex = PDF-API2-Simple-(__VER__)\.tar\.gz
}
prog perl-gfx:PDF-Extract = {
version = %{V_pdf_extract}
url = http://www.cpan.org/modules/by-module/PDF/
regex = PDF-Extract-(__VER__)\.tar\.gz
}
prog perl-gfx:PDF-Create = {
version = %{V_pdf_create}
url = http://www.cpan.org/modules/by-module/PDF/
regex = PDF-Create-(__VER__)\.tar\.gz
}
prog perl-gfx:PDF-Reuse = {
version = %{V_pdf_reuse}
url = http://www.cpan.org/modules/by-module/PDF/
regex = PDF-Reuse-(__VER__)\.tar\.gz
}
prog perl-gfx:PDF-Table = {
version = %{V_pdf_table}
url = http://www.cpan.org/modules/by-module/PDF/
regex = PDF-Table-(__VER__)\.tar\.gz
}
%prep
%setup -q -c
%setup -q -T -D -a 1
%setup -q -T -D -a 2
%setup -q -T -D -a 3
%setup -q -T -D -a 4
%setup -q -T -D -a 5
%setup -q -T -D -a 6
%setup -q -T -D -a 7
%setup -q -T -D -a 8
%setup -q -T -D -a 9
%setup -q -T -D -a 10
%setup -q -T -D -a 11
%setup -q -T -D -a 12
%patch -p0
%{l_shtool} subst \
-e 's;/usr/bin/perl;%{l_prefix}/bin/perl;' \
PostScript-Simple-%{V_postscript_simple}/lib/PostScript/Simple.pm \
PostScript-Simple-%{V_postscript_simple}/lib/PostScript/Simple/EPS.pm
cp -rp Image-Info-*/inc PDF-API2-Simple-*/
%build
%install
rm -rf $RPM_BUILD_ROOT
%{l_prefix}/bin/perl-openpkg prepare
%{l_prefix}/bin/perl-openpkg -d %{SOURCE0} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE1} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE2} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE3} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE4} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE5} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE6} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE7} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE8} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE9} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE10} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE11} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE12} configure build install
%{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat perl-openpkg-files`
%files -f files
%clean
rm -rf $RPM_BUILD_ROOT