Bladeren bron

upgrading package: uuid 0.9.5 -> 0.9.6

Ralf S. Engelschall 22 jaren geleden
bovenliggende
commit
8620906c9e
1 gewijzigde bestanden met toevoegingen van 8 en 2 verwijderingen
  1. 8 2
      uuid/uuid.spec

+ 8 - 2
uuid/uuid.spec

@@ -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}