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:   30-May-2003 21:12:21
  Branch: HEAD                             Handle: 2003053020121802

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

  Log:
    provide C API, because is used by some forthcoming packages

  Summary:
    Revision    Changes     Path
    1.23        +17 -8      openpkg-src/uudeview/uudeview.spec
    1.4657      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/uudeview/uudeview.spec
  ============================================================================
  $ cvs diff -u -r1.22 -r1.23 uudeview.spec
  --- openpkg-src/uudeview/uudeview.spec        3 Jan 2003 10:55:32 -0000       1.22
  +++ openpkg-src/uudeview/uudeview.spec        30 May 2003 19:12:20 -0000      1.23
  @@ -33,7 +33,7 @@
   Group:        Converter
   License:      GPL
   Version:      0.5.18
  -Release:      20020403
  +Release:      20030530
   
   #   list of sources
   Source0:      
http://www.fpx.de/fp/Software/UUDeview/download/uudeview-%{version}.tar.gz
  @@ -47,13 +47,13 @@
   AutoReqProv:  no
   
   %description
  -     UUDeview is a program package that will help you to transmit and
  -     receive binary files over electronic lines. It includes both an
  -     encoder and a decoder. The decoder automatically detects the type
  -     of encoding used, offering MIME Base64 and BinHex as well as the
  -     popular uuencoding and the less frequently used xxencoding methods.
  -     The encoder runs the other way around and encodes a binary file for
  -     submittal by mail or news.
  +    UUDeview is a program package that will help you to transmit and
  +    receive binary files over electronic lines. It includes both an
  +    encoder and a decoder. The decoder automatically detects the type
  +    of encoding used, offering MIME Base64 and BinHex as well as the
  +    popular uuencoding and the less frequently used xxencoding methods.
  +    The encoder runs the other way around and encodes a binary file for
  +    submittal by mail or news.
   
   %prep
       %setup -q
  @@ -74,6 +74,15 @@
       rm -rf $RPM_BUILD_ROOT
       %{l_make} %{l_mflags} install prefix=$RPM_BUILD_ROOT%{l_prefix}
       strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
  +    %{l_shtool} mkdir -f -p -m 755 \
  +        $RPM_BUILD_ROOT%{l_prefix}/include \
  +        $RPM_BUILD_ROOT%{l_prefix}/lib
  +    %{l_shtool} install -c -m 644 \
  +        uulib/uudeview.h $RPM_BUILD_ROOT%{l_prefix}/include/
  +    %{l_shtool} install -c -m 644 \
  +        uulib/libuu.a $RPM_BUILD_ROOT%{l_prefix}/lib/
  +    ln $RPM_BUILD_ROOT%{l_prefix}/lib/libuu.a \
  +       $RPM_BUILD_ROOT%{l_prefix}/lib/libuudeview.a
       %{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.4656 -r1.4657 news.txt
  --- openpkg-web/news.txt      30 May 2003 19:01:58 -0000      1.4656
  +++ openpkg-web/news.txt      30 May 2003 19:12:18 -0000      1.4657
  @@ -1,3 +1,4 @@
  +30-May-2003: Upgraded package: P<uudeview-0.5.18-20030530>
   30-May-2003: Upgraded package: P<sgml-20030530-20030530>
   30-May-2003: Upgraded package: P<xfig-3.2.4-20030530>
   30-May-2003: Upgraded package: P<xboard-4.2.6-20030530>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to