Summary: SPECTIME - IRAF SPECTIME external package Name: iraf-spectime Version: 2.2 Release: 6.el5.uson License: Freely redistributable/modifiable if attributed, no warranty Group: Applications/Scientific Packager: Fernando Avila Castro Distribution: Area de Astronomia, USON Source0: spectime.tar.Z Source1: spectime-bin.redhat.tgz Url: http://iraf.noao.edu/iraf/web/extern.html BuildRoot: %{_tmppath}/spectime-root Provides: iraf-spectime Requires: iraf >= 2.12 %description SPECTIME is an IRAF external package for estimating exposure times for spectroscopic observations. %prep # set up dirs mkdir -p $RPM_BUILD_ROOT/iraf/spectime # unpack the main sources cd $RPM_BUILD_ROOT/iraf/spectime tar xvvzf $RPM_SOURCE_DIR/spectime.tar.Z # unpack the binaries cd $RPM_BUILD_ROOT/iraf/spectime/bin.redhat tar xvvzf $RPM_SOURCE_DIR/spectime-bin.redhat.tgz %build # nuke unnecessary files and strip static libs cd $RPM_BUILD_ROOT/iraf find . -path "*bin.sunos/*" -exec rm -rf {} \; find . -path "*bin.freebsd/*" -exec rm -rf {} \; find . -path "*bin.suse/*" -exec rm -rf {} \; find . -path "*bin.linux/*" -exec rm -rf {} \; find . -name "*OBJS.arc*" -exec rm {} \; %install # diddle with extern.pkg mkdir -p $RPM_BUILD_ROOT/iraf/iraf/unix/hlib cd $RPM_BUILD_ROOT/iraf/iraf/unix/hlib # make specific entries for each external package and then slap them # all together with the post(un)install scripts. echo 'reset spectime = /iraf/spectime/' > SPECTIME.extern.pkg echo 'task spectime.pkg = spectime$spectime.cl' >> SPECTIME.extern.pkg echo '' >> SPECTIME.extern.pkg echo ' ,spectime$lib/helpdb.mip\' > SPECTIME.helpdb.mip %clean rm -rf $RPM_BUILD_ROOT %post cp /iraf/iraf/unix/hlib/extern.pkg /iraf/iraf/unix/hlib/extern.pkg.irafsave cat /iraf/iraf/unix/hlib/*.extern.pkg > /iraf/iraf/unix/hlib/extern.pkg echo 'reset helpdb = "lib$helpdb.mip\' >> /iraf/iraf/unix/hlib/extern.pkg cat /iraf/iraf/unix/hlib/*.helpdb.mip >> /iraf/iraf/unix/hlib/extern.pkg echo ' "' >> /iraf/iraf/unix/hlib/extern.pkg echo 'keep' >> /iraf/iraf/unix/hlib/extern.pkg %postun cp /iraf/iraf/unix/hlib/extern.pkg /iraf/iraf/unix/hlib/extern.pkg.irafsave cat /iraf/iraf/unix/hlib/*.extern.pkg > /iraf/iraf/unix/hlib/extern.pkg echo 'reset helpdb = "lib$helpdb.mip\' >> /iraf/iraf/unix/hlib/extern.pkg cat /iraf/iraf/unix/hlib/*.helpdb.mip >> /iraf/iraf/unix/hlib/extern.pkg echo ' "' >> /iraf/iraf/unix/hlib/extern.pkg echo 'keep' >> /iraf/iraf/unix/hlib/extern.pkg %files %defattr(-,root,root) /iraf/spectime /iraf/iraf/unix/hlib/* %changelog * Wed Apr 18 2007 - rebuild for rhel 5 * Sun Aug 15 2004 - build for FC 2 * Fri Jan 16 2004 - build for FC 1 * Wed Aug 20 2003 - first rpm build