From 46dc52b11dacfdbf9641340cedef1d4d52694a42 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 30 Sep 2015 15:13:59 +0900 Subject: [PATCH] allow time 1.5 --- ghc-uuid.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ghc-uuid.spec b/ghc-uuid.spec index be06df7..d810eda 100644 --- a/ghc-uuid.spec +++ b/ghc-uuid.spec @@ -52,6 +52,8 @@ This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkg_name}-%{version} +# seems to compile +cabal-tweak-dep-ver time '< 1.5' '< 1.6' %build @@ -61,6 +63,8 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + %check %if %{with tests} @@ -77,7 +81,8 @@ This package provides the Haskell %{pkg_name} library development files. %files -f %{name}.files -%doc LICENSE CHANGES CONTRIBUTORS +%license LICENSE +%doc CHANGES CONTRIBUTORS %files devel -f %{name}-devel.files