diff --git a/ghc-rpm-macros-2.5.3.tar.xz b/ghc-rpm-macros-2.5.3.tar.xz deleted file mode 100644 index 59648ef..0000000 --- a/ghc-rpm-macros-2.5.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0133a33facb3b6c38505836751a3db6469d7b4997244b4049ecc8a3be0afe799 -size 31116 diff --git a/ghc-rpm-macros-2.6.4.tar.xz b/ghc-rpm-macros-2.6.4.tar.xz new file mode 100644 index 0000000..8d1191b --- /dev/null +++ b/ghc-rpm-macros-2.6.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145ae8ea1df1bb8957e16c313b1660fedb7eebd07d72aca6c07538fbd4f79aff +size 18276 diff --git a/ghc-rpm-macros.changes b/ghc-rpm-macros.changes index 3ba4e7e..a159732 100644 --- a/ghc-rpm-macros.changes +++ b/ghc-rpm-macros.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Nov 9 02:21:34 UTC 2023 - Ondřej Súkup + +- Update to 2.6.1 + * sync with upstream + ------------------------------------------------------------------- Tue Oct 24 14:39:05 UTC 2023 - Peter Simons diff --git a/ghc-rpm-macros.spec b/ghc-rpm-macros.spec index b4b6f46..33f4cd1 100644 --- a/ghc-rpm-macros.spec +++ b/ghc-rpm-macros.spec @@ -18,7 +18,7 @@ %global without_hscolour 1 Name: ghc-rpm-macros -Version: 2.5.3 +Version: 2.6.4 Release: 0 Summary: RPM Macros for building packages for GHC License: GPL-3.0-or-later @@ -67,19 +67,21 @@ install -p -D -m 0755 cabal-tweak-remove-upperbound %{buildroot}/%{_bindir}/caba install -p -D -m 0755 ghc-pkg-wrapper %{buildroot}/%{_prefix}/lib/rpm/ghc-pkg-wrapper install -p -D -m 0644 ghc.attr %{buildroot}/%{_prefix}/lib/rpm/fileattrs/ghc.attr install -p -D -m 0644 Setup.hs %{buildroot}/%{_datadir}/%{name}/Setup.hs +install -p -D -m 0755 ghc-info.sh %{buildroot}/%{_prefix}/lib/rpm/ghc-info.sh %files %doc AUTHORS %license COPYING %{_rpmmacrodir}/macros.ghc %{_rpmmacrodir}/macros.ghc-suse -%{_prefix}/lib/rpm/ghc-deps.sh %{_bindir}/cabal-tweak-dep-ver %{_bindir}/cabal-tweak-flag %{_bindir}/cabal-tweak-drop-dep %{_bindir}/cabal-tweak-remove-upperbound %{_prefix}/lib/rpm/ghc-pkg-wrapper %{_prefix}/lib/rpm/fileattrs/ghc.attr +%{_prefix}/lib/rpm/ghc-deps.sh +%{_prefix}/lib/rpm/ghc-info.sh %dir %{_datadir}/%{name} %{_datadir}/%{name}/Setup.hs