Accepting request 917472 from devel:languages:haskell
automated update of haskell stack OBS-URL: https://build.opensuse.org/request/show/917472 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alex?expand=0&rev=28
This commit is contained in:
commit
4d6c47e543
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 7 18:43:27 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- make rpmlint happy
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package alex
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -51,11 +51,15 @@ lex or flex for C/C++.
|
||||
|
||||
%build
|
||||
%ghc_bin_build
|
||||
chmod a-x TODO *.md
|
||||
chmod a-x ./doc/*
|
||||
chmod a-x ./examples/*
|
||||
cd doc
|
||||
test -f configure || autoreconf
|
||||
# FIXME: you should use the %%configure macro
|
||||
./configure
|
||||
|
||||
|
||||
%install
|
||||
%ghc_bin_install
|
||||
mkdir -p %{buildroot}/%{_mandir}/man1
|
||||
|
Loading…
Reference in New Issue
Block a user