From bd63005f8ecbbbb1123d8684752792a80a93c9d1 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 9 Sep 2015 23:08:23 -0400 Subject: [PATCH] use %license --- ghc-network-uri.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ghc-network-uri.spec b/ghc-network-uri.spec index 70c51ae..3634156 100644 --- a/ghc-network-uri.spec +++ b/ghc-network-uri.spec @@ -27,7 +27,7 @@ BuildRequires: ghc-test-framework-quickcheck2-devel # End cabal-rpm deps %description -This package provides an URI manipulation inteface. +This package provides an URI manipulation interface. %package devel @@ -52,6 +52,8 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install +rm -vf %{buildroot}%{_docdir}/%{name}/LICENSE +rmdir -v %{buildroot}%{_docdir}/%{name} %check