X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=rpm%2Fctsim.spec;h=fccd54be2398d06aa43bce067e9fe3c8e7b5da06;hb=d27e3b0708ba2fb395944278486bf125e4f362a5;hp=909f992cde32631a08b1ed8016849df0fa733be9;hpb=88d74265a18a5be9623b7c781dec7389a28bf8ef;p=ctsim.git diff --git a/rpm/ctsim.spec b/rpm/ctsim.spec index 909f992..fccd54b 100644 --- a/rpm/ctsim.spec +++ b/rpm/ctsim.spec @@ -1,5 +1,5 @@ # Version of CTSim -%define version 3.0.0beta1 +%define version 3.0.2 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