[ghc-regex-posix] remove C copy library in %prep

Jens Petersen petersen at fedoraproject.org
Tue Feb 17 02:11:06 UTC 2015


commit 468216b9ce33051a7e0878cc430f6f7c791d2763
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Feb 17 11:10:07 2015 +0900

    remove C copy library in %prep

 ghc-regex-posix.spec |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/ghc-regex-posix.spec b/ghc-regex-posix.spec
index eb9a8df..e6f0944 100644
--- a/ghc-regex-posix.spec
+++ b/ghc-regex-posix.spec
@@ -40,6 +40,9 @@ This package provides the Haskell %{pkg_name} library development files.
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
+# remove copy library
+rm -r cbits
+
 
 %build
 %ghc_lib_build
@@ -65,6 +68,9 @@ This package provides the Haskell %{pkg_name} library development files.
 
 
 %changelog
+* Tue Feb 17 2015 Jens Petersen <petersen at redhat.com>
+- remove the C copy library in prep
+
 * Mon Jan 26 2015 Jens Petersen <petersen at fedoraproject.org> - 0.95.2-32
 - update urls
 


More information about the scm-commits mailing list