update to cblrpm-0.10.0

This commit is contained in:
Jens Petersen 2016-08-10 10:18:04 +09:00
parent 04b09e90f0
commit 6ae943b4ed
1 changed files with 6 additions and 5 deletions

View File

@ -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