|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: epel-rpm-macros
|
|
|
|
|
Version: 9
|
|
|
|
|
Release: 14%{dist}
|
|
|
|
|
Release: 14%{dist}.inferit
|
|
|
|
|
Summary: Extra Packages for Enterprise Linux RPM macros
|
|
|
|
|
|
|
|
|
|
License: GPLv2
|
|
|
|
@ -15,6 +15,8 @@ Source2: GPL
|
|
|
|
|
#Add source for misc macros below here
|
|
|
|
|
# https://src.fedoraproject.org/rpms/redhat-rpm-config/blob/rawhide/f/macros.shell-completions
|
|
|
|
|
Source3: macros.shell-completions
|
|
|
|
|
# macros.build-constraints
|
|
|
|
|
Source4: macros.build-constraints
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
@ -62,20 +64,30 @@ install -Dpm 644 %{SOURCE1} \
|
|
|
|
|
install -Dpm 644 %{SOURCE3} \
|
|
|
|
|
%{buildroot}%{_rpmmacrodir}/macros.shell-completions
|
|
|
|
|
|
|
|
|
|
install -Dpm 644 %{SOURCE4} \
|
|
|
|
|
%{buildroot}%{_rpmmacrodir}/macros.build-constraints
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%license GPL
|
|
|
|
|
%{_rpmmacrodir}/macros.epel-rpm-macros
|
|
|
|
|
%{_sysconfdir}/rpm/macros.zzz-epel-override
|
|
|
|
|
%{_rpmmacrodir}/macros.shell-completions
|
|
|
|
|
%{_rpmmacrodir}/macros.build-constraints
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Aug 27 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 9-14.inferit
|
|
|
|
|
- Add macros.build-constraints to the buildroot
|
|
|
|
|
|
|
|
|
|
* Sat Mar 02 2024 Maxwell G <maxwell@gtmx.me> - 9-14
|
|
|
|
|
- Add forge-srpm-macros to the buildroot
|
|
|
|
|
|
|
|
|
|
* Thu Oct 05 2023 Mattias Ellert <mattias.ellert@physics.uu.se> - 9-13
|
|
|
|
|
- Add qt6-srpm-macros to the buildroot. Fixes rhbz#2220860.
|
|
|
|
|
|
|
|
|
|
* Mon Jul 24 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 9-12
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
* Wed May 10 2023 Maxwell G <maxwell@gtmx.me> - 9-12
|
|
|
|
|
- Rebuild for RHEL 9.2
|
|
|
|
|
|