1
0

osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ghc-bootstrap-helpers revision:1, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-bootstrap-helpers?expand=0&rev=1
This commit is contained in:
Ondřej Súkup 2019-12-29 14:37:59 +00:00 committed by Git OBS Bridge
commit 9d25a2dc69
4 changed files with 81 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

View File

@ -0,0 +1,54 @@
#
# spec file for package ghc-bootstrap-helpers
#
# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: ghc-bootstrap-helpers
Version: 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
Conflicts: alex
Conflicts: happy
%description
Prebuild alex and happy for ghc-8.8+ build
Don't use outside GHC-8.8+ build
%prep
%setup -q
%build
%install
cp -R * %{buildroot}/
rm -Rf %{buildroot}%{_datadir}/doc/*
rm -Rf %{buildroot}/usr/share/man/
rm -Rf %{buildroot}/usr/share/licenses/
%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/*
%changelog

3
helpers.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:008d2bb0f939e993260c05c9fdffaef02027849487ffe8740571adc8edf2858f
size 1276411