packages: ghc-utf8-string/ghc-utf8-string.spec - rel 2 - use runhaskell to ...

baggins baggins at pld-linux.org
Tue Sep 27 23:01:08 CEST 2011


Author: baggins                      Date: Tue Sep 27 21:01:08 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 2
- use runhaskell to exec Setup.lhs

---- Files affected:
packages/ghc-utf8-string:
   ghc-utf8-string.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: packages/ghc-utf8-string/ghc-utf8-string.spec
diff -u packages/ghc-utf8-string/ghc-utf8-string.spec:1.12 packages/ghc-utf8-string/ghc-utf8-string.spec:1.13
--- packages/ghc-utf8-string/ghc-utf8-string.spec:1.12	Tue Sep 27 15:11:39 2011
+++ packages/ghc-utf8-string/ghc-utf8-string.spec	Tue Sep 27 23:01:02 2011
@@ -3,7 +3,7 @@
 Summary:	Support for reading and writing UTF8 Strings
 Name:		ghc-%{pkgname}
 Version:	0.3.7
-Release:	1
+Release:	2
 License:	BSD
 Group:		Development/Languages
 Source0:	http://hackage.haskell.org/packages/archive/%{pkgname}/%{version}/%{pkgname}-%{version}.tar.gz
@@ -37,26 +37,26 @@
 %setup -q -n %{pkgname}-%{version}
 
 %build
-./Setup.lhs configure -v2 \
+runhaskell Setup.lhs configure -v2 \
 	--prefix=%{_prefix} \
 	--libdir=%{_libdir} \
 	--libexecdir=%{_libexecdir} \
 	--docdir=%{_docdir}/%{name}-%{version}
 
-./Setup.lhs build
-./Setup.lhs haddock --executables
+runhaskell Setup.lhs build
+runhaskell Setup.lhs haddock --executables
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_libdir}/%{ghcdir}/package.conf.d
 
-./Setup.lhs copy --destdir=$RPM_BUILD_ROOT
+runhaskell Setup.lhs copy --destdir=$RPM_BUILD_ROOT
 
 # work around automatic haddock docs installation
 rm -rf %{name}-%{version}-doc
 cp -a $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html %{name}-%{version}-doc
 
-./Setup.lhs register \
+runhaskell Setup.lhs register \
 	--gen-pkg-config=$RPM_BUILD_ROOT/%{_libdir}/%{ghcdir}/package.conf.d/%{pkgname}.conf
 
 %clean
@@ -83,6 +83,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2011/09/27 21:01:02  baggins
+- rel 2
+- use runhaskell to exec Setup.lhs
+
 Revision 1.12  2011/09/27 13:11:39  baggins
 - fix md5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ghc-utf8-string/ghc-utf8-string.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list