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

  Server: cvs.openpkg.org                  Name:   Michael van Elst
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-re, openpkg-web, openpkg-src Date:   16-Dec-2002 16:38:53
  Branch: HEAD                             Handle: 2002121615385102

  Modified files:
    openpkg-re/vcheck       vc.al
    openpkg-src/al          al.spec
    openpkg-web             news.txt

  Log:
    fixed ex test, make with_ex a package option

  Summary:
    Revision    Changes     Path
    1.2         +1  -1      openpkg-re/vcheck/vc.al
    1.2         +14 -1      openpkg-src/al/al.spec
    1.2293      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  Index: openpkg-re/vcheck/vc.al
  ============================================================
  $ cvs diff -u -r1.1 -r1.2 vc.al
  --- openpkg-re/vcheck/vc.al   16 Dec 2002 14:46:19 -0000      1.1
  +++ openpkg-re/vcheck/vc.al   16 Dec 2002 15:38:51 -0000      1.2
  @@ -2,7 +2,7 @@
   }
   
   prog al = {
  -  version   = 0.9.0
  +  version   = 0.9.1
     url       = ftp://ftp.ossp.org/pkg/lib/al/
     regex     = al-(__VER__)\.tar\.gz
   }
  Index: openpkg-src/al/al.spec
  ============================================================
  $ cvs diff -u -r1.1 -r1.2 al.spec
  --- openpkg-src/al/al.spec    16 Dec 2002 14:46:20 -0000      1.1
  +++ openpkg-src/al/al.spec    16 Dec 2002 15:38:53 -0000      1.2
  @@ -22,6 +22,9 @@
   ##  SUCH DAMAGE.
   ##
   
  +#   package options
  +%{!?with_ex:                 %define  with_ex                 no}
  +
   #   package information
   Name:         al
   Summary:      Assembly Line Library
  @@ -31,7 +34,7 @@
   Distribution: OpenPKG [PLUS]
   Group:        System
   License:      MIT/X11-style
  -Version:      0.9.0
  +Version:      0.9.1
   Release:      20021216
   
   #   list of sources
  @@ -42,10 +45,17 @@
   BuildRoot:    %{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg >= 20020206
   PreReq:       OpenPKG, openpkg >= 20020206
  +%if "%{with_ex}" == "yes"
  +BuildPreReq:  ex
  +%endif
   AutoReq:      no
   AutoReqProv:  no
   
   %description
  +    An abstract datatype of a data buffer
  +
  +    Options: 
  +    --define 'with_ex                   %{with_ex}'
   
   %prep
       %setup -q
  @@ -55,6 +65,9 @@
       CFLAGS="%{l_cflags -O}" \
       ./configure \
           --prefix=%{l_prefix} \
  +%if "%{with_ex}" == "yes"
  +        --with-ex=%{l_prefix} \
  +%endif
           --disable-shared
       %{l_make} %{l_mflags -O}
   
  Index: openpkg-web/news.txt
  ============================================================
  $ cvs diff -u -r1.2292 -r1.2293 news.txt
  --- openpkg-web/news.txt      16 Dec 2002 15:35:19 -0000      1.2292
  +++ openpkg-web/news.txt      16 Dec 2002 15:38:52 -0000      1.2293
  @@ -1,3 +1,4 @@
  +16-Dec-2002: Upgraded package: P<al-0.9.1-20021216>
   16-Dec-2002: Upgraded package: P<sa-1.0.2-20021216>
   16-Dec-2002: Upgraded package: P<tetex-1.0.7-20021216>
   16-Dec-2002: New package: P<al-0.9.0-20021216>
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to