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-Jan-2003 16:42:26
  Branch: HEAD                             Handle: 2003011115422401

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

  Log:
    simplify packaging

  Summary:
    Revision    Changes     Path
    1.37        +9  -9      openpkg-src/openssl/openssl.spec
    1.2650      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssl/openssl.spec
  ============================================================================
  $ cvs diff -u -r1.36 -r1.37 openssl.spec
  --- openpkg-src/openssl/openssl.spec  3 Jan 2003 10:53:43 -0000       1.36
  +++ openpkg-src/openssl/openssl.spec  11 Jan 2003 15:42:25 -0000      1.37
  @@ -33,7 +33,7 @@
   Group:        Cryptography
   License:      BSD-style
   Version:      0.9.7
  -Release:      20021231
  +Release:      20030111
   
   #   list of sources
   Source0:      ftp://ftp.openssl.org/source/openssl-%{version}.tar.gz
  @@ -73,14 +73,14 @@
       rm -rf $RPM_BUILD_ROOT
       %{l_make} %{l_mflags} install INSTALL_PREFIX=$RPM_BUILD_ROOT
       strip $RPM_BUILD_ROOT%{l_prefix}/bin/openssl >/dev/null 2>&1 || true
  -    ( cd $RPM_BUILD_ROOT
  -      rm -f .%{l_prefix}/bin/c_rehash
  -      rm -rf .%{l_prefix}/etc/openssl/private
  -      rm -rf .%{l_prefix}/etc/openssl/certs
  -      rm -rf .%{l_prefix}/etc/openssl/misc
  -      rm -rf .%{l_prefix}/etc/openssl/lib
  -      mv .%{l_prefix}/etc/openssl/man .%{l_prefix}/man
  -      cd .%{l_prefix}/man
  +    ( cd $RPM_BUILD_ROOT%{l_prefix}
  +      rm -f bin/c_rehash
  +      rm -rf etc/openssl/private
  +      rm -rf etc/openssl/certs
  +      rm -rf etc/openssl/misc
  +      rm -rf etc/openssl/lib
  +      mv etc/openssl/man man
  +      cd man
         for dir in man[1-9]; do
             for file in `cd $dir; echo *`; do
                 mv $dir/$file $dir/openssl_$file
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.2649 -r1.2650 news.txt
  --- openpkg-web/news.txt      11 Jan 2003 15:29:55 -0000      1.2649
  +++ openpkg-web/news.txt      11 Jan 2003 15:42:24 -0000      1.2650
  @@ -1,3 +1,4 @@
  +11-Jan-2003: Upgraded package: P<openssl-0.9.7-20030111>
   11-Jan-2003: Upgraded package: P<gettext-0.11.5-20030111>
   11-Jan-2003: Upgraded package: P<cfg-0.9.0-20030111>
   11-Jan-2003: Upgraded package: P<as-cui-0.5.5-20030111>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to