[skycat] 01/01: Remove foreign package file

Ole Streicher olebole-guest at alioth.debian.org
Mon Aug 12 07:50:13 UTC 2013


This is an automated email from the git hooks/post-receive script.

olebole-guest pushed a commit to branch debian
in repository skycat.

commit f47730ad89d3db4144b66e6fdaaaf009a52dfc81
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Mon Aug 12 09:49:57 2013 +0200

    Remove foreign package file
---
 debian/skycat.spec |  102 ----------------------------------------------------
 1 file changed, 102 deletions(-)

diff --git a/debian/skycat.spec b/debian/skycat.spec
deleted file mode 100644
index 8bf0cb1..0000000
--- a/debian/skycat.spec
+++ /dev/null
@@ -1,102 +0,0 @@
-# Set __arch_install_post to nil to disable check-rpmbuild after install,
-# which causes error due to hardcoded BUILDROOT paths in *.sh and executables
-%define __arch_install_post %{nil}
-
-Summary: FITS Image Display and Catalog Search Tool for Astronomy
-Name: skycat
-Version: 3.1.2
-Release: %mkrel 2
-License: GNU General Public License
-Group: Sciences/Astronomy
-URL: http://archive.eso.org/cms/tools-documentation/skycat
-Source0: %{name}-%{version}.tar.gz
-# The version is starlink
-# https://github.com/Starlink/skycat.git
-Patch0: skycat-3.1.2-mga-rtd.patch
-
-#Requires: tcl, tk, itcl, tclx, blt, tkimg
-# The binary RPM requires the tcltk RPM
-BuildRequires: tcl-devel, tk-devel, itcl, itk, blt
-BuildRequires: cfitsio-devel
-BuildRequires: libx11-devel
-Requires: itcl, itk, lib64tclx8.4.1, blt, tkimg
-
-%description
-SkyCat is a tool that combines visualization of images and access to 
-catalogs and archive data for astronomy.
-
-%prep
-%setup -q -n %name-%version
-%apply_patches
-sed -i -e 's!/lib!/%{_lib}!g' \
-   skycat/skycat-star.in \
-   skycat/skycat.in 
-
-%build
-export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
-mkdir build
-cd build
-../configure \
-	--prefix=%_prefix \
-	--exec_prefix=%_prefix \
-	--libdir=%_libdir \
-	--mandir=%_mandir \
-	--with-tcl=%_libdir \
-	--with-cfitsio=%_libdir \
-	--with-tk=%_libdir
-
-# The makefile has not been set up for parallel builds
-make
-
-%install
-cd build
-%make install DESTDIR=%buildroot
-
-%files
-%{_bindir}/skycat-star
-%{_bindir}/rtd
-%{_bindir}/tRtd
-%{_bindir}/rtdServer
-%{_bindir}/rtdClient
-%{_bindir}/rtdCubeDisplay
-%{_libdir}/tclutil2.1.0
-%{_libdir}/astrotcl2.1.0
-%{_libdir}/rtd3.2.1
-%{_libdir}/cat4.1.0
-%{_libdir}/skycat3.1.2
-%{_libdir}/libtclutil2.1.0.so
-%{_libdir}/libastrotcl2.1.0.so
-%{_libdir}/librtd3.2.1.so
-%{_libdir}/libcat4.1.0.so
-%{_libdir}/libskycat3.1.2.so
-%{_libdir}/librtdImgEvt.a
-%{_libdir}/librtdRemote.a
-%{_libdir}/tclutilConfig.sh
-%{_libdir}/astrotclConfig.sh
-%{_libdir}/rtdConfig.sh
-%{_libdir}/catConfig.sh
-%{_libdir}/skycatConfig.sh
-%{_includedir}/tclutil
-%{_includedir}/astrotcl
-%{_includedir}/rtd
-%{_includedir}/cat
-%{_includedir}/skycat
-
-
-%changelog
-* Fri Aug 02 2013 joequant <joequant> 3.1.2-2.mga4
-+ Revision: 462743
-- add tkimg to requires
-
-* Fri Aug 02 2013 joequant <joequant> 3.1.2-1.mga4
-+ Revision: 462627
-- fix 32-bit builds
-- workaround 32-bit build problem
-- add sys/types.h to fix build break in clean machine
-- add imake
-- switch to single threaded build
-- add x11 include files
-- add cfitsio-devel
-- clean specs
-- imported package skycat
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/skycat.git



More information about the debian-science-commits mailing list