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

index bc40568c7e909114fa512acf2da1df7b21399125..132323bcaa737224e438aee35ee7f127bac94439 100644 (file)
@@ -6,7 +6,7 @@ Summary:        Yacc-like LALR(1) Parser Generator for Haskell
 Summary(pl.UTF-8):     Generator parserów LALR(1) w stylu yacc-a dla Haskella
 Name:          happy
 Version:       1.19.12
-Release:       1
+Release:       2
 License:       BSD-like w/o adv. clause
 Group:         Development/Tools
 #Source0Download: http://hackage.haskell.org/package/happy
@@ -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
 Happy is a parser generator system for Haskell, similar to the tool
 ‘yacc’ for C. Like ‘yacc’, it takes a file containing an annotated BNF
This page took 0.069024 seconds and 4 git commands to generate.