From 7012d141e5482808b859c79b43aaf11ee360eac1 Mon Sep 17 00:00:00 2001 From: Sergio Pascual Date: Aug 20 2007 12:41:06 +0000 Subject: - 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/CCfits-1.6-includecfitsiopath.patch b/CCfits-1.6-includecfitsiopath.patch index 5d3d854..5378737 100644 --- a/CCfits-1.6-includecfitsiopath.patch +++ b/CCfits-1.6-includecfitsiopath.patch @@ -1,16 +1,16 @@ diff -ur CCfits.old/CCfits.h CCfits/CCfits.h --- CCfits.old/CCfits.h 2006-11-03 23:07:28.000000000 +0100 +++ CCfits/CCfits.h 2007-02-01 11:33:56.000000000 +0100 -@@ -13,7 +13,7 @@ - // string - #include +@@ -16,7 +16,7 @@ + #define CCFITS_H 1 + // fitsio -#include "fitsio.h" +#include - - namespace CCfits { - class ExtHDU; -@@ -21,7 +21,7 @@ + // string + #include + +@@ -26,7 +26,7 @@ } // namespace CCfits #include #include @@ -22,12 +22,12 @@ diff -ur CCfits.old/CCfits.h CCfits/CCfits.h diff -ur CCfits.old/FITSBase.h CCfits/FITSBase.h --- CCfits.old/FITSBase.h 2006-11-03 23:07:28.000000000 +0100 +++ CCfits/FITSBase.h 2007-02-01 11:34:25.000000000 +0100 -@@ -13,7 +13,7 @@ - // string - #include +@@ -18,7 +18,7 @@ + // CCfitsHeader + #include "CCfits.h" // fitsio -#include "fitsio.h" +#include + // string + #include // map - #include - // CCfitsHeader diff --git a/CCfits.spec b/CCfits.spec index 9cc2b18..2507164 100644 --- a/CCfits.spec +++ b/CCfits.spec @@ -1,6 +1,6 @@ Name: CCfits -Version: 1.6 -Release: 2%{?dist} +Version: 1.7 +Release: 1%{?dist} Summary: A C++ interface for cfitsio Group: Development/Libraries @@ -42,18 +42,18 @@ This package contains the full API documentation for %{name}. %patch0 -p1 %patch1 -p1 # Remove perl files in html docs -rm -rf %{_builddir}/%{name}/html/*.pl +%{__rm} -rf %{_builddir}/%{name}/html/*.pl %build %configure --disable-static --with-cfitsio=%{_prefix} --with-cfitsio-include=%{_includedir}/cfitsio -make %{?_smp_mflags} +%{__make} %{?_smp_mflags} %install -rm -fr %{buildroot} -make install DESTDIR=%{buildroot} +%{__rm} -rf %{buildroot} +%{__make} %{?_smp_mflags} install DESTDIR=%{buildroot} %clean -rm -fr %{buildroot} +%{__rm} -rf %{buildroot} %post -p /sbin/ldconfig @@ -77,6 +77,8 @@ rm -fr %{buildroot} %doc html %changelog +* 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 diff --git a/sources b/sources index 518ee3f..a66a325 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3a5a4369e21a65d819edf82cea5428f6 CCfits-1.6.tar.gz +f7cbddb94d7dd2dec63968a3c1502052 CCfits-1.7.tar.gz