commit b2aebbff5663435567a01817808f36d9d616c9e8 Author: tigro Date: Tue Jul 25 14:05:54 2023 +0300 import fpc-srpm-macros-1.3-7.el9 diff --git a/.fpc-srpm-macros.metadata b/.fpc-srpm-macros.metadata new file mode 100644 index 0000000..e69de29 diff --git a/SOURCES/macros.fpc-srpm b/SOURCES/macros.fpc-srpm new file mode 100644 index 0000000..c10b27e --- /dev/null +++ b/SOURCES/macros.fpc-srpm @@ -0,0 +1,3 @@ +%fpc_arches %{ix86} %{arm} x86_64 ppc64le aarch64 +# fpc_arches lists the architectures where the Free Pascal Compiler is +# available in Fedora. diff --git a/SPECS/fpc-srpm-macros.spec b/SPECS/fpc-srpm-macros.spec new file mode 100644 index 0000000..5c4c1bd --- /dev/null +++ b/SPECS/fpc-srpm-macros.spec @@ -0,0 +1,94 @@ +Name: fpc-srpm-macros +Version: 1.3 +Release: 7%{?dist} +Summary: RPM macros needed by packages built with Free Pascal Compiler +# This package only exist in Fedora repositories +# The license is the standard (MIT) specified in +# Fedora Project Contribution Agreement +# and as URL we provide dist-git URL +License: MIT +URL: https://src.fedoraproject.org/rpms/fpc-srpm-macros +Source0: macros.fpc-srpm +BuildArch: noarch + + +%description +This package contains RPM macros needed by packages built with the +Free Pascal Compiler. For example, it makes available a macro that +lists all architectures where fpc is available. + +%prep +# nothing to do + + +%build +# nothing to do + + +%install +mkdir -p %{buildroot}/%{_rpmconfigdir}/macros.d +install -p -m 0644 -t %{buildroot}/%{_rpmconfigdir}/macros.d %{SOURCE0} + + +%files +%{_rpmconfigdir}/macros.d/* + + + +%changelog +* Tue Jul 25 2023 Arkady L. Shane - 1.3-7 +- Rebuilt for MSVSphere 9.2 + +* Mon Feb 20 2023 Artur Frenszek-Iwicki - 1.3-7 +- Rebuilt because previous build has been deleted + +* Thu Jul 21 2022 Fedora Release Engineering - 1.3-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Thu Jan 20 2022 Fedora Release Engineering - 1.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Wed Jul 21 2021 Fedora Release Engineering - 1.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Jan 26 2021 Fedora Release Engineering - 1.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Jul 27 2020 Fedora Release Engineering - 1.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jan 28 2020 Dan HorĂ¡k - 1.3-1 +- Enable builds on aarch64 + +* Tue Jan 28 2020 Mohan Boddu - 1.2-3 +- Enable builds on ppc64le + +* Thu Jul 25 2019 Fedora Release Engineering - 1.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Mar 09 2019 Mattia Verga - 1.2-1 +- Disable builds on ppc64 + +* Thu Jan 31 2019 Fedora Release Engineering - 1.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 1.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Feb 07 2018 Fedora Release Engineering - 1.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Sat Feb 04 2017 Mattia Verga - 1.1-1 +- Enable builds on ppc64 + +* Tue Apr 05 2016 Mattia Verga - 1.0-2 +- Added a note to clarify license and URL + +* Mon Mar 14 2016 Mattia Verga - 1.0-1 +- Initial creation with supported architectures