]> git.pld-linux.org Git - packages/cfitsio.git/commitdiff
- added link patch, release 2 auto/th/cfitsio-3_020-2
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 11 Dec 2006 22:45:17 +0000 (22:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cfitsio.spec -> 1.12

cfitsio.spec

index 4bdc3909a4ddb3ff1b020da5dcee19f4889f79d6..2dd9073033207a39b400049c2e2ba86ad3c5594d 100644 (file)
@@ -3,11 +3,12 @@ Summary(pl):  Biblioteka interfejsu CFITSIO
 Name:          cfitsio
 Version:       3.020
 %define        sver    %(echo %{version} | tr -d .)
-Release:       1
+Release:       2
 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: fbc9e0db4d4b48b0a6a8de0f2036eb47
+Patch0:                %{name}-link.patch
 URL:           http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html
 BuildRequires: gcc-g77
 BuildRequires: sed >= 4.0
@@ -49,6 +50,7 @@ Statyczna wersja biblioteki CFITSIO.
 
 %prep
 %setup -q -n %{name}
+%patch0 -p1
 
 sed -i -e 's/ f77 xlf / gfortran f77 xlf /' configure
 
This page took 0.151889 seconds and 4 git commands to generate.