forked from pool/ghc-rpm-macros
- update to fake version 1.4.8 - dropped sle-sp1-rpmdeps.patch OBS-URL: https://build.opensuse.org/request/show/324450 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-rpm-macros?expand=0&rev=46
18 lines
570 B
Diff
18 lines
570 B
Diff
Index: ghc-rpm-macros-1.3.91/macros.ghc
|
|
--- ghc-rpm-macros-1.3.91.orig/macros.ghc
|
|
+++ ghc-rpm-macros-1.3.91/macros.ghc
|
|
@@ -157,3 +157,13 @@ done\
|
|
%global without_prof 1\
|
|
%global without_haddock 1\
|
|
%global without_manual 1
|
|
+
|
|
+# ghc_suse_disable_debug_packages
|
|
+%ghc_suse_disable_debug_packages\
|
|
+%global debug_package %{nil}\
|
|
+%global __debug_install_post %{nil}\
|
|
+%global suse_insert_debug_package %{nil}\
|
|
+echo "/usr/lib/debug" > debugfiles.list\
|
|
+mkdir -p %{buildroot}/usr/lib/debug\
|
|
+echo "/usr/src/debug" > debugsources.list\
|
|
+mkdir -p %{buildroot}/usr/src/debug
|