cfitsio ver. bump

This commit is contained in:
Rmys
2023-07-28 16:19:05 +03:00
parent 92575146bd
commit c1790d49b4
6 changed files with 111 additions and 3 deletions
+25 -2
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>cfitsio</Name>
@@ -13,11 +13,27 @@
<IsA>app:console</IsA>
<Summary>C and Fortran library for manipulating FITS files</Summary>
<Description>CFITSIO provides simple high-level routines for reading and writing FITS files that insulate the programmer from the internal complexities of the FITS format.</Description>
<Archive sha1sum="85b4adeba79a7691114695e6bafd6d968e68c21f" type="targz">http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio3450.tar.gz</Archive>
<Archive sha1sum="ccacad868712821c345da3313c3c83afb8efde1e" type="targz">https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-4.3.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>bzip2</Dependency>
<Dependency>curl-devel</Dependency>
<Dependency>zlib-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">fedora/cfitsio-ldflags.patch</Patch>
<Patch level="1">fedora/cfitsio-pkgconfig.patch</Patch>
<Patch level="1">fedora/cfitsio-remove-rpath.patch</Patch>
<Patch level="1">fedora/cfitsio-zlib.patch</Patch>
</Patches>
</Source>
<Package>
<Name>cfitsio</Name>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>curl</Dependency>
<Dependency>bzip2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="executable">/usr/bin</Path>
@@ -38,6 +54,13 @@
</Package>
<History>
<Update release="6">
<Date>2023-07-27</Date>
<Version>4.3.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2018-09-07</Date>
<Version>3.450</Version>