r564: *** empty log message ***
[ctsim.git] / rpm / ctsim.spec
index 909f992cde32631a08b1ed8016849df0fa733be9..8369d9fb6f6d4927ae25caac8efc806f14f0f4d6 100644 (file)
@@ -1,5 +1,5 @@
 # Version of CTSim
-%define version 3.0.0beta1
+%define version 3.0.3
 
 Summary: CTSim - Open-Source Computed Tomography Simulator
 Name: ctsim
@@ -18,10 +18,12 @@ CTSim is a Computed Tomography Simulator.
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" \
-       ./configure --prefix=/usr/local --enable-static
+       ./configure --prefix=/usr/local --enable-static --without-lam
 make
 
 %install
+strip src/ctsim
+strip tools/ctsimtext
 install -s -m 755 -o 0 -g 0 src/ctsim /usr/local/bin/ctsim
 install -s -m 755 -o 0 -g 0 tools/ctsimtext /usr/local/bin/ctsimtext
 install -m 755 -o 0 -g 0 tools/sample-ctsim.sh /usr/local/bin/sample-ctsim.sh