diff --git a/ghc-aeson.spec b/ghc-aeson.spec index de1b256..2fdb898 100644 --- a/ghc-aeson.spec +++ b/ghc-aeson.spec @@ -1,3 +1,4 @@ +# generated by cabal-rpm-0.10.0 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name aeson @@ -67,11 +68,11 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + %check -%if %{with tests} -%cabal test -%endif +%cabal_test %post devel @@ -83,11 +84,11 @@ This package provides the Haskell %{pkg_name} library development files. %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files -%doc README.markdown examples +%doc README.markdown changelog.md examples %changelog