Files
main/science/misc/cfitsio/pspec.xml
T
2026-05-01 10:54:12 +03:00

115 lines
4.2 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>cfitsio</Name>
<Homepage>https://heasarc.gsfc.nasa.gov/docs/software/fitsio/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>as-is</License>
<IsA>library</IsA>
<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="cf3ba3f14f63ddc6d22ae88fbd226163b7547292" type="targz">https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-4.6.4.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>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>cfitsio-devel</Name>
<Summary>Development files for cfitsio</Summary>
<RuntimeDependencies>
<Dependency release="current">cfitsio</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="8">
<Date>2026-04-29</Date>
<Version>4.6.4</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2023-11-23</Date>
<Version>4.3.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<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>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-02-13</Date>
<Version>3.420</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-04-15</Date>
<Version>3.370</Version>
<Comment>Rebuild with new toolchain</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>3.370</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2015-11-18</Date>
<Version>3.370</Version>
<Comment>First release</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>