]> git.pld-linux.org Git - packages/perl-Astro-FITS-CFITSIO.git/blame - perl-Astro-FITS-CFITSIO.spec
- correct env var
[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
a4368ced 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
744fe34d 11Version: 1.05
9413d389 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
744fe34d
ER
17# Source0-md5: 6b9e0b765f332b124ccd918ac1763cef
18URL: http://search.cpan.org/dist/Astro-FITS-CFITSIO/
b538f8b9 19BuildRequires: cfitsio-devel >= 2.500
edaf7051 20BuildRequires: perl-devel >= 1:5.8.0
165f6fdb 21BuildRequires: rpm-perlprov >= 4.1-13
b538f8b9 22Requires: cfitsio >= 2.500
5d406bfa 23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26Astro::FITS::CFITSIO is a Perl interface to William Pence's cfitsio
27subroutine library.
744fe34d 28
165f6fdb
JB
29This module attempts to provide a wrapper for nearly every cfitsio
30routine, while retaining as much cfitsio behavior as possible. As
31such, one should be aware that it is still somewhat low-level, in the
32sense that handing an array which is not the correct size to a routine
33like fits_write_img() may cause SIGSEGVs.
5d406bfa 34
165f6fdb
JB
35The goal is to eventually use these routines to build a more Perl-like
36interface to many common tasks such as reading and writing of images
37and ASCII and binary tables.
5d406bfa 38
39%description -l pl
b09ff66c 40Astro::FITS::CFITSIO jest perlowym interfejsem do biblioteki cfitsio
41Williama Pence'a.
5d406bfa 42
165f6fdb
JB
43