[haskell-platform] move the .files file to the top dir

Jens Petersen petersen at fedoraproject.org
Fri Jan 20 06:18:24 UTC 2012


commit ca82d1e59b6ad19d4ea2975fa4dcb9a4bef85f09
Author: Jens Petersen <petersen at redhat.com>
Date:   Fri Jan 20 15:18:12 2012 +0900

    move the .files file to the top dir

 haskell-platform.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/haskell-platform.spec b/haskell-platform.spec
index 72ccbe5..85472b9 100644
--- a/haskell-platform.spec
+++ b/haskell-platform.spec
@@ -82,9 +82,12 @@ cd %{top_prefix}
 
 
 %install
+TOPDIR=$(pwd)
 cd %{top_prefix}
 %ghc_lib_install
 
+mv ghc-%{name}-devel.files $TOPDIR
+
 
 # devel subpackage
 %ghc_devel_package


More information about the scm-commits mailing list