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