osc copypac from project:devel:languages:haskell:ghc-8.6.x package:alex revision:9, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/alex?expand=0&rev=86
This commit is contained in:
parent
71557ca1dc
commit
90f41b08bc
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package alex
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,8 +16,12 @@
|
||||
#
|
||||
|
||||
|
||||
# Disable tests on ghc-8.8.x. See: https://github.com/simonmar/alex/issues/140.
|
||||
# Disable tests on aarch64. See: https://github.com/simonmar/alex/issues/130
|
||||
%ifarch aarch64
|
||||
%bcond_with tests
|
||||
%else
|
||||
%bcond_without tests
|
||||
%endif
|
||||
Name: alex
|
||||
Version: 3.2.5
|
||||
Release: 0
|
||||
|
Loading…
Reference in New Issue
Block a user