]> git.pld-linux.org Git - packages/cfitsio.git/commitdiff
- up to 3.240
authorKacper Kornet <draenog@pld-linux.org>
Sun, 7 Feb 2010 21:54:06 +0000 (21:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- link and compress patches

Changed files:
    cfitsio.spec -> 1.18

cfitsio.spec

index 3a2f4f85eff31ebb18ea081aa66e25b9dc4a6058..e7f634f0c43b20a18d2c297531000e753778d84d 100644 (file)
@@ -1,14 +1,16 @@
 Summary:       CFITSIO Interface Library
 Summary(pl.UTF-8):     Biblioteka interfejsu CFITSIO
 Name:          cfitsio
-Version:       3.140
+Version:       3.240
 %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: 7467fdacb807ebeef7fe088f2b69d9ee
+# Source0-md5: ba34e71562ed381a238678daffb116fb
 Patch0:                %{name}-link.patch
+Patch1:                %{name}-ldflags.patch
+Patch2:                %{name}-compress.patch
 URL:           http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html
 BuildRequires: gcc-g77
 BuildRequires: sed >= 4.0
@@ -51,6 +53,8 @@ Statyczna wersja biblioteki CFITSIO.
 %prep
 %setup -q -n %{name}
 %patch0 -p1
+%patch1 -p0
+%patch2 -p0
 
 sed -i -e 's/ f77 xlf / gfortran f77 xlf /' configure
 
This page took 0.102943 seconds and 4 git commands to generate.