From 811c5a99f00a24bb52652412c22f89898d101d43 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Jan 28 2018 07:32:39 +0000 Subject: reenable %_ghcdynlibdir for ghc-8.2 building --- diff --git a/ghc-rpm-macros.spec b/ghc-rpm-macros.spec index 952ef97..73ef3f6 100644 --- a/ghc-rpm-macros.spec +++ b/ghc-rpm-macros.spec @@ -10,7 +10,7 @@ #%%global without_hscolour 1 Name: ghc-rpm-macros -Version: 1.8.4 +Version: 1.8.5 Release: 1%{?dist} Summary: RPM macros for building Haskell packages for GHC @@ -162,6 +162,9 @@ EOF %changelog +* Sun Jan 28 2018 Jens Petersen - 1.8.5-1 +- re-enable _ghcdynlibdir (for ghc-8.2) + * Sun Jan 28 2018 Jens Petersen - 1.8.4-1 - make the recent dynlib packaging changes conditional on _ghcdynlibdir - temporarily disable _ghcdynlibdir for Rawhide diff --git a/macros.ghc-os b/macros.ghc-os index 4b77e16..e6ac90c 100644 --- a/macros.ghc-os +++ b/macros.ghc-os @@ -2,7 +2,6 @@ %_ghcdocdir %{_ghclicensedir}/%{name} -# disable for ghc-8.0 for now -#%%_ghcdynlibdir %{_libdir} +%_ghcdynlibdir %{_libdir} %cabal_install_options -v