]> git.pld-linux.org Git - packages/ghc.git/commitdiff
disable debugsource packages
authorJan Palus <atler@pld-linux.org>
Fri, 18 Mar 2022 11:45:04 +0000 (12:45 +0100)
committerJan Palus <atler@pld-linux.org>
Fri, 18 Mar 2022 11:45:04 +0000 (12:45 +0100)
ghc.spec

index 077f4ac70eb4a47d7c63ea68a0b5bac4997bc82b..dcdc0b9dc0575970eef41e082f394a599227147b 100644 (file)
--- a/ghc.spec
+++ b/ghc.spec
@@ -95,7 +95,7 @@ BuildRequires:        ncurses-devel >= 6.3.20211120-2
 BuildRequires: numactl-devel
 BuildRequires: readline-devel
 BuildRequires: rpm-build >= 4.6
-BuildRequires: rpmbuild(macros) >= 1.752
+BuildRequires: rpmbuild(macros) >= 2.005
 BuildRequires: sed >= 4.0
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
@@ -186,6 +186,8 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 # There is nothing that may or should be compressed
 %define                _noautocompressdoc      *
 
+%define                _debugsource_packages   0
+
 %description
 Haskell is the standard lazy purely functional programming language.
 The current language version is Haskell 98, agreed in December 1998,
This page took 0.102284 seconds and 4 git commands to generate.