From: Jakub Bogusz Date: Tue, 14 Feb 2023 05:32:10 +0000 (+0100) Subject: - disable debug packages, release 2 X-Git-Tag: auto/th/alex-3.2.5-2 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=c7818f6d19784b634c0841f224f4b92294371b6c;p=packages%2Falex.git - disable debug packages, release 2 --- diff --git a/alex.spec b/alex.spec index 10f5aac..8e18953 100644 --- a/alex.spec +++ b/alex.spec @@ -6,7 +6,7 @@ Summary: A lexical analyser generator for Haskell Summary(pl.UTF-8): Generator analizatorów składniowych dla Haskella Name: alex Version: 3.2.5 -Release: 1 +Release: 2 License: BSD-like w/o adv. clause Group: Development/Tools #Source0Download: http://hackage.haskell.org/package/alex @@ -23,6 +23,9 @@ BuildRequires: libxslt-progs #For generating documentation in PDF: fop or xmltex BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +# debuginfo is not useful for ghc +%define _enable_debug_packages 0 + %description Alex is a tool for generating lexical analysers in Haskell, given a description of the tokens to be recognised in the form of regular