]> git.pld-linux.org Git - packages/perl-Astro-FITS-CFITSIO.git/blame - perl-Astro-FITS-CFITSIO.spec
- updated to 1.02 for new cfitsio
[packages/perl-Astro-FITS-CFITSIO.git] / perl-Astro-FITS-CFITSIO.spec
CommitLineData
165f6fdb
JB
1#
2# Conditional build:
3%bcond_without tests # don't perform "make test"
4#
5d406bfa 5%include /usr/lib/rpm/macros.perl
6%define pdir Astro
7%define pnam FITS-CFITSIO
165f6fdb
JB
8Summary: Astro::FITS::CFITSIO - Perl extension for using the cfitsio library
9Summary(pl): Astro::FITS::CFITSIO - rozszerzenie Perla do korzystania z biblioteki cfitsio
5d406bfa 10Name: perl-Astro-FITS-CFITSIO
9413d389
JB
11Version: 1.02
12Release: 1
165f6fdb 13# same as perl
c30ef801 14License: GPL v1+ or Artistic
5d406bfa 15Group: Development/Languages/Perl
bed3b2a8 16Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
9413d389
JB
17# Source0-md5: 8d9a6a448353c15e8c845041ebe54155
18BuildRequires: cfitsio-devel >= 2.470
edaf7051 19BuildRequires: perl-devel >= 1:5.8.0
165f6fdb 20BuildRequires: rpm-perlprov >= 4.1-13
9413d389 21Requires: cfitsio >= 2.470
5d406bfa 22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25Astro::FITS::CFITSIO is a Perl interface to William Pence's cfitsio
26subroutine library.
165f6fdb
JB
27
28This module attempts to provide a wrapper for nearly every cfitsio
29routine, while retaining as much cfitsio behavior as possible. As
30such, one should be aware that it is still somewhat low-level, in the
31sense that handing an array which is not the correct size to a routine
32like fits_write_img() may cause SIGSEGVs.
5d406bfa 33
165f6fdb
JB
34The goal is to eventually use these routines to build a more Perl-like
35interface to many common tasks such as reading and writing of images
36and ASCII and binary tables.
5d406bfa 37
38%description -l pl
b09ff66c 39Astro::FITS::CFITSIO jest perlowym interfejsem do biblioteki cfitsio
40Williama Pence'a.
5d406bfa 41
165f6fdb
JB
42