commit c7818f6d19784b634c0841f224f4b92294371b6c
Author: Jakub Bogusz <[email protected]>
Date: Tue Feb 14 06:32:10 2023 +0100
- disable debug packages, release 2
alex.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/alex.git/commitdiff/c7818f6d19784b634c0841f224f4b92294371b6c
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit