osc copypac from project:devel:languages:haskell:ghc-8.10.x package:alex revision:18, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/alex?expand=0&rev=100
This commit is contained in:
parent
dbfd2313d5
commit
9c394eb54e
@ -51,11 +51,15 @@ lex or flex for C/C++.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%ghc_bin_build
|
%ghc_bin_build
|
||||||
|
chmod a-x TODO *.md
|
||||||
|
chmod a-x ./doc/*
|
||||||
|
chmod a-x ./examples/*
|
||||||
cd doc
|
cd doc
|
||||||
test -f configure || autoreconf
|
test -f configure || autoreconf
|
||||||
# FIXME: you should use the %%configure macro
|
# FIXME: you should use the %%configure macro
|
||||||
./configure
|
./configure
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%ghc_bin_install
|
%ghc_bin_install
|
||||||
mkdir -p %{buildroot}/%{_mandir}/man1
|
mkdir -p %{buildroot}/%{_mandir}/man1
|
||||||
|
Loading…
Reference in New Issue
Block a user