From 135de49e538c5eb9cf7322656be7afce7d48c61f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 4 Aug 2011 17:08:58 +0900 Subject: [PATCH] fix the build by adjusting %doc files --- ghc-hinotify.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ghc-hinotify.spec b/ghc-hinotify.spec index 26a3285..d67d892 100644 --- a/ghc-hinotify.spec +++ b/ghc-hinotify.spec @@ -70,12 +70,11 @@ This package contains the development files. %if %{undefined ghc_without_shared} %files -n ghc-%{pkg_name} -f ghc-%{pkg_name}.files -%defattr(-,root,root,-) -%doc README +%doc LICENSE %endif %files -n ghc-%{pkg_name}-devel -f ghc-%{pkg_name}-devel.files -%defattr(-,root,root,-) +%doc ANNOUNCE README* examples %changelog