[packages/perl-Astro-FITS-CFITSIO] - updated to 1.18
qboosh
qboosh at pld-linux.org
Wed Jun 12 20:20:03 CEST 2024
commit a53045ab3e5ec05e7d817b1b1f0bb263cdbd6f70
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Jun 12 20:04:38 2024 +0200
- updated to 1.18
perl-Astro-FITS-CFITSIO.spec | 22 +++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/perl-Astro-FITS-CFITSIO.spec b/perl-Astro-FITS-CFITSIO.spec
index f30edca..9480590 100644
--- a/perl-Astro-FITS-CFITSIO.spec
+++ b/perl-Astro-FITS-CFITSIO.spec
@@ -1,25 +1,29 @@
#
# Conditional build:
-%bcond_without tests # don't perform "make test"
+%bcond_without tests # unit tests
#
%define pdir Astro
%define pnam FITS-CFITSIO
Summary: Astro::FITS::CFITSIO - Perl extension for using the cfitsio library
Summary(pl.UTF-8): Astro::FITS::CFITSIO - rozszerzenie Perla do korzystania z biblioteki cfitsio
Name: perl-Astro-FITS-CFITSIO
-Version: 1.15
-Release: 6
+Version: 1.18
+Release: 1
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
-Source0: http://www.cpan.org/modules/by-module/Astro/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: b192177a6756655c74361d766ba43cbc
-URL: https://metacpan.org/release/Astro-FITS-CFITSIO
-BuildRequires: cfitsio-devel >= 3.480
+Source0: https://www.cpan.org/modules/by-module/Astro/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 4dc47398fe2ef23e0a2f3fbd9c16d681
+URL: https://metacpan.org/dist/Astro-FITS-CFITSIO
+BuildRequires: perl-Alien-CFITSIO >= 4.3.0
BuildRequires: perl-ExtUtils-PkgConfig
BuildRequires: perl-devel >= 1:5.8.0
+%if %{with tests}
+BuildRequires: perl-Test2-Suite
+%endif
BuildRequires: rpm-perlprov >= 4.1-13
-Requires: cfitsio >= 3.480
+BuildRequires: rpmbuild(macros) >= 1.745
+Requires: cfitsio >= 4.3.0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -68,7 +72,7 @@ install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-install examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -pr examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
%clean
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-Astro-FITS-CFITSIO.git/commitdiff/a53045ab3e5ec05e7d817b1b1f0bb263cdbd6f70
More information about the pld-cvs-commit
mailing list