base subpkg now owns ghcliblib and ghclibplatform dirs (#2185357)

This commit is contained in:
Jens Petersen 2023-07-25 09:12:51 +08:00
parent 1b7335d495
commit 7fa56d508e
1 changed files with 6 additions and 3 deletions

View File

@ -93,7 +93,7 @@ Version: 9.2.6
# - release can only be reset if *all* library versions get bumped simultaneously
# (sometimes after a major release)
# - minor release numbers for a branch should be incremented monotonically
Release: 132%{?dist}
Release: 133%{?dist}
Summary: Glasgow Haskell Compiler
License: BSD-3-Clause and HaskellReport
@ -634,6 +634,8 @@ echo "%%license libraries/$name/LICENSE" >> %{name}-$name.files
done
echo "%%dir %{ghclibdir}" >> %{name}-base%{?_ghcdynlibdir:-devel}.files
echo "%%dir %{ghcliblib}" >> %{name}-base%{?_ghcdynlibdir:-devel}.files
echo "%%dir %ghclibplatform" >> %{name}-base%{?_ghcdynlibdir:-devel}.files
%ghc_gen_filelists ghc %{ghc_version_override}
%ghc_gen_filelists ghc-bignum %{ghc_bignum_ver}
@ -921,7 +923,6 @@ env -C %{ghc_html_libraries_dir} ./gen_contents_index
%{ghclibdir}/bin/runhaskell
%{ghclibdir}/bin/runhaskell-%{version}
%{ghclibdir}/bin/unlit-ghc-%{version}
%dir %{ghcliblib}
%dir %{ghcliblib}/bin
%{ghcliblib}/bin/ghc-iserv
%{ghcliblib}/bin/ghc-iserv-dyn
@ -930,7 +931,6 @@ env -C %{ghc_html_libraries_dir} ./gen_contents_index
%{ghcliblib}/ghcautoconf.h
%{ghcliblib}/ghcplatform.h
%{ghcliblib}/ghcversion.h
%dir %ghclibplatform
%endif
%{ghcliblib}/ghc-usage.txt
%{ghcliblib}/ghci-usage.txt
@ -1014,6 +1014,9 @@ env -C %{ghc_html_libraries_dir} ./gen_contents_index
%changelog
* Tue Jul 25 2023 Jens Petersen <petersen@redhat.com> - 9.2.6-133
- base subpkg now owns ghcliblib and ghclibplatform dirs (#2185357)
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 9.2.6-132
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild