From 9d25a2dc69c38f287f75ca683e33dd241a81f3cd98aa929106d2e87ec7a48676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sun, 29 Dec 2019 14:37:59 +0000 Subject: [PATCH] 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 --- .gitattributes | 23 ++++++++++++++++ .gitignore | 1 + ghc-bootstrap-helpers.spec | 54 ++++++++++++++++++++++++++++++++++++++ helpers.tar.gz | 3 +++ 4 files changed, 81 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 ghc-bootstrap-helpers.spec create mode 100644 helpers.tar.gz diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/ghc-bootstrap-helpers.spec b/ghc-bootstrap-helpers.spec new file mode 100644 index 0000000..9979e22 --- /dev/null +++ b/ghc-bootstrap-helpers.spec @@ -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 diff --git a/helpers.tar.gz b/helpers.tar.gz new file mode 100644 index 0000000..19fbb28 --- /dev/null +++ b/helpers.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:008d2bb0f939e993260c05c9fdffaef02027849487ffe8740571adc8edf2858f +size 1276411