]> git.pld-linux.org Git - packages/alex.git/commitdiff
- disable debug packages, release 2 master auto/th/alex-3.2.5-2
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 14 Feb 2023 05:32:10 +0000 (06:32 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 14 Feb 2023 05:32:10 +0000 (06:32 +0100)
alex.spec

index 10f5aaccc8160988b36ebc05f35816a660e6d020..8e18953e0752739441e8d72870c273d69bbd09dd 100644 (file)
--- 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
This page took 0.040179 seconds and 4 git commands to generate.