osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-bootstrap-helpers revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-bootstrap-helpers?expand=0&rev=8
This commit is contained in:
parent
f07ec09f35
commit
5308340f41
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 8 09:28:13 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 1.1 - update happy to 1.9.20
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 08:11:28 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-bootstrap-helpers
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2020 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
|
||||
@ -15,15 +15,21 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%define alex_ver 3.2.5
|
||||
%define happy_ver 1.20.0
|
||||
|
||||
Name: ghc-bootstrap-helpers
|
||||
Version: 1
|
||||
Version: 1.1
|
||||
Release: 0
|
||||
Summary: Dependencies to build ghc
|
||||
License: BSD-3-Clause AND BSD-2-Clause
|
||||
URL: https://build.opensuse.org/project/show/devel:languages:haskell
|
||||
Source: helpers.tar.gz
|
||||
ExclusiveArch: x86_64
|
||||
Source: alex-%{alex_ver}.tar.gz
|
||||
Source1: happy-%{happy_ver}.tar.gz
|
||||
BuildRequires: ghc-bootstrap
|
||||
# This package is not meant to be used outside OBS
|
||||
Requires: this-is-only-for-build-envs
|
||||
|
||||
Conflicts: alex
|
||||
Conflicts: happy
|
||||
|
||||
@ -32,23 +38,36 @@ Prebuild alex and happy for ghc-8.8+ build
|
||||
|
||||
Don't use outside GHC-8.8+ build
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -c -a0 -a1
|
||||
|
||||
%build
|
||||
pushd alex-%{alex_ver}
|
||||
/opt/bin/ghc Setup.hs -o cabal
|
||||
./cabal configure --prefix=%{_prefix}
|
||||
./cabal build
|
||||
popd
|
||||
|
||||
pushd happy-%{happy_ver}
|
||||
/opt/bin/ghc Setup.hs -o cabal
|
||||
./cabal configure --prefix=%{_prefix}
|
||||
./cabal build
|
||||
popd
|
||||
|
||||
%install
|
||||
cp -R * %{buildroot}/
|
||||
rm -Rf %{buildroot}%{_datadir}/doc/*
|
||||
rm -Rf %{buildroot}/usr/share/man/
|
||||
rm -Rf %{buildroot}/usr/share/licenses/
|
||||
pushd alex-%{alex_ver}
|
||||
./cabal copy --destdir=%{buildroot}
|
||||
popd
|
||||
|
||||
pushd happy-%{happy_ver}
|
||||
./cabal copy --destdir=%{buildroot}
|
||||
popd
|
||||
|
||||
%files
|
||||
%{_bindir}/alex
|
||||
%{_bindir}/happy
|
||||
%dir %{_datadir}/happy-1.19.12/
|
||||
%dir %{_datadir}/alex-3.2.5/
|
||||
%{_datadir}/alex-3.2.5/*
|
||||
%{_datadir}/happy-1.19.12/*
|
||||
%{_datadir}/*ghc*
|
||||
%{_datadir}/doc/*ghc*
|
||||
|
||||
%changelog
|
||||
|
3
happy-1.20.0.tar.gz
Normal file
3
happy-1.20.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b1d3a8f93a2723b554d9f07b2cd136be1a7b2fcab1855b12b7aab5cbac8868c
|
||||
size 184515
|
Loading…
Reference in New Issue
Block a user