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:   16-Jul-2003 20:29:12
  Branch: HEAD                             Handle: 2003071619290902

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

  Log:
    - switch from termcap to ncurses because some braindead platforms like
      SuSE 8 have no termcap
    - fix igerman98 building by using correct version and correctly finding
      "munchlist" program

  Summary:
    Revision    Changes     Path
    1.33        +15 -9      openpkg-src/ispell/ispell.spec
    1.5599      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/ispell/ispell.spec
  ============================================================================
  $ cvs diff -u -r1.32 -r1.33 ispell.spec
  --- openpkg-src/ispell/ispell.spec    8 Jul 2003 14:40:12 -0000       1.32
  +++ openpkg-src/ispell/ispell.spec    16 Jul 2003 18:29:11 -0000      1.33
  @@ -23,6 +23,10 @@
   ##  SUCH DAMAGE.
   ##
   
  +#   package versions
  +%define       V_ispell    3.2.06
  +%define       V_igerman98 20030222
  +
   #   package information
   Name:         ispell
   Summary:      Interactive Spell Checker
  @@ -32,21 +36,21 @@
   Distribution: OpenPKG [BASE]
   Group:        Text
   License:      BSD
  -Version:      3.2.06
  -Release:      20030305
  +Version:      %{V_ispell}
  +Release:      20030716
   
   #   list of sources
  -Source0:      http://fmg-www.cs.ucla.edu/geoff/tars/ispell-%{version}.tar.gz
  +Source0:      http://fmg-www.cs.ucla.edu/geoff/tars/ispell-%{V_ispell}.tar.gz
   Source1:      ftp://ftp.informatik.uni-kiel.de/pub/kiel/dicts/hk-deutsch.tar.gz
  -Source2:      http://lisa.goe.net/~bjacke/igerman98/dict/igerman98-20030222.tar.bz2
  +Source2:      
http://lisa.goe.net/~bjacke/igerman98/dict/igerman98-%{V_igerman98}.tar.bz2
   Source3:      ftp://ftp.openpkg.org/DST/ispell/words.gz
   Patch0:       ispell.patch
   
   #   build information
   Prefix:       %{l_prefix}
   BuildRoot:    %{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20020206, make, bison
  -PreReq:       OpenPKG, openpkg >= 20020206
  +BuildPreReq:  OpenPKG, openpkg >= 20020206, ncurses, make, bison
  +PreReq:       OpenPKG, openpkg >= 20020206, ncurses
   AutoReq:      no
   AutoReqProv:  no
   
  @@ -63,7 +67,7 @@
       %{l_gzip} -d -c %{SOURCE words.gz} >$RPM_BUILD_DIR/words
       mkdir hk-deutsch
       (cd hk-deutsch; %{l_gzip} -d -c %{SOURCE hk-deutsch.tar.gz} | %{l_tar} xf -)
  -    %{l_bzip2} -d -c %{SOURCE igerman98-20001109.tar.bz2} | %{l_tar} xf -
  +    %{l_bzip2} -d -c %{SOURCE igerman98-%{V_igerman98}.tar.bz2} | %{l_tar} xf -
   
   %build
       ( echo "#define MINIMENU"
  @@ -77,6 +81,7 @@
         echo "#define MAN4DIR    \"%{l_prefix}/man/man4\""
         echo "#define WORDS      \"$RPM_BUILD_DIR/words\""
         echo "#define YACC       \"%{l_prefix}/bin/bison -y\""
  +      echo "#define TERMLIB    \"%{l_ldflags} -lncurses\""
         case "%{l_target}" in
             *-linux* | *-solaris* ) echo "#define USG" ;;
         esac
  @@ -92,7 +97,8 @@
             sort -u >all.words
         ../buildhash all.words deutsch.aff deutsch.hash
       )
  -    ( cd igerman98-20001109
  +    ( cd igerman98-%{V_igerman98}
  +      %{l_shtool} subst -e 's;munchlist;../munchlist;g' Makefile
         %{l_make} %{l_mflags} \
             UNSQ=cat BUILDHASH=`pwd`/../buildhash \
             german.hash 2>/dev/null
  @@ -124,7 +130,7 @@
         %{l_shtool} install -c -m 644 \
             deutsch.hash $RPM_BUILD_ROOT%{l_prefix}/share/ispell/deutsch-old.hash
       )
  -    ( cd igerman98-20001109
  +    ( cd igerman98-%{V_igerman98}
         %{l_shtool} install -c -m 644 \
             german.aff $RPM_BUILD_ROOT%{l_prefix}/share/ispell/deutsch.aff
         %{l_shtool} install -c -m 644 \
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.5598 -r1.5599 news.txt
  --- openpkg-web/news.txt      16 Jul 2003 18:01:03 -0000      1.5598
  +++ openpkg-web/news.txt      16 Jul 2003 18:29:09 -0000      1.5599
  @@ -1,3 +1,4 @@
  +16-Jul-2003: Upgraded package: P<ispell-3.2.06-20030716>
   16-Jul-2003: Upgraded package: P<dhcp-agent-0.41-20030716>
   16-Jul-2003: Upgraded package: P<jargon-4.4.3-20030716>
   16-Jul-2003: Upgraded package: P<bogofilter-0.13.7.3-20030716>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to