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 Date: 16-Dec-2002 16:50:47
Branch: HEAD Handle: 2002121615504700
Modified files:
openpkg-src/al al.spec
Log:
use canonical form of define default; add PreReq which is required for static
libs, because their link-time is their 'run-time'; remove extra whitespaces
Summary:
Revision Changes Path
1.3 +12 -3 openpkg-src/al/al.spec
____________________________________________________________________________
Index: openpkg-src/al/al.spec
============================================================
$ cvs diff -u -r1.2 -r1.3 al.spec
--- openpkg-src/al/al.spec 16 Dec 2002 15:38:53 -0000 1.2
+++ openpkg-src/al/al.spec 16 Dec 2002 15:50:47 -0000 1.3
@@ -23,7 +23,9 @@
##
# package options
-%{!?with_ex: %define with_ex no}
+%ifndef with_ex
+%define with_ex no
+%endif
# package information
Name: al
@@ -47,15 +49,22 @@
PreReq: OpenPKG, openpkg >= 20020206
%if "%{with_ex}" == "yes"
BuildPreReq: ex
+PreReq: ex
%endif
AutoReq: no
AutoReqProv: no
%description
- An abstract datatype of a data buffer
+ OSSP al defines an abstract data type of a data buffer that can
+ assemble, move and truncate chunks of data in a stream but avoids
+ actual copying. It was built to deal efficiently with communication
+ streams between software modules. It especially provides flexible
+ semantical data attribution through by-chunk labeling. It also
+ has convenient chunk traversal methods and optional OSSP ex based
+ exception handling.
Options:
- --define 'with_ex %{with_ex}'
+ --define 'with_ex %{with_ex}'
%prep
%setup -q
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]