# The test suite is normally run. It can be disabled with "--without=check". %bcond_without check # Upstream source information. %global upstream_name zlib-ada %global upstream_version 1.4 %global upstream_commit_date 20210811 %global upstream_commit ca39312ba02e84eb15799300ef83607a83402868 %global upstream_shortcommit %(c=%{upstream_commit}; echo ${c:0:7}) Name: zlib-ada Version: %{upstream_version} Release: 0.38.%{upstream_commit_date}git%{upstream_shortcommit}%{?dist} Summary: Zlib for Ada Summary(sv): Zlib för ada License: GPL-3.0-or-later WITH GCC-exception-3.1 AND GPL-3.0-or-later WITH GNAT-exception # Based on the header of zlib.ads. URL: https://zlib-ada.sourceforge.net/ Source0: https://sourceforge.net/code-snapshots/git/z/zl/%{upstream_name}/git.git/%{upstream_name}-git-%{upstream_commit}.zip # NOTE: The above link points to a source package that is generated on # demand by opening the source code page in a browser (see [Code] below), # selecting the correct commit and then clicking "Download Snapshot". The # generated Zip-file will remain available at the mentioned location for some # time (at most 24h, as it seems). # # See also: # [Code] https://sourceforge.net/p/zlib-ada/git/ci/master/tree/ # [Releases] https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Source1: build_zlib_ada.gpr Source2: zlib_ada.gpr # The Ada Web Server bundles the Zlib-Ada library. The authors of the # Ada Web Server found that a previous fix in the upstream source of # Zlib-Ada did not solve all problems in the end-of-stream detection # and therefore made additional improvements, but only in the bundled # sources. The improvements have, for some reason, not been offered # to/integrated into the upstream repository of Zlib-Ada on # SourceForge. Tests have been added to the AWS test suite that # explicitly test for the bug(s). As the Ada Web Server is packaged in # Fedora (package "aws"), we apply these patches here as well. # Adapted from: https://github.com/AdaCore/aws/commit/178767546df544388bb8a921d8314957b88a6ae0 Patch: %{name}-detect-end-of-zlib-stream-better.patch # Adapted from: https://github.com/AdaCore/aws/commit/76ae4648ee0e8c38e92b0ee71ae60db259ff27ce Patch: %{name}-properly-initialize-in_last.patch BuildRequires: gcc-gnat # A fedora-gnat-project-common that contains GPRbuild_flags is needed. BuildRequires: fedora-gnat-project-common >= 3.17 BuildRequires: gprbuild BuildRequires: zlib-devel # Build only on architectures where GPRbuild is available: ExclusiveArch: %{GPRbuild_arches} %global common_description_en \ Zlib-Ada is a thick Ada binding to the popular compression/decompression \ library Zlib. %global common_description_sv \ Zlib-Ada är en tjock adabindning till det populära komprimerings- och \ avkomprimeringsbiblioteket Zlib. %description %{common_description_en} %description -l sv %{common_description_sv} ################# ## Subpackages ## ################# %package devel Summary: Development files for Zlib-Ada Summary(sv): Filer för programmering med Zlib-Ada Requires: %{name}%{?_isa} = %{version}-%{release} Requires: fedora-gnat-project-common %description devel %{common_description_en} The %{name}-devel package contains source code and linking information for developing applications that use Zlib-Ada. %description devel -l sv %{common_description_sv} Paketet %{name}-devel innehåller källkod och länkningsinformation som behövs för att utveckla program som använder Zlib-Ada. ############# ## Prepare ## ############# %prep %autosetup -n %{upstream_name}-git-%{upstream_commit} # Remove bogus executable bits. chmod a-x * # Copy the GPRbuild-file with which we will build the library. cp %{SOURCE1} . ########### ## Build ## ########### %build gprbuild %{GPRbuild_flags} -XVERSION=%{upstream_commit_date} \ -XDESTDIR=build_target \ -P build_zlib_ada.gpr ############# ## Install ## ############# %install mv build_target/* --target-directory=%{buildroot} # Add the project file for projects that use this library. mkdir --parents %{buildroot}%{_GNAT_project_dir} cp --preserve=timestamps %{SOURCE2} %{buildroot}%{_GNAT_project_dir}/ ########### ## Check ## ########### %if %{with check} %check # Let the multithreading test run for a limited amount of time. sed --in-place \ --expression="156 { s,Ada.Text_IO.Get_Immediate (Dummy),delay 2.0, ; t; q1 }" \ mtest.adb # Build & run the tests. gnatmake test.adb -largs -lz && ./test gnatmake mtest.adb -largs -lz && ./mtest %endif ########### ## Files ## ########### %files %doc readme.txt %license COPYING3 COPYING.RUNTIME %{_libdir}/*.so.* %files devel %doc test.adb mtest.adb read.adb buffer_demo.adb %{_includedir}/* %{_libdir}/*.so %{_libdir}/zlib-ada %{_GNAT_project_dir}/* ############### ## Changelog ## ############### %changelog * Sat Jul 20 2024 Fedora Release Engineering - 1.4-0.38.20210811gitca39312 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sun Jan 28 2024 Dennis van Raaij - 1.4-0.37.20210811gitca39312 - Updated to new prerelease of v1.4 (Git commit ca39312, 2021-08-11). - License field now contains an SPDX license expression. - Added an option to run some small tests (enabled by default). - Added two additional fixes from AWS; a libray that bundles this library. * Sat Jan 27 2024 Fedora Release Engineering - 1.4-0.36.20120830CVS - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Tue Jan 16 2024 Björn Persson - 1.4-0.35.20120830CVS - Rebuilt with GCC 14 prerelease. * Sat Jul 22 2023 Fedora Release Engineering - 1.4-0.34.20120830CVS - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Jan 21 2023 Fedora Release Engineering - 1.4-0.33.20120830CVS - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Jan 17 2023 Björn Persson - 1.4-0.32.20120830CVS - Rebuilt with GCC 13. * Sat Jul 23 2022 Fedora Release Engineering - 1.4-0.31.20120830CVS - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sat Jan 22 2022 Fedora Release Engineering - 1.4-0.30.20120830CVS - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 1.4-0.29.20120830CVS - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Thu Jan 28 2021 Fedora Release Engineering - 1.4-0.28.20120830CVS - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Dec 8 2020 Pavel Zhukov - 1.4-0.27.20120830CVS - Rebuild with new libgnat * Wed Jul 29 2020 Fedora Release Engineering - 1.4-0.26.20120830CVS - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jan 31 2020 Fedora Release Engineering - 1.4-0.25.20120830CVS - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sat Jul 27 2019 Fedora Release Engineering - 1.4-0.24.20120830CVS - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue Feb 12 2019 Pavel Zhukov - 1.4-0.23.20120830CVS - Rebuild for i686 * Sun Feb 03 2019 Fedora Release Engineering - 1.4-0.22.20120830CVS - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 14 2018 Fedora Release Engineering - 1.4-0.21.20120830CVS - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Feb 06 2018 Pavel Zhukov - 1.4-0.19.20120830CVS - Switched to building with GPRbuild as project file support was removed from Gnatmake in GCC 8. * Thu Aug 03 2017 Fedora Release Engineering - 1.4-0.18.20120830CVS - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 1.4-0.17.20120830CVS - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon Jul 10 2017 Pavel Zhukov - 1.4-0.16.20120830CVS - rebuild with new gnat * Sat Feb 11 2017 Fedora Release Engineering - 1.4-0.15.20120830CVS - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sat Feb 04 2017 Björn Persson - 1.4-0.14.20120830CVS - Rebuilt with GCC 7 prerelease. * Fri Aug 12 2016 Björn Persson - 1.4-0.13.20120830CVS - Rebuilt to let it be built on new architectures. * Tue Feb 02 2016 Björn Persson - 1.4-0.12.20120830CVS - Rebuilt with GCC 6 prerelease. * Fri Jun 19 2015 Fedora Release Engineering - 1.4-0.11.20120830CVS - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Mar 15 2015 Björn Persson - 1.4-0.10.20120830CVS - Tagged the license files as such. * Sat Feb 07 2015 Björn Persson - 1.4-0.9.20120830CVS - Rebuilt with GCC 5.0.0. * Mon Aug 18 2014 Fedora Release Engineering - 1.4-0.8.20120830CVS - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 1.4-0.7.20120830CVS - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Thu Apr 10 2014 Björn Persson - 1.4-0.6.20120830CVS - Rebuilt with GCC 4.9.0 prerelease. * Sun Aug 04 2013 Fedora Release Engineering - 1.4-0.5.20120830CVS - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Jan 24 2013 Björn Persson - 1.4-0.4.20120830CVS - Rebuilt with GCC 4.8. * Mon Sep 03 2012 Björn Persson - 1.4-0.3.20120830CVS - Switched from GPRbuild to Gnatmake because the library fails to initialize itself when built with GPRbuild. * Sat Sep 01 2012 Björn Persson - 1.4-0.2.20120830CVS - Remove bogus executable bits. * Thu Aug 30 2012 Björn Persson - 1.4-0.1.20120830CVS - ready to be submitted for review