SPECS: cfitsio.spec - updated to 3.020
qboosh
qboosh at pld-linux.org
Mon Dec 11 01:08:05 CET 2006
Author: qboosh Date: Mon Dec 11 00:08:05 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 3.020
---- Files affected:
SPECS:
cfitsio.spec (1.10 -> 1.11)
---- Diffs:
================================================================
Index: SPECS/cfitsio.spec
diff -u SPECS/cfitsio.spec:1.10 SPECS/cfitsio.spec:1.11
--- SPECS/cfitsio.spec:1.10 Mon May 29 01:14:03 2006
+++ SPECS/cfitsio.spec Mon Dec 11 01:08:00 2006
@@ -2,13 +2,13 @@
Summary: CFITSIO Interface Library
Summary(pl): Biblioteka interfejsu CFITSIO
Name: cfitsio
-Version: 3.006
+Version: 3.020
%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: 4aacb54dcf833c8075d1f6515ba069ca
+# Source0-md5: fbc9e0db4d4b48b0a6a8de0f2036eb47
URL: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html
BuildRequires: gcc-g77
BuildRequires: sed >= 4.0
@@ -75,16 +75,17 @@
%files
%defattr(644,root,root,755)
%doc License.txt README changes.txt
-%attr(755,root,root) %{_libdir}/lib*.so
+%attr(755,root,root) %{_libdir}/libcfitsio.so
%files devel
%defattr(644,root,root,755)
%doc cfitsio.doc cfitsio.ps fitsio.doc fitsio.ps quick.ps
%{_includedir}/*.h
+%{_pkgconfigdir}/cfitsio.pc
%files static
%defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libcfitsio.a
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -92,6 +93,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11 2006/12/11 00:08:00 qboosh
+- updated to 3.020
+
Revision 1.10 2006/05/28 23:14:03 qboosh
- updated to 3.006
- added hack to be ready for gfortran (gcc 4)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/cfitsio.spec?r1=1.10&r2=1.11&f=u
More information about the pld-cvs-commit
mailing list