[ghc-hs-bibutils] build with the copy library for now

Jens Petersen petersen at fedoraproject.org
Fri Feb 6 12:18:32 UTC 2015


commit bb9f079d3bcd086ccf39037943ac4f9d91d1d840
Author: Jens Petersen <petersen at redhat.com>
Date:   Fri Feb 6 13:02:34 2015 +0100

    build with the copy library for now
    
    somehow under ghc78 the system lib is not found

 ghc-hs-bibutils.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/ghc-hs-bibutils.spec b/ghc-hs-bibutils.spec
index 8dc718a..2c8fc7b 100644
--- a/ghc-hs-bibutils.spec
+++ b/ghc-hs-bibutils.spec
@@ -42,10 +42,10 @@ This package provides the Haskell %{pkg_name} library development files.
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-%patch1 -p1 -b .orig~
+#%%patch1 -p1 -b .orig~
 
 # remove copylib
-rm -r bibutils
+#rm -r bibutils
 
 
 %build
@@ -75,6 +75,7 @@ rm -r bibutils
 %changelog
 * Mon Jan 19 2015 Jens Petersen <petersen at redhat.com> - 5.5-1
 - update to 5.5
+- somehow under ghc-7.8 the bibutils system library is not found (#1190127)
 
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild


More information about the scm-commits mailing list