OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 26-Apr-2009 09:42:17 Branch: HEAD Handle: 2009042608421700 Modified files: openpkg-src/perl-gfx perl-gfx.spec Log: add PDF::API3 Summary: Revision Changes Path 1.110 +11 -1 openpkg-src/perl-gfx/perl-gfx.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/perl-gfx/perl-gfx.spec ============================================================================ $ cvs diff -u -r1.109 -r1.110 perl-gfx.spec --- openpkg-src/perl-gfx/perl-gfx.spec 18 Apr 2009 13:13:56 -0000 1.109 +++ openpkg-src/perl-gfx/perl-gfx.spec 26 Apr 2009 07:42:17 -0000 1.110 @@ -30,6 +30,7 @@ %define V_postscript_simple_table 1.02 %define V_graph_easy 0.64 %define V_graph_easy_as_svg 0.23 +%define V_pdf_api3 3.001 %define V_pdf_api2 0.73 %define V_pdf_api2_simple 1.1.4u %define V_pdf_extract 3.04b @@ -48,7 +49,7 @@ Group: Perl License: GPL/Artistic Version: %{V_perl} -Release: 20090324 +Release: 20090426 # list of sources Source0: http://www.cpan.org/modules/by-module/Image/Image-Info-%{V_image_info}.tar.gz @@ -64,6 +65,7 @@ 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 +Source13: http://www.cpan.org/modules/by-module/PDF/PDF-API3-%{V_pdf_api3}.tar.gz Patch0: perl-gfx.patch # build information @@ -85,6 +87,7 @@ - Postscript::Simple::Table (%{V_postscript_simple_table}) - Graph::Easy (%{V_graph_easy}) - Graph::Easy::As_svg (%{V_graph_easy_as_svg}) + - PDF::API3 (%{V_pdf_api3}) - PDF::API2 (%{V_pdf_api2}) - PDF::API2::Simple (%{V_pdf_api2_simple}) - PDF::Extract (%{V_pdf_extract}) @@ -128,6 +131,11 @@ url = http://www.cpan.org/modules/by-module/Graph/ regex = Graph-Easy-As_svg-(__VER__)\.tar\.gz } + prog perl-gfx:PDF-API3 = { + version = %{V_pdf_api3} + url = http://www.cpan.org/modules/by-module/PDF/ + regex = PDF-API3-(__VER__)\.tar\.gz + } prog perl-gfx:PDF-API2 = { version = %{V_pdf_api2} url = http://www.cpan.org/modules/by-module/PDF/ @@ -173,6 +181,7 @@ %setup -q -T -D -a 10 %setup -q -T -D -a 11 %setup -q -T -D -a 12 + %setup -q -T -D -a 13 %patch -p0 %{l_shtool} subst \ -e 's;/usr/bin/perl;%{l_prefix}/bin/perl;' \ @@ -198,6 +207,7 @@ %{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 -d %{SOURCE13} 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` @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org