From 66dc6412d89a44f67f2d41c3e77d0617ebc28e10 Mon Sep 17 00:00:00 2001
From: panne <unknown>
Date: Sun, 6 Jun 2004 20:59:18 +0000
Subject: [PATCH] [project @ 2004-06-06 20:59:18 by panne] * Fixed ANNOUNCE,
 LICENSE and README handling * Made binaries explicit * Small reformatting

---
 ghc/ghc.spec.in | 31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)

diff --git a/ghc/ghc.spec.in b/ghc/ghc.spec.in
index 3c3ad8742743..52c1bd1edc1c 100644
--- a/ghc/ghc.spec.in
+++ b/ghc/ghc.spec.in
@@ -125,38 +125,37 @@ rm -rf ${RPM_BUILD_ROOT}
 
 %files -f rpm-noprof-lib-files
 %defattr(-,root,root)
-%doc %{prefix}/share/doc/ghc-%{version}/ANNOUNCE
-%doc %{prefix}/share/doc/ghc-%{version}/README
-%{prefix}/bin/*
+%doc ghc/ANNOUNCE
+%doc ghc/LICENSE
+%doc ghc/README
+%{prefix}/bin/ghc
+%{prefix}/bin/ghc-%{version}
+%{prefix}/bin/ghc-pkg
+%{prefix}/bin/ghc-pkg-%{version}
+%{prefix}/bin/ghci
+%{prefix}/bin/ghci-%{version}
+%{prefix}/bin/ghcprof
+%{prefix}/bin/hasktags
+%{prefix}/bin/hp2ps
+%{prefix}/bin/hsc2hs
+%{prefix}/bin/runghc
+%{prefix}/bin/stat2resid
 
 %files prof -f rpm-prof-lib-files
 %defattr(-,root,root)
 
 %files doc
 %defattr(-,root,root)
-
 %doc docs/building/building
 %doc docs/building/building.ps
-
 %doc docs/docbook-cheat-sheet/docbook-cheat-sheet
 %doc docs/docbook-cheat-sheet/docbook-cheat-sheet.ps
-
 %doc ghc/docs/ext-core/core.ps
-
 %doc ghc/docs/storage-mgt/ldv.ps
-
 %doc ghc/docs/storage-mgt/rp.ps
-
 %doc ghc/docs/storage-mgt/sm.ps
-
 %doc ghc/docs/users_guide/users_guide
 %doc ghc/docs/users_guide/users_guide.ps
-
 %doc hslibs/doc/hslibs
 %doc hslibs/doc/hslibs.ps
-
-%doc ghc/ANNOUNCE
-%doc ghc/LICENSE
-%doc ghc/README
-
 %doc html/*
-- 
GitLab