[ghc-hinotify] fix the build by adjusting %doc files

Jens Petersen petersen at fedoraproject.org
Thu Aug 4 08:09:11 UTC 2011


commit 135de49e538c5eb9cf7322656be7afce7d48c61f
Author: Jens Petersen <petersen at redhat.com>
Date:   Thu Aug 4 17:08:58 2011 +0900

    fix the build by adjusting %doc files

 ghc-hinotify.spec |    5 ++---
 1 files 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


More information about the scm-commits mailing list