|
|
|
@ -68,8 +68,8 @@
|
|
|
|
|
%{!?_vpath_builddir:%global _vpath_builddir %{_target_platform}}
|
|
|
|
|
|
|
|
|
|
%global major_version 3
|
|
|
|
|
%global minor_version 28
|
|
|
|
|
%global patch_version 2
|
|
|
|
|
%global minor_version 30
|
|
|
|
|
%global patch_version 5
|
|
|
|
|
|
|
|
|
|
# For handling bump release by rpmdev-bumpspec and mass rebuild
|
|
|
|
|
%global baserelease 2
|
|
|
|
@ -515,9 +515,12 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
|
# Pickup license-files from main-pkg's license-dir
|
|
|
|
|
# If there's no license-dir they are picked up by %%doc previously
|
|
|
|
|
%{?_licensedir:%license %{_datadir}/licenses/%{name}*}
|
|
|
|
|
%license Copyright.txt*
|
|
|
|
|
%license COPYING*
|
|
|
|
|
%if %{with bundled_cppdap}
|
|
|
|
|
%license LICENSE.cppdap
|
|
|
|
|
%license NOTICE.cppdap
|
|
|
|
|
%endif
|
|
|
|
|
%doc %{_pkgdocdir}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -549,6 +552,16 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Nov 05 2024 Tom Stellard <tstellar@redhat.com> - 3.30.5-2
|
|
|
|
|
- Fix conflicting license files in cmake and cmake-doc
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Tom Stellard <tstellar@redhat.com> - 3.30.5-1
|
|
|
|
|
- Update version to 3.30.5
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.28.2-3
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3.28.2-2
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|