|
|
@ -1,12 +1,12 @@
|
|
|
|
# Bootstrap the compiler for EPEL9.
|
|
|
|
# Set this to 1 when bootstrapping.
|
|
|
|
%global bootstrap 1
|
|
|
|
%global bootstrap 0
|
|
|
|
|
|
|
|
|
|
|
|
# As of 2022-08-17, on EPEL9, tex(imakeidx.sty) is not available.
|
|
|
|
# As of 2022-08-17, on EPEL9, tex(imakeidx.sty) is not available.
|
|
|
|
%define with_pdfdoc 0
|
|
|
|
%define with_pdfdoc 0
|
|
|
|
|
|
|
|
|
|
|
|
Name: fpc
|
|
|
|
Name: fpc
|
|
|
|
Version: 3.2.2
|
|
|
|
Version: 3.2.2
|
|
|
|
Release: 8%{?dist}
|
|
|
|
Release: 9%{?dist}
|
|
|
|
Summary: Free Pascal Compiler
|
|
|
|
Summary: Free Pascal Compiler
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2+ and LGPLv2+ with exceptions
|
|
|
|
License: GPLv2+ and LGPLv2+ with exceptions
|
|
|
@ -296,6 +296,9 @@ rm -rf %{buildroot}/usr/lib/%{name}/lexyacc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Aug 17 2022 Artur Frenszek-Iwicki <fedora@svgames.pl> - 3.2.2-9
|
|
|
|
|
|
|
|
- Rebuild the compiler after bootstrapping
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 17 2022 Artur Frenszek-Iwicki <fedora@svgames.pl> - 3.2.2-8
|
|
|
|
* Wed Aug 17 2022 Artur Frenszek-Iwicki <fedora@svgames.pl> - 3.2.2-8
|
|
|
|
- Bootstrap the compiler for EPEL9
|
|
|
|
- Bootstrap the compiler for EPEL9
|
|
|
|
- Disable building .pdf documentation (missing dependencies on EPEL9)
|
|
|
|
- Disable building .pdf documentation (missing dependencies on EPEL9)
|
|
|
|