From e3764bf6e24409bd46820254ab9d207eafdf2eac Mon Sep 17 00:00:00 2001 From: Sergio Pascual Date: Jan 03 2008 17:19:05 +0000 Subject: Removing some old branches --- diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 0b9f50c..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -CCfits-1.6.tar.gz diff --git a/CCfits-1.6-removerpath.patch b/CCfits-1.6-removerpath.patch deleted file mode 100644 index 2ad1510..0000000 --- a/CCfits-1.6-removerpath.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff -ur CCfits.old/Makefile.in CCfits/Makefile.in ---- CCfits.old/Makefile.in 2006-12-11 18:33:17.000000000 +0100 -+++ CCfits/Makefile.in 2006-12-11 18:32:32.000000000 +0100 -@@ -241,12 +241,12 @@ - # generation like gcc does - AUTOMAKE_OPTIONS = foreign # no-dependencies - SUBDIRS = vs.net --R_LIB_PATH = @RDFLAGS@ -+R_LIB_PATH = - MSVC_FILES = MSconfig.h - EXTRA_DIST = config CHANGES README.INSTALL License.txt file1.pha $(MSVC_FILES) - cookbook_SOURCES = cookbook.cxx - cookbook_LDADD = libCCfits.la --cookbook_LDFLAGS = -R $(R_LIB_PATH) -R $(CXX_LIB_PATH) -+cookbook_LDFLAGS = - INCLUDES = -I$(top_srcdir)/.. - lib_LTLIBRARIES = libCCfits.la - libCCfits_la_SOURCES = \ -@@ -273,7 +273,7 @@ - # This will tell shared library which STD C++ library to use without - # needing the user to use LD_LIBRARY_PATH environment variable - libCCfits_la_LIBADD = $(LIBSTDCPP) --libCCfits_la_LDFLAGS = -R $(R_LIB_PATH) -R $(CXX_LIB_PATH) -+libCCfits_la_LDFLAGS = - libCCfits_ladir = $(pkgincludedir) - libCCfits_la_HEADERS = \ - AsciiTable.h \ diff --git a/CCfits.spec b/CCfits.spec deleted file mode 100644 index fa5e0e7..0000000 --- a/CCfits.spec +++ /dev/null @@ -1,120 +0,0 @@ -Name: CCfits -Version: 1.8 -Release: 1%{?dist} -Summary: A C++ interface for cfitsio - -Group: Development/Libraries -License: BSD -URL: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/ccfits -Source0: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/ccfits/%{name}-%{version}.tar.gz -Patch0: CCfits-1.6-removerpath.patch -Patch1: CCfits-includecfitsiopath.patch -Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) - -BuildRequires: cfitsio-devel >= 3.020 - -%description -CCfits is an object oriented interface to the cfitsio library. It is designed -to make the capabilities of cfitsio available to programmers working in C++. -It is written in ANSI C++ and implemented using the C++ Standard Library -with namespaces, exception handling, and member template functions. - -%package devel -Summary: Headers for developing programs that will use %{name} -Group: Development/Libraries -Requires: cfitsio-devel -Requires: %{name} = %{version}-%{release} -%description devel -These are the header files and libraries needed to develop a %{name} -application. - -%package docs -Summary: Documentation for %{name}, includes full API docs -Group: Documentation - -%description docs -This package contains the full API documentation for %{name}. - -%prep -%setup -q -n CCfits -%patch0 -p1 -%patch1 -p1 -# Remove perl files in html docs -%{__rm} -rf %{_builddir}/%{name}/html/*.pl - -%build -%configure --disable-static --with-cfitsio=%{_prefix} --with-cfitsio-include=%{_includedir}/cfitsio -%{__make} %{?_smp_mflags} - -%install -%{__rm} -rf %{buildroot} -%{__make} %{?_smp_mflags} install DESTDIR=%{buildroot} - -%clean -%{__rm} -rf %{buildroot} - -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - -%files -%defattr(-,root,root) -%doc License.txt -%{_libdir}/*so.* - -%files devel -%defattr(-,root,root) -%doc CHANGES -%exclude %{_bindir}/cookbook -%{_libdir}/*.so -%exclude %{_libdir}/*.la -%{_includedir}/* - -%files docs -%defattr(-,root,root,-) -%doc html - -%changelog -* Wed Nov 13 2007 Sergio Pascual 1.8-1 -- New upstream source - -* Mon Aug 27 2007 Sergio Pascual 1.7-1.1 -- Rebuild for Fedora 8 by bad binutils in ppc32 - -* Sun Jul 22 2007 Sergio Pascual 1.7-1 -- New upstream source 1.7 - -* Thu Feb 01 2007 Sergio Pascual 1.6-2 -- Patch to fix the include directives of cfitsio in header files. - -* Mon Dec 11 2006 Sergio Pascual 1.6-1 -- New upstream version 1.6. Only compiles with cfitsio >= 3.020. - -* Tue Sep 12 2006 Sergio Pascual 1.5-3 -- Rebuild for FC6. - -* Fri Jul 28 2006 Sergio Pascual 1.5-2 -- Removed perl files in the documentation (bug #200517). - -* Thu Jul 27 2006 Sergio Pascual 1.5-1 -- New upstream source 1.5. -- Removed patch CCfits-1.4-g++4.patch (integrated in the source) -- Perl files in docs removed in the source. - -* Wed Mar 08 2006 Sergio Pascual 1.4-4 -- Removed explicit Buildrequires gcc-c++. - -* Tue Mar 07 2006 Sergio Pascual 1.4-3 -- Rebuilt with new upstream source. - -* Mon Mar 06 2006 Sergio Pascual 1.4-2 -- Removed Source with license file License.txt. - -* Mon Feb 20 2006 Sergio Pascual 1.4-1 -- Removed perl files in documentation. -- Changed license type to BSD. -- Main summary changed and trailing dots removed. -- Removed -rpath in the shared library. - -* Thu Feb 16 2006 Sergio Pascual 1.4-0 -- Initial spec file. diff --git a/Makefile b/Makefile deleted file mode 100644 index 6fc7f17..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: CCfits -# $Id$ -NAME := CCfits -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index d5b6362..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -FC-6 diff --git a/sources b/sources deleted file mode 100644 index b4e4557..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -c20815e92e66f30f16b4cea7127a5304 CCfits-1.8.tar.gz