From 902f18ca4c1237b5b00cedbc01998a5c39ac9405 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Aug 01 2019 22:08:02 +0000 Subject: Merge branch 'master' into epel8 --- diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index e69de29..0000000 --- a/.cvsignore +++ /dev/null diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..191ef25 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +cfitsio3250.tar.gz +/cfitsio3270.tar.gz +/cfitsio3280.tar.gz +/cfitsio3290.tar.gz +/beta_cfitsio3300.tar.gz +/cfitsio3310.tar.gz +/cfitsio3330.tar.gz +/cfitsio3340.tar.gz +/cfitsio3350.tar.gz +/cfitsio3360.tar.gz +/cfitsio3370.tar.gz +/cfitsio3420.tar.gz +/cfitsio3430.tar.gz +/cfitsio3450.tar.gz +/cfitsio-3.47.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index 0ef14f2..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: cfitsio -# $Id$ -NAME := cfitsio -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/cfitsio-3.47-soname.patch b/cfitsio-3.47-soname.patch new file mode 100644 index 0000000..90fdf4e --- /dev/null +++ b/cfitsio-3.47-soname.patch @@ -0,0 +1,36 @@ +diff -ur cfitsio-3.47/configure cfitsio-3.47.soname/configure +--- cfitsio-3.47/configure 2019-08-01 15:59:50.735018203 +0200 ++++ cfitsio-3.47.soname/configure 2019-08-01 16:04:16.277042668 +0200 +@@ -2293,7 +2293,7 @@ + CFITSIO_MINOR=47 + + # Increment soname each time the interface changes: +-CFITSIO_SONAME=8 ++CFITSIO_SONAME=7 + + + #-------------------------------------------------------------------- +diff -ur cfitsio-3.47/configure.in cfitsio-3.47.soname/configure.in +--- cfitsio-3.47/configure.in 2019-05-21 21:42:37.000000000 +0200 ++++ cfitsio-3.47.soname/configure.in 2019-08-01 16:03:15.723124934 +0200 +@@ -17,7 +17,7 @@ + AC_SUBST(CFITSIO_MAJOR,3) + AC_SUBST(CFITSIO_MINOR,47) + # Increment soname each time the interface changes: +-AC_SUBST(CFITSIO_SONAME,8) ++AC_SUBST(CFITSIO_SONAME,7) + + #-------------------------------------------------------------------- + # Command options +diff -ur cfitsio-3.47/fitsio.h cfitsio-3.47.soname/fitsio.h +--- cfitsio-3.47/fitsio.h 2019-05-08 17:34:50.000000000 +0200 ++++ cfitsio-3.47.soname/fitsio.h 2019-08-01 16:05:22.684049113 +0200 +@@ -37,7 +37,7 @@ + #define CFITSIO_VERSION 3.47 + #define CFITSIO_MINOR 47 + #define CFITSIO_MAJOR 3 +-#define CFITSIO_SONAME 8 ++#define CFITSIO_SONAME 7 + + /* the SONAME is incremented in a new release if the binary shared */ + /* library (on linux and Mac systems) is not backward compatible */ diff --git a/cfitsio-ldflags.patch b/cfitsio-ldflags.patch new file mode 100644 index 0000000..4495d46 --- /dev/null +++ b/cfitsio-ldflags.patch @@ -0,0 +1,14 @@ +diff -Naur cfitsio/configure cfitsio.ldflags/configure +--- cfitsio/configure 2018-05-09 21:16:00.000000000 +0200 ++++ cfitsio.ldflags/configure 2018-05-23 17:17:18.452431657 +0200 +@@ -4215,8 +4215,8 @@ + ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' + ac_compiler_gnu=$ac_cv_c_compiler_gnu + +-LDFLAGS="$CFLAGS" +-LDFLAGS_BIN="$LDFLAGS" ++# LDFLAGS="$CFLAGS" ++LDFLAGS_BIN="$CFLAGS" + + if test "x$FC" = "xnone" ; then + { $as_echo "$as_me:${as_lineno-$LINENO}: cfitsio: == Fortran compiler search has been overridden" >&5 diff --git a/cfitsio-noversioncheck.patch b/cfitsio-noversioncheck.patch new file mode 100644 index 0000000..e0bba3f --- /dev/null +++ b/cfitsio-noversioncheck.patch @@ -0,0 +1,13 @@ +diff -Naur cfitsio/longnam.h cfitsio.noversioncheck/longnam.h +--- cfitsio/longnam.h 2017-09-20 21:40:41.000000000 +0200 ++++ cfitsio.noversioncheck/longnam.h 2018-02-23 14:42:36.246522445 +0100 +@@ -19,7 +19,8 @@ + that was used to build the CFITSIO library is compatible with the version + as included when compiling the application program + */ +-#define fits_open_file(A, B, C, D) ffopentest( CFITSIO_SONAME, A, B, C, D) ++/*#define fits_open_file(A, B, C, D) ffopentest( CFITSIO_SONAME, A, B, C, D)*/ ++#define fits_open_file ffopen + + #define fits_open_data ffdopn + #define fits_open_extlist ffeopn diff --git a/cfitsio-pkgconfig.patch b/cfitsio-pkgconfig.patch new file mode 100644 index 0000000..17e87cc --- /dev/null +++ b/cfitsio-pkgconfig.patch @@ -0,0 +1,20 @@ +diff -ur cfitsio-3.47/cfitsio.pc.in cfitsio-3.47.pkg/cfitsio.pc.in +--- cfitsio-3.47/cfitsio.pc.in 2019-05-08 17:34:49.000000000 +0200 ++++ cfitsio-3.47.pkg/cfitsio.pc.in 2019-08-01 15:56:52.064310329 +0200 +@@ -1,12 +1,12 @@ + prefix=@prefix@ + exec_prefix=@exec_prefix@ + libdir=@libdir@ +-includedir=@includedir@ ++includedir=@includedir@/cfitsio + + Name: cfitsio + Description: FITS File Subroutine Library + URL: https://heasarc.gsfc.nasa.gov/fitsio/ + Version: @CFITSIO_MAJOR@.@CFITSIO_MINOR@ +-Libs: -L${libdir} -lcfitsio @LIBS@ +-Libs.private: -lm +-Cflags: -I${includedir} ++Libs: -L${libdir} -lcfitsio ++Libs.private: -lm -lz @LIBS@ ++Cflags: -D_REENTRANT -I${includedir} diff --git a/cfitsio-sformat.patch b/cfitsio-sformat.patch new file mode 100644 index 0000000..8255e34 --- /dev/null +++ b/cfitsio-sformat.patch @@ -0,0 +1,35 @@ +diff -ur cfitsio-3.47/drvrnet.c cfitsio-3.47.sformat/drvrnet.c +--- cfitsio-3.47/drvrnet.c 2019-05-21 21:41:54.000000000 +0200 ++++ cfitsio-3.47.sformat/drvrnet.c 2019-08-01 13:52:41.461958938 +0200 +@@ -1257,9 +1257,9 @@ + urlname = (char *)clientp; + if (urlname) + { +- fprintf(stderr,"Downloading "); +- fprintf(stderr,urlname); +- fprintf(stderr,"...\n"); ++ fprintf(stderr,"%s","Downloading "); ++ fprintf(stderr,"%s",urlname); ++ fprintf(stderr,"%s","...\n"); + } + isFirst = 0; + } +@@ -1270,13 +1270,13 @@ + nToDisplay = fullBar; + fprintf(stderr,"%3d%% [",percent); + for (i=0; i eval_l.c1 diff --git a/cfitsio.spec b/cfitsio.spec new file mode 100644 index 0000000..c80f667 --- /dev/null +++ b/cfitsio.spec @@ -0,0 +1,462 @@ +Name: cfitsio +Version: 3.470 +Release: 1%{?dist} +Summary: Library for manipulating FITS data files + +License: MIT +URL: http://heasarc.gsfc.nasa.gov/fitsio/ +Source0: http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-3.47.tar.gz +# Unbundles zlib +Patch0: cfitsio-zlib.patch +# Remove soname version check +Patch1: cfitsio-noversioncheck.patch +# Some rearrangements in pkg-config file +Patch2: cfitsio-pkgconfig.patch +# Use builder linker flags +Patch3: cfitsio-ldflags.patch +# Patch some printf format errors +Patch4: cfitsio-sformat.patch +# Revert wrong soname increase +Patch5: cfitsio-3.47-soname.patch + +BuildRequires: gcc-gfortran zlib-devel +BuildRequires: bzip2-devel + +%description +CFITSIO is a library of C and FORTRAN subroutines for reading and writing +data files in FITS (Flexible Image Transport System) data format. CFITSIO +simplifies the task of writing software that deals with FITS files by +providing an easy to use set of high-level routines that insulate the +programmer from the internal complexities of the FITS file format. At the +same time, CFITSIO provides many advanced features that have made it the +most widely used FITS file programming interface in the astronomical +community. + +%package devel +Summary: Headers required when building programs against cfitsio +Requires: %{name} = %{version}-%{release} +Requires: pkgconfig + +%description devel +Headers required when building a program against the cfitsio library. + +%package static +Summary: Static cfitsio library + +%description static +Static cfitsio library; avoid use if possible. + +%package docs +Summary: Documentation for cfitsio +BuildArch: noarch + +%description docs +Stand-alone documentation for cfitsio. + +%package -n fpack +Summary: FITS image compression and decompression utilities +Requires: %{name} = %{version}-%{release} + +%description -n fpack +fpack optimally compresses FITS format images and funpack restores them +to the original state. + +* Integer format images are losslessly compressed using the Rice +compression algorithm. + * typically 30% better compression than GZIP + * about 3 times faster compression speed than GZIP + * about the same uncompression speed as GUNZIP + +* Floating-point format images are compressed with a lossy algorithm + * truncates the image pixel noise by a user-specified amount to + produce much higher compression than by lossless techniques + * the precision of scientific measurements in the compressed image + (relative to those in the original image) depends on the selected + amount of compression + + +%prep +%setup -q -n cfitsio-3.47 +%patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 + +# remove bundled zlib +# not all the files inside zlib belong to zlib +pushd zlib + rm adler32.c crc32.c deflate.c infback.c inffast.c inflate.c inflate.h \ + inftrees.c inftrees.h zlib.h deflate.h trees.c trees.h uncompr.c zconf.h \ + zutil.c zutil.h crc32.h inffast.h inffixed.h +popd + +%build +%configure --enable-reentrant --with-bzip2 +make shared %{?_smp_mflags} +make fpack %{?_smp_mflags} +make funpack %{?_smp_mflags} + +%check +make testprog +LD_LIBRARY_PATH=. ./testprog > testprog.lis +cmp -s testprog.lis testprog.out +cmp -s testprog.fit testprog.std + +%install +mkdir -p %{buildroot}%{_bindir} +mkdir -p %{buildroot}%{_libdir} +mkdir -p %{buildroot}%{_includedir}/%{name} +make LIBDIR=%{_libdir} INCLUDEDIR=%{_includedir}/%{name} \ + CFITSIO_LIB=%{buildroot}%{_libdir} \ + CFITSIO_INCLUDE=%{buildroot}%{_includedir}/%{name} \ +install +cp -p f{,un}pack %{buildroot}%{_bindir} + +chmod 755 %{buildroot}%{_libdir}/libcfitsio.so.* +chmod 755 %{buildroot}%{_bindir}/f{,un}pack + + +%ldconfig_scriptlets + +%files +%doc README License.txt docs/changes.txt +%{_libdir}/libcfitsio.so.7* + +%files devel +%doc cookbook.* +%{_includedir}/%{name} +%{_libdir}/libcfitsio.so +%{_libdir}/pkgconfig/cfitsio.pc + +%files static +%doc License.txt +%{_libdir}/libcfitsio.a + +%files docs +%doc docs/fitsio.doc docs/fitsio.pdf docs/cfitsio.pdf License.txt + +%files -n fpack +%doc docs/fpackguide.pdf License.txt +%{_bindir}/fpack +%{_bindir}/funpack + +%changelog +* Thu Aug 01 2019 Sergio Pascual - 3.470-1 +- Update to 3.470 +- Patch to revert bogus soname increase +- Patch to fix fprintf format errors + +* Wed Jul 24 2019 Fedora Release Engineering - 3.450-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Jan 31 2019 Fedora Release Engineering - 3.450-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Thu Jul 12 2018 Fedora Release Engineering - 3.450-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed May 23 2018 Sergio Pascual - 3.450-1 +- Update to 3.450 (fixes bz #1570484) +- Patch to use LDFLAGS (fixes bz #1547590) + +* Mon Mar 12 2018 Christian Dersch - 3.430-1 +- new version + +* Fri Feb 23 2018 Christian Dersch - 3.420-1 +- new version + +* Wed Feb 07 2018 Fedora Release Engineering - 3.370-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Oct 02 2017 Christian Dersch - 3.370-10 +- Fix hcompress + +* Wed Aug 02 2017 Fedora Release Engineering - 3.370-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 3.370-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 3.370-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Wed Feb 03 2016 Fedora Release Engineering - 3.370-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 3.370-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Thu Jun 11 2015 Sergio Pascual - 3.370-4 +- Remove glibc-headers from devel requires (fixes bz #1230471) + +* Thu Sep 18 2014 Orion Poplawski - 3.370-3 +- Ship cookbook example in -devel docs + +* Fri Aug 15 2014 Fedora Release Engineering - 3.370-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Thu Jun 12 2014 Sergio Pascual - 3.370-1 +- New upstream (3.370) +- Patches for ppc64le and aarch64 added upstream + +* Sat Jun 07 2014 Fedora Release Engineering - 3.360-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Thu May 15 2014 Sergio Pascual - 3.360-3 +- Add ppc64le support (bz #1097248). + +* Tue Apr 15 2014 Marcin Juszkiewicz - 3.360-2 +- Add AArch64 support. + +* Mon Dec 09 2013 Sergio Pascual - 3.360-1 +- New upstream (3.360) + +* Sat Aug 03 2013 Fedora Release Engineering - 3.350-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Wed Jul 03 2013 Sergio Pascual - 3.350-1 +- New upstream source (3.350) +- Upstream provides soname +- pkgconfig file rearrangement now a patch instead of using sed + +* Thu Mar 21 2013 Sergio Pascual - 3.340-1 +- New upstream source + +* Tue Mar 19 2013 Sergio Pascual - 3.330-4 +- Using libcfitsio-version.so.0 as soname + +* Tue Mar 19 2013 Sergio Pascual - 3.330-3 +- Fixed permissions of libcfitsio and fpack, funpack + +* Sun Mar 17 2013 Sergio Pascual - 3.330-2 +- Soname contains full package version (upstream doesn't track API changes) + +* Sun Mar 10 2013 Sergio Pascual - 3.330-1 +- New upstream version +- Reverted the patch removing run time check + +* Wed Feb 13 2013 Fedora Release Engineering - 3.310-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Aug 29 2012 Sergio Pascual - 3.310-2 +- Removed check at runtime of the version of the library + +* Wed Aug 29 2012 Sergio Pascual - 3.310-1 +- New upstream version +- Modified cfitsio.patch for new version + +* Wed Jul 18 2012 Fedora Release Engineering - 3.300-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Apr 24 2012 Sergio Pascual - 3.300-1 +- Updated to 3.300 +- Reorganized patches (zlib patch was lost somehow) + +* Fri Apr 13 2012 Orion Poplawski - 3.300-0.1.beta +- Update to 3.300 beta +- Drop s390 patch applied upstream +- Rebase makefile and zlib patches + +* Mon Jan 16 2012 Orion Poplawski - 3.290-4 +- Drop incluedir mod in package config file (bug #782213) + +* Fri Jan 06 2012 Sergio Pascual - 3.290-3 +- Adding the libz patch + +* Fri Jan 06 2012 Sergio Pascual - 3.290-2 +- Using system libz + +* Mon Dec 05 2011 Sergio Pascual - 3.290-1 +- New upstream version +- Reorganizing patches + +* Sat Oct 29 2011 Sergio Pascual - 3.280-2 +- Enable multithreading support + +* Thu Jun 09 2011 Sergio Pascual - 3.280-1 +- New upstream version, with improved image compression floating-point FITS + +* Mon Apr 11 2011 Matthew Truch - 3.270-1 +- Upstream 3.270 release. +- Several bugfixes. +- A few new library functions. +- License change (no longer uses GPL code). + +* Tue Feb 08 2011 Fedora Release Engineering - 3.250-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Tue Aug 31 2010 Matthew Truch - 3.250-5 +- Require fully versioned cfitsio for fpack as cfitsio doesn't properly soname itself. + +* Mon Jul 26 2010 Matthew Truch - 3.250-4 +- Re-fix cfitsio.pc file (BZ 618291) +- Fix typo in date of previous changelog entry. + +* Thu Jul 22 2010 Orion Poplawski - 3.250-3 +- Build and ship fpack/funpack in fpack package + +* Wed Jul 7 2010 Matthew Truch - 3.250-2 +- Include license as %%doc in -static and -docs subpackages. + +* Sun Jul 4 2010 Matthew Truch - 3.250-1 +- Upstream 2.250 release. + +* Wed Jun 30 2010 Karsten Hopp 3.240-4 +- add s390(x) as bigendian machines + +* Sun Feb 21 2010 Matthew Truch - 3.240-3 +- Fix pkgconfig file which contains the wrong version number. + +* Sat Feb 20 2010 Matthew Truch - 3.240-2 +- Bump for rebuild. + +* Wed Jan 27 2010 Matthew Truch - 3.240-1 +- Update to upstream 3.240 release. + +* Mon Nov 2 2009 Matthew Truch - 3.210-2 +- Re-introduce library soname patch (accidentally removed it). + +* Tue Oct 20 2009 Matthew Truch - 3.210-1 +- Update to upstream 3.210 release. + +* Fri Jul 24 2009 Matthew Truch - 3.140-2 +- Bump to include proper tarball. + +* Tue Jul 21 2009 Matthew Truch - 3.140-1 +- Update to upstream 3.140 release. +- Bump for mass rebuild. + +* Wed Jun 17 2009 Matthew Truch - 3.130-5 +- Separate -docs noarch subpackage as per BZ 492438. +- Explicitly set file attributes correctly. + +* Tue Mar 10 2009 Matthew Truch - 3.130-4 +- Set correct version in pkgconfig .pc file. + +* Sun Feb 22 2009 Matthew Truch - 3.130-3 +- Re-check testprogram output. +- Build for koji, rpm, gcc upgrade. + +* Thu Feb 5 2009 Matthew Truch - 3.130-2 +- Fix source file naming typo. + +* Wed Feb 4 2009 Matthew Truch - 3.130-1 +- Update to 3.130 upstream. + +* Sat Sep 20 2008 Matthew Truch - 3.100-2 +- Test library with included test-suite. + +* Fri Sep 19 2008 Matthew Truch - 3.100-1 +- Update to 3.100 upstream. + Includes bugfixes and new compression scheme. + +* Fri Mar 7 2008 Matthew Truch - 3.060-3 +- Properly indicated include and lib directories in .pc file + (BZ 436539) +- Fix typo in -static descrition. + +* Mon Feb 11 2008 Matthew Truch - 3.060-2 +- Bump release for rebuild. + +* Fri Nov 9 2007 Matthew Truch - 3.060-1 +- Update to 3.060 bugfix release. +- Add static package (BZ 372801) + +* Tue Aug 21 2007 Matthew Truch - 3.040-3 +- Bump release for rebuild (build-id etc.) + +* Thu Aug 2 2007 Matthew Truch - 3.040-2 +- Update License tag + +* Mon Jul 9 2007 Matthew Truch - 3.040-1 +- Upgrade to version 3.040 of cfitsio. + +* Fri Feb 16 2007 Matthew Truch - 3.030-2 +- Require pkgconfig for -devel. +- export CC=gcc so we don't clobber $RPM_OPT_FLAGS, thereby + ruining any -debuginfo packages. + See RedHat Bugzilla 229041. + +* Fri Jan 5 2007 Matthew Truch - 3.030-1 +- Upgrade to version 3.020 of cfitsio. + +* Fri Dec 8 2006 Matthew Truch - 3.020-3 +- Commit correct patch to configure and Makefiles. + +* Fri Dec 8 2006 Matthew Truch - 3.020-2 +- Modify spec file to install to correct directories. +- Package cfitsio.pc file in -devel package. + +* Wed Dec 6 2006 Matthew Truch - 3.020-1 +- Upgrade to revision 3.020 of cfitsio. + +* Mon Aug 28 2006 Matthew Truch - 3.006-6 +- Bump release for rebuild in prep. for FC6. + +* Thu Mar 30 2006 Matthew Truch - 3.006-5 +- Include defattr() for devel package as well - bug 187366 + +* Sun Mar 19 2006 Matthew Truch - 3.006-4 +- Don't use macro {buildroot} in build, only in install as per + appended comments to Bugzilla bug 172042 + +* Fri Mar 10 2006 Matthew Truch - 3.006-3 +- Point to f95 instead of g95 as per bugzilla bug 185107 + +* Tue Feb 28 2006 Matthew Truch - 3.006-2 +- Fix spelling typo in name of License.txt file. + +* Tue Feb 28 2006 Matthew Truch - 3.006-1 +- Use new 3.006 fully official stable (non-beta) upstream package. + +* Tue Feb 28 2006 Matthew Truch - 3.005-0.2.beta +- Bump release for FC5 extras rebuild. + +* Fri Dec 23 2005 Matthew Truch - 3.005-0.1.beta +- Update to 3.005beta release. + +* Mon Nov 14 2005 Matthew Truch - 3.004-0.12.b +- Put in proper URL and Source addresses. +- Sync up spec files. + +* Sun Nov 13 2005 Matthew Truch - 3.004-0.11.b +- Clean up unused code in spec file. + +* Sun Nov 13 2005 Matthew Truch - 3.004-0.10.b +- Set environment variables correctly. +- Include patch so Makefile will put things where they belong. + +* Sun Nov 13 2005 Matthew Truch - 3.004-0.9.b +- Set libdir and includedir correctly for build process. + +* Sat Nov 12 2005 Matthew Truch - 3.004-0.8.b +- unset FC once we are done with the build + +* Sat Nov 12 2005 Ed Hill - 3.004-0.7.b +- shared libs and small cleanups + +* Sun Nov 06 2005 Matthew Truch - 3.004-0.6.b +- Own include directory created by the devel package. + +* Sun Nov 06 2005 Matthew Truch - 3.004-0.5.b +- Shorten summary. +- Improve specfile post and postun syntax. +- Install headers in cfitsio include subdir. +- Include more documentation provided in tarball. + +* Sun Nov 06 2005 Matthew Truch - 3.004-0.4.b +- Require cfitsio for cfitsio-devel + +* Sat Nov 05 2005 Matthew Truch - 3.004-0.3.b +- Use proper virgin tarball from upstream. + +* Sun Oct 30 2005 Matthew Truch - 3.004-0.2.b +- Include gcc-gfortran build requirment and make sure it gets used. +- Use macros instead of hard coded paths. +- Include home page in description + +* Sat Oct 29 2005 Matthew Truch - 3.004-0.1.b +- Initial spec file for Fedora Extras. + diff --git a/sources b/sources index e69de29..422eee5 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +SHA512 (cfitsio-3.47.tar.gz) = c0502699e266928dd25abe57730dc4b357ccc9023789fe745324ae01aa688516aceaf37321ee578f0430111d9718f0fec0dc5b54c07f935529560f00b32ce1e3