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

  Server: cvs.openpkg.org                  Name:   Michael van Elst
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   27-Jun-2003 16:22:11
  Branch: HEAD                             Handle: 2003062715221000

  Modified files:
    openpkg-src/opensp      opensp.spec

  Log:
    adjust catalog handling for new sgml package

  Summary:
    Revision    Changes     Path
    1.12        +6  -2      openpkg-src/opensp/opensp.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/opensp/opensp.spec
  ============================================================================
  $ cvs diff -u -r1.11 -r1.12 opensp.spec
  --- openpkg-src/opensp/opensp.spec    27 Jun 2003 12:18:04 -0000      1.11
  +++ openpkg-src/opensp/opensp.spec    27 Jun 2003 14:22:10 -0000      1.12
  @@ -82,6 +82,7 @@
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
           %{l_files_std} \
           '%not %dir %{l_prefix}/share/sgml'
  +    exit 42
   
   %files -f files
   
  @@ -90,11 +91,14 @@
   
   %post
       if [ $1 -eq 1 ]; then
  -        $RPM_INSTALL_PREFIX/bin/mkcatalog -q install opensp
  +        $RPM_INSTALL_PREFIX/bin/sgmlcatalog \
  +            -p "-//SGML Open:TR95xx//SYNTAX Extended (ISO/IEC 10646-1:1993 
repertoire)//EN" \
  +            -i opensp
       fi
   
   %preun
       if [ $1 -eq 0 ]; then
  -        $RPM_INSTALL_PREFIX/bin/mkcatalog -q deinstall opensp
  +        $RPM_INSTALL_PREFIX/bin/sgmlcatalog \
  +            -d opensp
       fi
   
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to