OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   30-Oct-2007 13:33:20
  Branch: HEAD                             Handle: 2007103012332000

  Modified files:
    openpkg-src/perl-gfx    perl-gfx.spec

  Log:
    add PDF::Table, a frontend for PDF::API2

  Summary:
    Revision    Changes     Path
    1.80        +11 -1      openpkg-src/perl-gfx/perl-gfx.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-gfx/perl-gfx.spec
  ============================================================================
  $ cvs diff -u -r1.79 -r1.80 perl-gfx.spec
  --- openpkg-src/perl-gfx/perl-gfx.spec        13 Oct 2007 18:56:59 -0000      
1.79
  +++ openpkg-src/perl-gfx/perl-gfx.spec        30 Oct 2007 12:33:20 -0000      
1.80
  @@ -36,6 +36,7 @@
   %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
  @@ -48,7 +49,7 @@
   Group:        Perl
   License:      GPL/Artistic
   Version:      %{V_perl}
  -Release:      20071013
  +Release:      20071030
   
   #   list of sources
   Source0:      
http://www.cpan.org/modules/by-module/Image/Image-Info-%{V_image_info}.tar.gz
  @@ -63,6 +64,7 @@
   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
  @@ -89,6 +91,7 @@
       - 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 = {
  @@ -151,6 +154,11 @@
           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
  @@ -165,6 +173,7 @@
       %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;' \
  @@ -189,6 +198,7 @@
       %{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`
   
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to