]> git.pld-linux.org Git - packages/cfitsio.git/commitdiff
- updated to 3.006 auto/ac/cfitsio-3_006-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 May 2006 23:14:03 +0000 (23:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added hack to be ready for gfortran (gcc 4)

Changed files:
    cfitsio.spec -> 1.10

cfitsio.spec

index 338be41c34e54cfc8a885b55a1976596897b489b..91eeb68affed73f84e420646dbb30b8bb17ffddb 100644 (file)
@@ -1,15 +1,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
@@ -49,6 +50,8 @@ Statyczna wersja biblioteki CFITSIO.
 %prep
 %setup -q -n %{name}
 
+sed -i -e 's/ f77 xlf / gfortran f77 xlf /' configure
+
 %build
 %configure2_13
 
@@ -70,7 +73,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %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
This page took 0.163685 seconds and 4 git commands to generate.