Browse Source

upgrading package: mathomatic 11.3b -> 11.3c

Thorsten Hohmeier 21 years ago
parent
commit
a1892c8104
1 changed files with 3 additions and 3 deletions
  1. 3 3
      mathomatic/mathomatic.spec

+ 3 - 3
mathomatic/mathomatic.spec

@@ -33,8 +33,8 @@ Distribution: OpenPKG
 Class:        EVAL
 Group:        Algorithm
 License:      Open Source
-Version:      11.3b
-Release:      20040731
+Version:      11.3c
+Release:      20040804
 
 #   list of sources
 Source0:      http://www.panix.com/~gesslein/mathomatic-%{version}.tgz
@@ -66,7 +66,7 @@ AutoReqProv:  no
 %build
     %{l_make} %{l_mflags -O} \
         CC="%{l_cc}" \
-        CFLAGS="%{l_cflags -O} %{l_cppflags} -DUNIX -DREADLINE" \
+        CFLAGS='%{l_cflags -O} %{l_cppflags} -DUNIX -DREADLINE -DVERSION=\"%{version}\"' \
         LDFLAGS="%{l_ldflags}" \
         LIBS="-lreadline -lcurses -lm"