From 6dc40dd57976e1fd22c48c814d7b797ea663f5d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Thu, 15 Oct 2020 01:11:07 +0200 Subject: [PATCH] RHEL 9.0.0 Alpha bootstrap The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/ghc-hslua#46af2c5865abbbc295fd1ce8558482fc8cbdc732 --- .gitignore | 8 ++ ghc-hslua.spec | 214 +++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 223 insertions(+) create mode 100644 ghc-hslua.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..d8803b2 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,8 @@ +/hslua-0.3.6.1.tar.gz +/hslua-0.3.10.tar.gz +/hslua-0.3.13.tar.gz +/hslua-0.4.1.tar.gz +/hslua-0.9.5.tar.gz +/hslua-0.9.5.2.tar.gz +/hslua-1.0.3.1.tar.gz +/hslua-1.0.3.2.tar.gz diff --git a/ghc-hslua.spec b/ghc-hslua.spec new file mode 100644 index 0000000..259f3f0 --- /dev/null +++ b/ghc-hslua.spec @@ -0,0 +1,214 @@ +# generated by cabal-rpm-2.0.6 +# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ + +%bcond_with system_lua + +%global pkg_name hslua +%global pkgver %{pkg_name}-%{version} + +# testsuite missing deps: quickcheck-instances + +Name: ghc-%{pkg_name} +Version: 1.0.3.2 +Release: 4%{?dist} +Summary: Bindings to Lua, an embeddable scripting language + +License: MIT +Url: https://hackage.haskell.org/package/%{pkg_name} +# Begin cabal-rpm sources: +Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz +# End cabal-rpm sources + +# Begin cabal-rpm deps: +BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-rpm-macros +BuildRequires: ghc-base-prof +BuildRequires: ghc-bytestring-prof +BuildRequires: ghc-containers-prof +BuildRequires: ghc-exceptions-prof +BuildRequires: ghc-mtl-prof +BuildRequires: ghc-text-prof +BuildRequires: lua-devel +# End cabal-rpm deps +%if %{without system_lua} +Provides: bundled(lua) = 5.3.5 +%endif + +%description +HsLua provides bindings, wrappers, types, and helper functions to bridge +Haskell and Lua. + +Example programs are available in . + +%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} +# Begin cabal-rpm deps: +Requires: lua-devel%{?_isa} +# End cabal-rpm deps + +%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 + +%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} +chmod a-x CHANGELOG.md README.md +# End cabal-rpm setup +%if %{with system_lua} +cabal-tweak-flag system-lua True +rm -r cbits/lua-5.3.5 +%endif +sed -i "/fail /d" hslua.cabal + + +%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 README.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 +* Sat Aug 01 2020 Fedora Release Engineering - 1.0.3.2-4 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Mon Jul 27 2020 Fedora Release Engineering - 1.0.3.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jul 17 2020 Jens Petersen - 1.0.3.2-2 +- used bundled lua-5.3.5 (can't build with lua-5.4) + +* Fri Feb 14 2020 Jens Petersen - 1.0.3.2-1 +- update to 1.0.3.2 + +* Tue Jan 28 2020 Fedora Release Engineering - 1.0.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jul 25 2019 Jens Petersen - 1.0.3.1-1 +- update to 1.0.3.1 + +* Thu Jul 25 2019 Fedora Release Engineering - 0.9.5.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Feb 17 2019 Jens Petersen - 0.9.5.2-3 +- refresh to cabal-rpm-0.13 + +* Thu Jan 31 2019 Fedora Release Engineering - 0.9.5.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sun Jul 22 2018 Jens Petersen - 0.9.5.2-1 +- update to 0.9.5.2 + +* Fri Jul 13 2018 Fedora Release Engineering - 0.9.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Feb 07 2018 Fedora Release Engineering - 0.9.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jan 24 2018 Jens Petersen - 0.9.5-1 +- update to 0.9.5 + +* Wed Aug 02 2017 Fedora Release Engineering - 0.4.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 0.4.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 24 2017 Jens Petersen - 0.4.1-3 +- refresh to cabal-rpm-0.11.1 + +* Fri Feb 10 2017 Fedora Release Engineering - 0.4.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Jun 23 2016 Jens Petersen - 0.4.1-1 +- update to 0.4.1 + +* Wed Feb 03 2016 Fedora Release Engineering - 0.3.13-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 0.3.13-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Mon Jan 19 2015 Jens Petersen - 0.3.13-1 +- update to 0.3.13 + +* Sat Aug 16 2014 Fedora Release Engineering - 0.3.10-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 0.3.10-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed Jan 22 2014 Jens Petersen - 0.3.10-2 +- hslua needs lua-5.1 so build with compat-lua + +* Wed Jan 22 2014 Jens Petersen - 0.3.10-1 +- update to 0.3.10 (#1009375) +- update license to MIT (#1009375) + see https://github.com/osa1/hslua/issues/14 +- system-lua patch is now upstream +- tweak summary and description + +* Wed Oct 16 2013 Jens Petersen - 0.3.6.1-2 +- add static provides to devel + +* Wed Sep 18 2013 Jens Petersen - 0.3.6.1-1 +- summary and description +- patch to use system lua + +* Wed Sep 18 2013 Fedora Haskell SIG - 0.3.6.1-0 +- spec file generated by cabal-rpm-0.8.3 diff --git a/sources b/sources new file mode 100644 index 0000000..5307815 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (hslua-1.0.3.2.tar.gz) = 2e047e32a55d0c9512388445ba318d7ceec85f467c89ad825cceb2c60b5b1dce10fa5f014009cb105f71d109fd66eca0c94b88d3a5e26a85ae0dc3e327606e38