From a1397d5b853574b681e41ffc579f3e833444f6d9c98d8c6b4e1aa9dc31a92e1e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 14 Aug 2024 21:01:49 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-9.8.x package:ghc-shakespeare revision:2, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-shakespeare?expand=0&rev=26 --- .gitattributes | 23 ++++++ .gitignore | 1 + ghc-shakespeare.changes | 105 ++++++++++++++++++++++++++ ghc-shakespeare.spec | 149 +++++++++++++++++++++++++++++++++++++ shakespeare-2.1.0.1.tar.gz | 3 + shakespeare-2.1.1.tar.gz | 3 + 6 files changed, 284 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 ghc-shakespeare.changes create mode 100644 ghc-shakespeare.spec create mode 100644 shakespeare-2.1.0.1.tar.gz create mode 100644 shakespeare-2.1.1.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-shakespeare.changes b/ghc-shakespeare.changes new file mode 100644 index 0000000..a919327 --- /dev/null +++ b/ghc-shakespeare.changes @@ -0,0 +1,105 @@ +------------------------------------------------------------------- +Mon Aug 5 06:15:06 UTC 2024 - Peter Simons + +- Update shakespeare to version 2.1.1. + Upstream has edited the change log file since the last release in + a non-trivial way, i.e. they did more than just add a new entry + at the top. You can review the file at: + http://hackage.haskell.org/package/shakespeare-2.1.1/src/ChangeLog.md + +------------------------------------------------------------------- +Mon Sep 11 03:58:21 UTC 2023 - Peter Simons + +- Update shakespeare to version 2.1.0.1. + ### 2.1.0.1 + + * Fix 100⨯ slowdown on parsec-3.1.15 [#277](https://github.com/yesodweb/shakespeare/pull/277) + + ### 2.1.0 + + * Add `OverloadedRecordDot`-style record access in expressions + +------------------------------------------------------------------- +Thu Mar 30 17:08:15 UTC 2023 - Peter Simons + +- Updated spec file to conform with ghc-rpm-macros-2.5.2. + +------------------------------------------------------------------- +Thu Jul 7 08:04:23 UTC 2022 - Peter Simons + +- Update shakespeare to version 2.0.30. + Upstream has edited the change log file since the last release in + a non-trivial way, i.e. they did more than just add a new entry + at the top. You can review the file at: + http://hackage.haskell.org/package/shakespeare-2.0.30/src/ChangeLog.md + +------------------------------------------------------------------- +Tue May 24 14:55:41 UTC 2022 - Peter Simons + +- Update shakespeare to version 2.0.29. + ### 2.0.29 + + * Support the upcoming `template-haskell` release with GHC 9.4 [#267](https://github.com/yesodweb/shakespeare/pull/267) + + ### 2.0.28 + + * Add support for sub-blocks in mixins [#264](https://github.com/yesodweb/shakespeare/pull/264) + + ### 2.0.27 + + * Change how embedded templates are located by the compiler. Relative files are now resolved using the Cabal project root, to fix builds of multi-project codebases. [#266](https://github.com/yesodweb/shakespeare/pull/266) + * Change how messages are located by the compiler. The message directory is now resolved using the Cabal project root, to fix builds of multi-project codebases. [#266](https://github.com/yesodweb/shakespeare/pull/266) + +------------------------------------------------------------------- +Fri Mar 4 05:18:20 UTC 2022 - Peter Simons + +- Update shakespeare to version 2.0.26. + ### 2.0.26 + + * Support `@supports` [#263](https://github.com/yesodweb/shakespeare/pull/263) + +------------------------------------------------------------------- +Thu Dec 23 07:55:11 UTC 2021 - Peter Simons + +- Update shakespeare to version 2.0.25.1. + ### 2.0.25.1 + + * Support for GHC 9.2 and aeson 2 [#260](https://github.com/yesodweb/shakespeare/pull/260) + +------------------------------------------------------------------- +Tue Oct 12 11:34:19 UTC 2021 - psimons@suse.com + +- Update shakespeare to version 2.0.25 revision 1. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- +Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup + +- disable %{ix86} build + +------------------------------------------------------------------- +Fri Aug 28 11:38:38 UTC 2020 - psimons@suse.com + +- Update shakespeare to version 2.0.25. + ### 2.0.25 + + * Support for GHC 9.0 [#254](https://github.com/yesodweb/shakespeare/pull/254) + +------------------------------------------------------------------- +Tue Aug 18 10:46:00 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + +------------------------------------------------------------------- +Fri Jun 19 02:00:21 UTC 2020 - psimons@suse.com + +- Update shakespeare to version 2.0.24.1. + ### 2.0.24.1 + + * Derive Lift instances wherever possible [#252](https://github.com/yesodweb/shakespeare/pull/252) + +------------------------------------------------------------------- +Tue Jun 9 09:26:19 UTC 2020 - psimons@suse.com + +- Add shakespeare at version 2.0.24. + diff --git a/ghc-shakespeare.spec b/ghc-shakespeare.spec new file mode 100644 index 0000000..ced6640 --- /dev/null +++ b/ghc-shakespeare.spec @@ -0,0 +1,149 @@ +# +# spec file for package ghc-shakespeare +# +# Copyright (c) 2024 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/ +# + + +%global pkg_name shakespeare +%global pkgver %{pkg_name}-%{version} +%bcond_with tests +Name: ghc-%{pkg_name} +Version: 2.1.1 +Release: 0 +Summary: A toolkit for making compile-time interpolated templates +License: MIT +URL: https://hackage.haskell.org/package/%{pkg_name} +Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz +BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-aeson-devel +BuildRequires: ghc-aeson-prof +BuildRequires: ghc-base-devel +BuildRequires: ghc-base-prof +BuildRequires: ghc-blaze-html-devel +BuildRequires: ghc-blaze-html-prof +BuildRequires: ghc-blaze-markup-devel +BuildRequires: ghc-blaze-markup-prof +BuildRequires: ghc-bytestring-devel +BuildRequires: ghc-bytestring-prof +BuildRequires: ghc-containers-devel +BuildRequires: ghc-containers-prof +BuildRequires: ghc-directory-devel +BuildRequires: ghc-directory-prof +BuildRequires: ghc-exceptions-devel +BuildRequires: ghc-exceptions-prof +BuildRequires: ghc-file-embed-devel +BuildRequires: ghc-file-embed-prof +BuildRequires: ghc-parsec-devel +BuildRequires: ghc-parsec-prof +BuildRequires: ghc-process-devel +BuildRequires: ghc-process-prof +BuildRequires: ghc-rpm-macros +BuildRequires: ghc-scientific-devel +BuildRequires: ghc-scientific-prof +BuildRequires: ghc-template-haskell-devel +BuildRequires: ghc-template-haskell-prof +BuildRequires: ghc-text-devel +BuildRequires: ghc-text-prof +BuildRequires: ghc-th-lift-devel +BuildRequires: ghc-th-lift-prof +BuildRequires: ghc-time-devel +BuildRequires: ghc-time-prof +BuildRequires: ghc-transformers-devel +BuildRequires: ghc-transformers-prof +BuildRequires: ghc-unordered-containers-devel +BuildRequires: ghc-unordered-containers-prof +BuildRequires: ghc-vector-devel +BuildRequires: ghc-vector-prof +ExcludeArch: %{ix86} +%if %{with tests} +BuildRequires: ghc-HUnit-devel +BuildRequires: ghc-HUnit-prof +BuildRequires: ghc-hspec-devel +BuildRequires: ghc-hspec-prof +%endif + +%description +Shakespeare is a family of type-safe, efficient template languages. +Shakespeare templates are expanded at compile-time, ensuring that all +interpolated variables are in scope. Variables are interpolated according to +their type through a typeclass. + +Shakespeare templates can be used inline with a quasi-quoter or in an external +file. + +Note there is no dependency on haskell-src-extras. Instead Shakespeare believes +logic should stay out of templates and has its own minimal Haskell parser. + +Packages that use this: xml-hamlet + +Please see the documentation at + for more details. + +%package devel +Summary: Haskell %{pkg_name} library development files +Requires: %{name} = %{version}-%{release} +Requires: ghc-compiler = %{ghc_version} +Requires(post): ghc-compiler = %{ghc_version} +Requires(postun): ghc-compiler = %{ghc_version} + +%description devel +This package provides the Haskell %{pkg_name} library development files. + +%package -n ghc-%{pkg_name}-doc +Summary: Haskell %{pkg_name} library documentation +Requires: ghc-filesystem +BuildArch: noarch + +%description -n ghc-%{pkg_name}-doc +This package provides the Haskell %{pkg_name} library documentation. + +%package -n ghc-%{pkg_name}-prof +Summary: Haskell %{pkg_name} profiling library +Requires: ghc-%{pkg_name}-devel = %{version}-%{release} +Supplements: (ghc-%{pkg_name}-devel and ghc-prof) + +%description -n ghc-%{pkg_name}-prof +This package provides the Haskell %{pkg_name} profiling library. + +%prep +%autosetup -n %{pkg_name}-%{version} + +%build +%ghc_lib_build + +%install +%ghc_lib_install + +%check +%cabal_test + +%post devel +%ghc_pkg_recache + +%postun devel +%ghc_pkg_recache + +%files -f %{name}.files +%license LICENSE + +%files devel -f %{name}-devel.files +%doc ChangeLog.md + +%files -n ghc-%{pkg_name}-doc -f ghc-%{pkg_name}-doc.files +%license LICENSE + +%files -n ghc-%{pkg_name}-prof -f ghc-%{pkg_name}-prof.files + +%changelog diff --git a/shakespeare-2.1.0.1.tar.gz b/shakespeare-2.1.0.1.tar.gz new file mode 100644 index 0000000..6124965 --- /dev/null +++ b/shakespeare-2.1.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cb655f3734de1b920faf67f313d45e31fc7f8fcf0a2e00a45f986d8e107d22f +size 71698 diff --git a/shakespeare-2.1.1.tar.gz b/shakespeare-2.1.1.tar.gz new file mode 100644 index 0000000..b1a9c12 --- /dev/null +++ b/shakespeare-2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19407a5790d8111d9a7a953b6d3103c3218f8ce15358028361afa1867cb4d2c8 +size 72182