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 openpkg-web          Date:   11-Jun-2003 11:19:54
  Branch: HEAD                             Handle: 2003061110195301

  Modified files:
    openpkg-src/pdflib      pdflib.spec
    openpkg-web             news.txt

  Log:
    requires GNU make for passing prefix/exec_prefix down; install the
    only existing API doc; fix license AFAIK; fix installation by
    enforcing 'shtool install' as the command because the internal
    fallback is broken

  Summary:
    Revision    Changes     Path
    1.19        +14 -6      openpkg-src/pdflib/pdflib.spec
    1.4816      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/pdflib/pdflib.spec
  ============================================================================
  $ cvs diff -u -r1.18 -r1.19 pdflib.spec
  --- openpkg-src/pdflib/pdflib.spec    29 May 2003 18:25:35 -0000      1.18
  +++ openpkg-src/pdflib/pdflib.spec    11 Jun 2003 09:19:54 -0000      1.19
  @@ -25,15 +25,15 @@
   
   #   package information
   Name:         pdflib
  -Summary:      A library for generating PDF on the fly
  +Summary:      Library for Generating PDF Documents
   URL:          http://www.pdflib.com/
   Vendor:       PDFlib GmbH
   Packager:     The OpenPKG Project
   Distribution: OpenPKG [BASE]
   Group:        Graphics
  -License:      GPL
  +License:      PDFlib
   Version:      5.0.1
  -Release:      20030529
  +Release:      20030611
   
   #   list of sources
   Source0:      
http://www.pdflib.com/products/pdflib/download/PDFlib-Lite-%{version}-Unix-src.tar.gz
  @@ -41,7 +41,7 @@
   #   build information
   Prefix:       %{l_prefix}
   BuildRoot:    %{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20020206
  +BuildPreReq:  OpenPKG, openpkg >= 20020206, make
   PreReq:       OpenPKG, openpkg >= 20020206
   AutoReq:      no
   AutoReqProv:  no
  @@ -57,6 +57,7 @@
   %build
       CC="%{l_cc}" \
       CFLAGS="%{l_cflags -O}" \
  +    INSTALL="%{l_shtool} install -c" \
       ./configure \
           --prefix=%{l_prefix} \
           --disable-shared
  @@ -67,7 +68,11 @@
       %{l_shtool} mkdir -f -p -m 755 \
           $RPM_BUILD_ROOT%{l_prefix}/bin \
           $RPM_BUILD_ROOT%{l_prefix}/lib \
  -        $RPM_BUILD_ROOT%{l_prefix}/include
  +        $RPM_BUILD_ROOT%{l_prefix}/include \
  +        $RPM_BUILD_ROOT%{l_prefix}/share/pdflib
  +    %{l_shtool} subst \
  +        -e 's;\($(LIBTOOL)\) \($(INSTALL_DATA)\);\1 --mode=install \2;' \
  +        libs/pdflib/Makefile
       %{l_make} %{l_mflags} install \
           prefix=$RPM_BUILD_ROOT%{l_prefix} \
           exec_prefix=$RPM_BUILD_ROOT%{l_prefix}
  @@ -79,7 +84,10 @@
           progs/pdflib/pdfimage \
           progs/pdflib/pdfimpose \
           progs/pdflib/text2pdf \
  -       $RPM_BUILD_ROOT%{l_prefix}/bin/
  +        $RPM_BUILD_ROOT%{l_prefix}/bin/
  +    %{l_shtool} install -c -m 644 \
  +        doc/pdflib/PDFlib-manual.pdf \
  +        $RPM_BUILD_ROOT%{l_prefix}/share/pdflib/
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
   
   %files -f files
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.4815 -r1.4816 news.txt
  --- openpkg-web/news.txt      11 Jun 2003 08:24:53 -0000      1.4815
  +++ openpkg-web/news.txt      11 Jun 2003 09:19:53 -0000      1.4816
  @@ -1,3 +1,4 @@
  +11-Jun-2003: Upgraded package: P<pdflib-5.0.1-20030611>
   11-Jun-2003: Upgraded package: P<ccrypt-1.4-20030611>
   11-Jun-2003: Upgraded package: P<ragel-1.5.0-20030611>
   11-Jun-2003: Upgraded package: P<perl-ssl-20030611-20030611>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to