SPECS: cfitsio.spec - updated to 3.006 - added hack to be ready fo...

qboosh qboosh at pld-linux.org
Mon May 29 01:14:08 CEST 2006


Author: qboosh                       Date: Sun May 28 23:14:08 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 3.006
- added hack to be ready for gfortran (gcc 4)

---- Files affected:
SPECS:
   cfitsio.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/cfitsio.spec
diff -u SPECS/cfitsio.spec:1.9 SPECS/cfitsio.spec:1.10
--- SPECS/cfitsio.spec:1.9	Sat Feb 12 11:06:46 2005
+++ SPECS/cfitsio.spec	Mon May 29 01:14:03 2006
@@ -2,15 +2,16 @@
 Summary:	CFITSIO Interface Library
 Summary(pl):	Biblioteka interfejsu CFITSIO
 Name:		cfitsio
-Version:	2.510
+Version:	3.006
 %define	sver	%(echo %{version} | tr -d .)
 Release:	1
 License:	GPL (forced only by gzip code, basically BSD-like)
 Group:		Libraries
 Source0:	ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/%{name}%{sver}.tar.gz
-# Source0-md5:	ae8e5e7e3d38cf5de7d1228b40faa62d
+# Source0-md5:	4aacb54dcf833c8075d1f6515ba069ca
 URL:		http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html
 BuildRequires:	gcc-g77
+BuildRequires:	sed >= 4.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -50,6 +51,8 @@
 %prep
 %setup -q -n %{name}
 
+sed -i -e 's/ f77 xlf / gfortran f77 xlf /' configure
+
 %build
 %configure2_13
 
@@ -71,7 +74,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc Licence.txt README changes.txt
+%doc License.txt README changes.txt
 %attr(755,root,root) %{_libdir}/lib*.so
 
 %files devel
@@ -89,6 +92,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2006/05/28 23:14:03  qboosh
+- updated to 3.006
+- added hack to be ready for gfortran (gcc 4)
+
 Revision 1.9  2005/02/12 10:06:46  bszx
 - updated to 2.510 (new fits_open_diskfile and fits_create_diskfile functions, bugfixes)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/cfitsio.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list