From 995be006e23b8ebfb0d8ac2ded326c03b5356ea2 Mon Sep 17 00:00:00 2001 From: Alexey Lyubimov Date: Fri, 18 Aug 2023 21:54:20 +0300 Subject: [PATCH] import ghc-hslua-module-text-0.3.0.1-2.el9 --- .ghc-hslua-module-text.metadata | 1 + .gitignore | 1 + SOURCES/hslua-module-text-0.3.0.1.cabal | 50 ++++++++ SPECS/ghc-hslua-module-text.spec | 164 ++++++++++++++++++++++++ 4 files changed, 216 insertions(+) create mode 100644 .ghc-hslua-module-text.metadata create mode 100644 .gitignore create mode 100644 SOURCES/hslua-module-text-0.3.0.1.cabal create mode 100644 SPECS/ghc-hslua-module-text.spec diff --git a/.ghc-hslua-module-text.metadata b/.ghc-hslua-module-text.metadata new file mode 100644 index 0000000..3c065b6 --- /dev/null +++ b/.ghc-hslua-module-text.metadata @@ -0,0 +1 @@ +aeef3cb4cafeaaac1423dce6ccbce7e06b888fff SOURCES/hslua-module-text-0.3.0.1.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..704282b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/hslua-module-text-0.3.0.1.tar.gz diff --git a/SOURCES/hslua-module-text-0.3.0.1.cabal b/SOURCES/hslua-module-text-0.3.0.1.cabal new file mode 100644 index 0000000..a13299c --- /dev/null +++ b/SOURCES/hslua-module-text-0.3.0.1.cabal @@ -0,0 +1,50 @@ +name: hslua-module-text +version: 0.3.0.1 +x-revision: 1 +synopsis: Lua module for text +description: UTF-8 aware subset of Lua's `string` module. +homepage: https://github.com/hslua/hslua-module-text +license: MIT +license-file: LICENSE +author: Albert Krewinkel +maintainer: albert+hslua@zeitkraut.de +copyright: © 2017–2021 Albert Krewinkel +category: Foreign +build-type: Simple +extra-source-files: ChangeLog.md + test/test-text.lua +cabal-version: >=1.10 +tested-with: GHC == 8.0.2 + , GHC == 8.2.2 + , GHC == 8.4.4 + , GHC == 8.6.5 + , GHC == 8.8.3 + , GHC == 8.10.1 + +source-repository head + type: git + location: https://github.com/hslua/hslua-module-text.git + +library + exposed-modules: Foreign.Lua.Module.Text + build-depends: base >= 4.8 && < 5 + , bytestring >= 0.10.2 && < 0.12 + , hslua >= 1.2 && < 1.4 + , text >= 1 && < 1.3 + hs-source-dirs: src + default-language: Haskell2010 + other-extensions: OverloadedStrings + +test-suite test-hslua + default-language: Haskell2010 + type: exitcode-stdio-1.0 + main-is: test-hslua-module-text.hs + hs-source-dirs: test + ghc-options: -Wall -threaded + build-depends: base + , hslua + , hslua-module-text + , tasty + , tasty-hunit + , tasty-lua >= 0.2 && < 0.3 + , text diff --git a/SPECS/ghc-hslua-module-text.spec b/SPECS/ghc-hslua-module-text.spec new file mode 100644 index 0000000..23fd110 --- /dev/null +++ b/SPECS/ghc-hslua-module-text.spec @@ -0,0 +1,164 @@ +# generated by cabal-rpm-2.0.9 +# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ + +%global pkg_name hslua-module-text +%global pkgver %{pkg_name}-%{version} + +%bcond_with tests + +Name: ghc-%{pkg_name} +Version: 0.3.0.1 +Release: 2%{?dist} +Summary: Lua module for text + +License: MIT +Url: https://hackage.haskell.org/package/%{pkg_name} +# Begin cabal-rpm sources: +Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz +Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal +# End cabal-rpm sources + +# Begin cabal-rpm deps: +BuildRequires: dos2unix +BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-rpm-macros +BuildRequires: ghc-base-prof +BuildRequires: ghc-bytestring-prof +BuildRequires: ghc-hslua-prof +BuildRequires: ghc-text-prof +# End cabal-rpm deps + +%description +UTF-8 aware subset of Lua's `string` module. + + +%package devel +Summary: Haskell %{pkg_name} library development files +Provides: %{name}-static = %{version}-%{release} +Provides: %{name}-static%{?_isa} = %{version}-%{release} +%if %{defined ghc_version} +Requires: ghc-compiler = %{ghc_version} +%endif +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +This package provides the Haskell %{pkg_name} library development +files. + + +%if %{with haddock} +%package doc +Summary: Haskell %{pkg_name} library documentation +BuildArch: noarch +Requires: ghc-filesystem + +%description doc +This package provides the Haskell %{pkg_name} library documentation. +%endif + + +%if %{with ghc_prof} +%package prof +Summary: Haskell %{pkg_name} profiling library +Requires: %{name}-devel%{?_isa} = %{version}-%{release} +Supplements: (%{name}-devel and ghc-prof) + +%description prof +This package provides the Haskell %{pkg_name} profiling library. +%endif + + +%prep +# Begin cabal-rpm setup: +%setup -q -n %{pkgver} +dos2unix -k -n %{SOURCE1} %{pkg_name}.cabal +# End cabal-rpm setup + + +%build +# Begin cabal-rpm build: +%ghc_lib_build +# End cabal-rpm build + + +%install +# Begin cabal-rpm install +%ghc_lib_install +# End cabal-rpm install + + +%files -f %{name}.files +# Begin cabal-rpm files: +%license LICENSE +# End cabal-rpm files + + +%files devel -f %{name}-devel.files +%doc ChangeLog.md + + +%if %{with haddock} +%files doc -f %{name}-doc.files +%license LICENSE +%endif + + +%if %{with ghc_prof} +%files prof -f %{name}-prof.files +%endif + + +%changelog +* Fri Aug 18 2023 Alexey Lyubimov - 0.3.0.1-2 +- Rebuilt for MSVSphere 9.2 + +* Thu Jan 20 2022 Fedora Release Engineering - 0.3.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Thu Aug 5 2021 Jens Petersen - 0.3.0.1-1 +- update to 0.3.0.1 + +* Thu Jul 22 2021 Fedora Release Engineering - 0.2.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Jan 26 2021 Fedora Release Engineering - 0.2.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Jul 27 2020 Fedora Release Engineering - 0.2.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jul 17 2020 Jens Petersen - 0.2.1-4 +- refresh to cabal-rpm-2.0.6 + +* Wed Feb 19 2020 Jens Petersen - 0.2.1-3 +- refresh to cabal-rpm-2.0.2 + +* Tue Jan 28 2020 Fedora Release Engineering - 0.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jul 25 2019 Jens Petersen - 0.2.1-1 +- update to 0.2.1 + +* Thu Jul 25 2019 Fedora Release Engineering - 0.1.2.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Feb 17 2019 Jens Petersen - 0.1.2.1-8 +- refresh to cabal-rpm-0.13 + +* Thu Jan 31 2019 Fedora Release Engineering - 0.1.2.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Jul 28 2018 Jens Petersen - 0.1.2.1-6 +- revise .cabal + +* Fri Jul 13 2018 Fedora Release Engineering - 0.1.2.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri Jun 1 2018 Jens Petersen - 0.1.2.1-4 +- disable the testsuite to preserve hash + +* Wed May 30 2018 Jens Petersen - 0.1.2.1-3 +- bump release over pandoc + +* Mon May 28 2018 Fedora Haskell SIG - 0.1.2.1-1 +- spec file generated by cabal-rpm-0.12.3