From: Kevin M. Rosenberg Date: Sun, 3 Dec 2000 23:10:05 +0000 (+0000) Subject: r235: *** empty log message *** X-Git-Tag: debian-4.5.3-3~782 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=b1bdb428e9048afdd205dac189da899a1d1f1fa6;ds=sidebyside r235: *** empty log message *** --- diff --git a/rpm/ctsim-2.0.0b9-1.spec b/rpm/ctsim-2.0.0b9-1.spec deleted file mode 100644 index c731b0a..0000000 --- a/rpm/ctsim-2.0.0b9-1.spec +++ /dev/null @@ -1,50 +0,0 @@ -# Version of CTSim -%define version 2.0.0b8 - -Summary: CTSim - Open-Source Computed Tomography Simulator -Name: ctsim -Version: %{version} -Release: 1 -Packager: Kevin Rosenberg -Source: ftp.ctsim.org:/pub/ctsim/ctsim-%{version}.tar.gz -Copyright: GPL -Group: Applications/Scientific - -%description -CTSim is a Computed Tomography Simulator. - -%prep -%setup - -%build -CFLAGS="$RPM_OPT_FLAGS" \ - ./configure --prefix=/usr/local --enable-static -make - -%install -install -s -m 755 -o 0 -g 0 src/ctsim /usr/local/bin/ctsim -install -s -m 755 -o 0 -g 0 tools/pjrec /usr/local/bin/pjrec -install -s -m 755 -o 0 -g 0 tools/pj2if /usr/local/bin/pj2if -install -s -m 755 -o 0 -g 0 tools/phm2pj /usr/local/bin/phm2pj -install -s -m 755 -o 0 -g 0 tools/phm2if /usr/local/bin/phm2if -install -s -m 755 -o 0 -g 0 tools/if-1 /usr/local/bin/if-1 -install -s -m 755 -o 0 -g 0 tools/if-2 /usr/local/bin/if-2 -install -s -m 755 -o 0 -g 0 tools/if2img /usr/local/bin/if2img -install -s -m 755 -o 0 -g 0 tools/if-1 /usr/local/bin/ifinfo -install -m 755 -o 0 -g 0 tools/sample-ctsim.sh /usr/local/bin/sample-ctsim.sh - -%files -%doc README COPYING ChangeLog INSTALL - -/usr/local/bin/ctsim -/usr/local/bin/pjrec -/usr/local/bin/pj2if -/usr/local/bin/phm2pj -/usr/local/bin/phm2if -/usr/local/bin/if-1 -/usr/local/bin/if-2 -/usr/local/bin/if2img -/usr/local/bin/ifinfo -/usr/local/bin/sample-ctsim.sh - - diff --git a/rpm/ctsim.spec b/rpm/ctsim.spec new file mode 100644 index 0000000..d821371 --- /dev/null +++ b/rpm/ctsim.spec @@ -0,0 +1,50 @@ +# Version of CTSim +%define version 2.0.6 + +Summary: CTSim - Open-Source Computed Tomography Simulator +Name: ctsim +Version: %{version} +Release: 1 +Packager: Kevin Rosenberg +Source: ftp.ctsim.org:/pub/ctsim/ctsim-%{version}.tar.gz +Copyright: GPL +Group: Applications/Scientific + +%description +CTSim is a Computed Tomography Simulator. + +%prep +%setup + +%build +CFLAGS="$RPM_OPT_FLAGS" \ + ./configure --prefix=/usr/local --enable-static +make + +%install +install -s -m 755 -o 0 -g 0 src/ctsim /usr/local/bin/ctsim +install -s -m 755 -o 0 -g 0 tools/pjrec /usr/local/bin/pjrec +install -s -m 755 -o 0 -g 0 tools/pj2if /usr/local/bin/pj2if +install -s -m 755 -o 0 -g 0 tools/phm2pj /usr/local/bin/phm2pj +install -s -m 755 -o 0 -g 0 tools/phm2if /usr/local/bin/phm2if +install -s -m 755 -o 0 -g 0 tools/if-1 /usr/local/bin/if-1 +install -s -m 755 -o 0 -g 0 tools/if-2 /usr/local/bin/if-2 +install -s -m 755 -o 0 -g 0 tools/if2img /usr/local/bin/if2img +install -s -m 755 -o 0 -g 0 tools/if-1 /usr/local/bin/ifinfo +install -m 755 -o 0 -g 0 tools/sample-ctsim.sh /usr/local/bin/sample-ctsim.sh + +%files +%doc README COPYING ChangeLog INSTALL + +/usr/local/bin/ctsim +/usr/local/bin/pjrec +/usr/local/bin/pj2if +/usr/local/bin/phm2pj +/usr/local/bin/phm2if +/usr/local/bin/if-1 +/usr/local/bin/if-2 +/usr/local/bin/if2img +/usr/local/bin/ifinfo +/usr/local/bin/sample-ctsim.sh + +