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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   02-Oct-2009 22:29:53
  Branch: HEAD                             Handle: 2009100221295300

  Modified files:
    openpkg-src/punbb       punbb.spec

  Log:
    cleanup packaging

  Summary:
    Revision    Changes     Path
    1.16        +4  -3      openpkg-src/punbb/punbb.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/punbb/punbb.spec
  ============================================================================
  $ cvs diff -u -r1.15 -r1.16 punbb.spec
  --- openpkg-src/punbb/punbb.spec      5 Jul 2009 07:31:54 -0000       1.15
  +++ openpkg-src/punbb/punbb.spec      2 Oct 2009 20:29:53 -0000       1.16
  @@ -36,7 +36,7 @@
   Group:        CMS
   License:      GPL
   Version:      %{V_opkg}
  -Release:      20090705
  +Release:      20091002
   
   #   list of sources
   Source0:      http://punbb.informer.com/download/punbb-%{V_dist}.tar.gz
  @@ -95,6 +95,7 @@
   
       #   install main program files
       find . -name ".svn" -type d -print | xargs rm -rf
  +    find . -name "*.orig" -type f -print | xargs rm -f
       cp -rp * $RPM_BUILD_ROOT%{l_prefix}/lib/punbb/
       cp -p .htaccess.dist $RPM_BUILD_ROOT%{l_prefix}/lib/punbb/.htaccess
   
  @@ -146,9 +147,9 @@
             echo "   \$ $RPM_INSTALL_PREFIX/bin/openpkg rc punbb start"
             echo "4. install the PunBB database by accessing the"
             echo "   following URL and proceeding through its menus:"
  -          echo "   http://localhost:8080/punbb/install.php";
  +          echo "   http://localhost:8080/punbb/admin/install.php";
             echo "5. cleanup after installation to enable run-time:"
  -          echo "   \$ rm -f $RPM_INSTALL_PREFIX/lib/punbb/install.php"
  +          echo "   \$ rm -f $RPM_INSTALL_PREFIX/lib/punbb/admin/install.php"
           ) | %{l_rpmtool} msg -b -t notice
       elif [ $1 -eq 2 ]; then
           #   after upgrade, restart service
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to