From 96d07bab4f1f05617f4b1f4e4902b9fc218e6ffd Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Jun 2016 12:26:24 +0900 Subject: [PATCH] use %license --- ghc-dlist.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ghc-dlist.spec b/ghc-dlist.spec index d40e89a..d9e41eb 100644 --- a/ghc-dlist.spec +++ b/ghc-dlist.spec @@ -51,6 +51,8 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + %check %if %{with tests} @@ -67,7 +69,7 @@ This package provides the Haskell %{pkg_name} library development files. %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files