[haskell-platform] create ghc-haskell-platform too

Jens Petersen petersen at fedoraproject.org
Wed Jun 5 03:07:39 UTC 2013


commit eec1796c3c371b243bac9c28ebf3888a821e391e
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Jun 5 12:07:14 2013 +0900

    create ghc-haskell-platform too
    
    don't particularly like it but at least this follows the new Haskell Guidelines
    packaging including secondary archs without shared libs

 haskell-platform.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/haskell-platform.spec b/haskell-platform.spec
index 35ced30..5426743 100644
--- a/haskell-platform.spec
+++ b/haskell-platform.spec
@@ -299,8 +299,10 @@ mv %{buildroot}%{_datadir}/HUnit-*/* %{buildroot}%{_docdir}/ghc-HUnit-*/
 
 # protect for koji
 %if %{defined ghc_devel_files}
-%files -n ghc-haskell-platform-devel -f ghc-haskell-platform-devel.files
+%files -n ghc-haskell-platform -f ghc-haskell-platform.files
 %doc packages/haskell-platform-%{version}/LICENSE
+
+%files -n ghc-haskell-platform-devel -f ghc-haskell-platform-devel.files
 %endif
 
 


More information about the scm-commits mailing list