Author: glen Date: Thu Feb 24 10:58:40 2011 GMT Module: packages Tag: HEAD ---- Log message: - use %ghcdir moved to common macros
---- Files affected: packages/ghc-utf8-string: ghc-utf8-string.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: packages/ghc-utf8-string/ghc-utf8-string.spec diff -u packages/ghc-utf8-string/ghc-utf8-string.spec:1.7 packages/ghc-utf8-string/ghc-utf8-string.spec:1.8 --- packages/ghc-utf8-string/ghc-utf8-string.spec:1.7 Thu Feb 24 11:54:17 2011 +++ packages/ghc-utf8-string/ghc-utf8-string.spec Thu Feb 24 11:58:35 2011 @@ -10,15 +10,14 @@ # Source0-md5: be8c5ef52a0824babdc89d60c1e9b600 URL: http://hackage.haskell.org/package/utf8-string/ BuildRequires: ghc >= 6.12.3 +BuildRequires: rpmbuild(macros) >= 1.608 %requires_releq ghc BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define ghcdir ghc-%(/usr/bin/ghc --numeric-version) - %description -A UTF8 layer for IO and Strings. The utf8-string package -provides operations for encoding UTF8 strings to Word8 lists -and back, and for reading and writing UTF8 without truncation. +A UTF8 layer for IO and Strings. The utf8-string package provides +operations for encoding UTF8 strings to Word8 lists and back, and for +reading and writing UTF8 without truncation. %prep %setup -q -n %{pkgname}-%{version} @@ -67,6 +66,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2011/02/24 10:58:35 glen +- use %ghcdir moved to common macros + Revision 1.7 2011/02/24 10:54:17 glen - use %ghc_pkg_recache macro; make url copyable ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ghc-utf8-string/ghc-utf8-string.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
