packages: ghc-haskell-platform/ghc-haskell-platform.spec - Hunit missing too

glen glen at pld-linux.org
Thu Feb 24 12:30:09 CET 2011


Author: glen                         Date: Thu Feb 24 11:30:09 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- Hunit missing too

---- Files affected:
packages/ghc-haskell-platform:
   ghc-haskell-platform.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: packages/ghc-haskell-platform/ghc-haskell-platform.spec
diff -u packages/ghc-haskell-platform/ghc-haskell-platform.spec:1.9 packages/ghc-haskell-platform/ghc-haskell-platform.spec:1.10
--- packages/ghc-haskell-platform/ghc-haskell-platform.spec:1.9	Thu Feb 24 12:21:22 2011
+++ packages/ghc-haskell-platform/ghc-haskell-platform.spec	Thu Feb 24 12:30:04 2011
@@ -3,7 +3,7 @@
 Summary:	Comprehensive, robust development environment for programming in Haskell
 Name:		ghc-%{pkgname}
 Version:	2010.2.0.0
-Release:	6
+Release:	7
 License:	BSD
 Group:		Development/Languages
 Source0:	http://hackage.haskell.org/platform/%{version}/%{pkgname}-%{version}.tar.gz
@@ -89,7 +89,8 @@
 
 rm $RPM_BUILD_ROOT%{_bindir}/{alex,cabal,happy}
 rm -f $RPM_BUILD_ROOT%{_bindir}/*-tests
-rm -r $RPM_BUILD_ROOT%{_datadir}/{alex,happy,HUnit}*
+rm -r $RPM_BUILD_ROOT%{_datadir}/{alex,happy}*
+rm -rf $RPM_BUILD_ROOT%{_datadir}/HUnit*
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -382,6 +383,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2011/02/24 11:30:04  glen
+- Hunit missing too
+
 Revision 1.9  2011/02/24 11:21:22  glen
 - tests did not exist with this build
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ghc-haskell-platform/ghc-haskell-platform.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list