[packages/perl-Astro-FITS-Header] - updated to 3.09
qboosh
qboosh at pld-linux.org
Wed Jun 12 20:29:43 CEST 2024
commit 0f13eb7c35f03aaeb3dba8cd436b7bfd3638358e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Jun 12 20:15:11 2024 +0200
- updated to 3.09
perl-Astro-FITS-Header.spec | 27 ++++++++++++++-------------
1 file changed, 14 insertions(+), 13 deletions(-)
---
diff --git a/perl-Astro-FITS-Header.spec b/perl-Astro-FITS-Header.spec
index 2ecc148..f0f5719 100644
--- a/perl-Astro-FITS-Header.spec
+++ b/perl-Astro-FITS-Header.spec
@@ -1,26 +1,27 @@
#
# Conditional build:
-%bcond_without tests # do not perform "make test"
-%bcond_with ndf # build package with NDF support
-%bcond_with gsd # build package with GSD support
+%bcond_without tests # unit tests
+%bcond_with ndf # NDF support (requires perl-NDF)
+%bcond_with gsd # GSD support (requires perl-GSD)
%define pdir Astro
%define pnam FITS-Header
Summary: Astro::FITS::Header Perl module - a FITS header
Summary(pl.UTF-8): Moduł Perla Astro::FITS::Header - nagłówek FITS
Name: perl-Astro-FITS-Header
-Version: 3.07
-Release: 2
+Version: 3.09
+Release: 1
License: GPL v2+
Group: Development/Languages/Perl
-Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 3a9795ecc74269419340e900018a5840
-URL: http://search.cpan.org/dist/Astro-FITS-Header/
+Source0: https://www.cpan.org/modules/by-module/Astro/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: a473158b9fb4328d328023b2876643d5
+URL: https://metacpan.org/dist/Astro-FITS-Header
%if %{with tests}
BuildRequires: perl-Astro-FITS-CFITSIO >= 1.01
%endif
BuildRequires: perl-devel >= 1:5.8.2
BuildRequires: rpm-perlprov >= 4.1-13
+BuildRequires: rpmbuild(macros) >= 1.745
Requires: perl-base >= 5.8.2
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -110,25 +111,25 @@ rm -rf $RPM_BUILD_ROOT
%dir %{perl_vendorlib}/Astro/FITS/Header
%{perl_vendorlib}/Astro/FITS/Header/Item*
%{perl_vendorlib}/Astro/FITS/Header/AST.pm
-%{_mandir}/man3/Astro::FITS::Header.*
-%{_mandir}/man3/Astro::FITS::Header::Item*
+%{_mandir}/man3/Astro::FITS::Header.3pm*
+%{_mandir}/man3/Astro::FITS::Header::Item*.3pm*
%{_mandir}/man3/Astro::FITS::Header::AST.3pm*
%files CFITSIO
%defattr(644,root,root,755)
%{perl_vendorlib}/Astro/FITS/Header/CFITSIO.pm
-%{_mandir}/man3/*CFITSIO*
+%{_mandir}/man3/Astro::FITS::Header::CFITSIO.3pm*
%if %{with ndf}
%files NDF
%defattr(644,root,root,755)
%{perl_vendorlib}/Astro/FITS/Header/NDF.pm
-%{_mandir}/man3/*NDF*
+%{_mandir}/man3/Astro::FITS::Header::NDF.3pm*
%endif
%if %{with gsd}
%files GSD
%defattr(644,root,root,755)
%{perl_vendorlib}/Astro/FITS/Header/GSD.pm
-%{_mandir}/man3/*GSD*
+%{_mandir}/man3/Astro::FITS::Header::GSD.3pm*
%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-Astro-FITS-Header.git/commitdiff/0f13eb7c35f03aaeb3dba8cd436b7bfd3638358e
More information about the pld-cvs-commit
mailing list