%global pkgname io Name: gap-pkg-%{pkgname} Version: 4.7.2 Release: 2%{?dist} Summary: Unix I/O functionality for GAP License: GPLv3+ URL: http://gap-packages.github.io/io/ Source0: https://github.com/gap-packages/io/releases/download/v%{version}/%{pkgname}-%{version}.tar.bz2 BuildRequires: gap-devel BuildRequires: gap-pkg-autodoc BuildRequires: gcc BuildRequires: libtool BuildRequires: make BuildRequires: pkgconfig Requires: gap-core%{?_isa} %description This GAP package provides a link to the standard UNIX I/O functionality that is available through the C library. This part basically consists of functions on the GAP level that allow functions in the C library to be called. Built on top of this is a layer for buffered input/output which is implemented completely in the GAP language. It is intended to be used by programs for which it is not necessary to have full direct access to the operating system. On this level, quite a few convenience functions are implemented for interprocess communication like starting up pipelines of processes to filter data through them and to start up processes and then communicate with them. There is also support for creating network connections over TCP/IP and UDP. Building on this, the package contains an implementation of the client side of the HTTP protocol making it possible among other things to access web pages from within GAP. Another part of the package is a framework for object serialization. That is, GAP objects can be converted into a platform-independent byte sequence which can be stored to a file or sent over the network. The code takes complete care of arbitrarily self-referential data structures like lists containing themselves as an entry. The resulting byte strings can be read back into GAP and the original objects are rebuilt with exactly the same self-references. This works for most of the standard builtin types of GAP like numbers, permutations, polynomials, lists, and records and can be extended to nearly arbitrary GAP objects. %package doc Summary: Unix I/O for GAP documentation BuildArch: noarch Requires: %{name} = %{version}-%{release} Requires: gap-online-help %description doc This package contains documentation for gap-pkg-%{pkgname}. %prep %autosetup -p0 -n %{pkgname}-%{version} %build export LC_ALL=C.UTF-8 export CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64" %configure --with-gaproot=%{_gap_dir} %make_build make doc %install # Get the name of the arch-specific subdirectory source %{_gap_dir}/sysinfo.gap # Install, but not the libtool archive mkdir -p %{buildroot}%{_gap_dir}/pkg/%{pkgname}/bin/$GAParch cp -p bin/$GAParch/io.so %{buildroot}%{_gap_dir}/pkg/%{pkgname}/bin/$GAParch cp -a *.g doc example gap tst %{buildroot}%{_gap_dir}/pkg/%{pkgname} rm -f %{buildroot}%{_gap_dir}/pkg/%{pkgname}/doc/clean rm -f %{buildroot}%{_gap_dir}/pkg/%{pkgname}/doc/*.{aux,bbl,blg,idx,ilg,ind,log,out,pnr,tex} %check # Cannot run the HTTP test, as there is no network access on koji builders runtest() { gap -l "%{buildroot}%{_gap_dir};%{_gap_dir}" $1 < /dev/null 2>&1 | tee log ! grep -Fq 'gap> Error' log rm -f log } export LC_ALL=C.UTF-8 pushd tst echo Testing platform runtest platform.g echo Testing pickle runtest pickle.g echo Testing buffered runtest buffered.g echo Testing compression runtest compression.g popd %files %doc CHANGES README.md TODO %license GPL LICENSE %{_gap_dir}/pkg/%{pkgname}/ %exclude %{_gap_dir}/pkg/%{pkgname}/doc/ %exclude %{_gap_dir}/pkg/%{pkgname}/example/ %files doc %docdir %{_gap_dir}/pkg/%{pkgname}/doc/ %docdir %{_gap_dir}/pkg/%{pkgname}/example/ %{_gap_dir}/pkg/%{pkgname}/doc/ %{_gap_dir}/pkg/%{pkgname}/example/ %changelog * Thu Jan 20 2022 Fedora Release Engineering - 4.7.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Oct 21 2021 Jerry James - 4.7.2-1 - Version 4.7.2 * Wed Jul 21 2021 Fedora Release Engineering - 4.7.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Mon Apr 12 2021 Jerry James - 4.7.1-1 - Version 4.7.1 * Tue Jan 26 2021 Fedora Release Engineering - 4.7.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering - 4.7.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Mar 13 2020 Jerry James - 4.7.0-4 - Rebuild for gap 4.11.0 * Tue Jan 28 2020 Fedora Release Engineering - 4.7.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering - 4.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed Jul 17 2019 Jerry James - 4.7.0-1 - New upstream version - Drop upstreamed -largefile patch * Wed Apr 24 2019 Jerry James - 4.6.0-1 - New upstream version - Drop upstreamed -unused patch * Fri Feb 1 2019 Jerry James - 4.5.4-1 - New upstream version - Add -doc subpackage * Thu Jan 31 2019 Fedora Release Engineering - 4.5.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 4.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 4.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jan 10 2018 Jerry James - 4.5.1-1 - New upstream version * Sat Jan 6 2018 Jerry James - 4.5.0-1 - New upstream version * Wed Aug 02 2017 Fedora Release Engineering - 4.4.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 4.4.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 4.4.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Apr 7 2016 Jerry James - 4.4.6-1 - New upstream version * Wed Feb 03 2016 Fedora Release Engineering - 4.4.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jan 7 2016 Jerry James - 4.4.5-1 - New upstream version - Update URLs * Wed Nov 11 2015 Jerry James - 4.4.4-3 - Drop scriptlets; gap-core now uses rpm file triggers - Rebuild documentation from source - Turn test failures into build failures * Wed Jun 17 2015 Fedora Release Engineering - 4.4.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Fri Jan 16 2015 Jerry James - 4.4.4-1 - Initial RPM