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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   22-Dec-2004 08:58:36
  Branch: HEAD                             Handle: 2004122207583600

  Modified files:
    openpkg-src/xpdf        xpdf.spec

  Log:
    upgrading package: xpdf 3.00 -> 3.00pl2

  Summary:
    Revision    Changes     Path
    1.11        +11 -4      openpkg-src/xpdf/xpdf.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/xpdf/xpdf.spec
  ============================================================================
  $ cvs diff -u -r1.10 -r1.11 xpdf.spec
  --- openpkg-src/xpdf/xpdf.spec        20 Sep 2004 16:17:57 -0000      1.10
  +++ openpkg-src/xpdf/xpdf.spec        22 Dec 2004 07:58:36 -0000      1.11
  @@ -23,6 +23,10 @@
   ##  SUCH DAMAGE.
   ##
   
  +#   package version
  +%define       V_base       3.00
  +%define       V_patchlevel 2
  +
   #   package information
   Name:         xpdf
   Summary:      Portable Document Format (PDF) Viewer
  @@ -33,11 +37,13 @@
   Class:        PLUS
   Group:        Graphics
   License:      GPL
  -Version:      3.00
  -Release:      20040920
  +Version:      %{V_base}pl%{V_patchlevel}
  +Release:      20041222
   
   #   list of sources
  -Source0:      ftp://ftp.foolabs.com/pub/xpdf/xpdf-%{version}.tar.gz
  +Source0:      ftp://ftp.foolabs.com/pub/xpdf/xpdf-%{V_base}.tar.gz
  +Patch0:       ftp://ftp.foolabs.com/pub/xpdf/xpdf-%{V_base}pl1.patch
  +Patch1:       ftp://ftp.foolabs.com/pub/xpdf/xpdf-%{V_base}pl2.patch
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -61,7 +67,8 @@
       }
   
   %prep
  -    %setup -q
  +    %setup -q -n xpdf-%{V_base}
  +    %patch -p0 -d xpdf -P 0 1
   
   %build
       CC="%{l_cc}" \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to