|
|
@@ -33,8 +33,11 @@ Distribution: OpenPKG
|
|
|
Class: BASE
|
|
|
Group: System
|
|
|
License: MIT/X11-style
|
|
|
-Version: 0.9.5
|
|
|
-Release: 20040206
|
|
|
+Version: 0.9.6
|
|
|
+Release: 20040211
|
|
|
+
|
|
|
+# package options
|
|
|
+%option with_dce no
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.ossp.org/pkg/lib/uuid/uuid-%{version}.tar.gz
|
|
|
@@ -78,6 +81,9 @@ AutoReqProv: no
|
|
|
CFLAGS="%{l_cflags -O}" \
|
|
|
./configure \
|
|
|
--prefix=%{l_prefix} \
|
|
|
+%if "%{with_dce}" == "yes"
|
|
|
+ --with-dce \
|
|
|
+%endif
|
|
|
--disable-shared
|
|
|
%{l_make} %{l_mflags -O}
|
|
|
|