]> git.pld-linux.org Git - packages/cfitsio.git/commitdiff
- version 2.440 (whatever it's for)
authorradek <radek@pld-linux.org>
Sun, 2 Mar 2003 13:57:47 +0000 (13:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cfitsio.spec -> 1.3

cfitsio.spec

index 087b14cc38424b27b31d46b6c3f6d0bac4727cd3..79ed94c1d5665196c04245da40288b1ded71c221 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       CFITSIO Interface Library
 Summary(pl):   Biblioteka interfejsu CFITSIO
 Name:          cfitsio
-Version:       2.420
+Version:       2.440
 %define        sver    %(echo %{version} | tr -d .)
 Release:       1
 License:       GPL (forced only by gzip code, basically BSD-like)
@@ -51,17 +51,15 @@ Statyczna wersja biblioteki CFITSIO.
 %build
 %configure2_13
 
-%{__make} shared all
+%{__make} shared
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir}}
 
 %{__make} install \
-       FTOOLS_LIB=$RPM_BUILD_ROOT%{_libdir} \
-       FTOOLS_INCLUDE=$RPM_BUILD_ROOT%{_includedir}
-
-install libcfitsio.so $RPM_BUILD_ROOT%{_libdir}
+       CFITSIO_LIB=$RPM_BUILD_ROOT%{_libdir} \
+       CFITSIO_INCLUDE=$RPM_BUILD_ROOT%{_includedir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.095425 seconds and 4 git commands to generate.