From a2a8359966f133278d22f6487527d28b67025cda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Thu, 15 Oct 2020 00:59:41 +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-base-compat#db78a4757e4f1464958400d7d6d74dfb73e6d953 --- .gitignore | 4 ++ ghc-base-compat.spec | 161 +++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 166 insertions(+) create mode 100644 ghc-base-compat.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..fdc4475 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,4 @@ +/base-compat-0.9.1.tar.gz +/base-compat-0.9.3.tar.gz +/base-compat-0.10.5.tar.gz +/base-compat-0.11.1.tar.gz diff --git a/ghc-base-compat.spec b/ghc-base-compat.spec new file mode 100644 index 0000000..6f1dc33 --- /dev/null +++ b/ghc-base-compat.spec @@ -0,0 +1,161 @@ +# generated by cabal-rpm-2.0.6 +# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ + +%global pkg_name base-compat +%global pkgver %{pkg_name}-%{version} + +Name: ghc-%{pkg_name} +Version: 0.11.1 +Release: 2%{?dist} +Summary: A compatibility layer for base + +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-unix-prof +# End cabal-rpm deps + +%description +Provides functions available in later versions of 'base' to a wider range of +compilers, without requiring you to use CPP pragmas in your code. See the +README for what is covered. Also see the changelog for recent changes. + +Note that 'base-compat' does not add any orphan instances. There is a separate +package 'base-orphans' for that. + + +%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 + +%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} +# 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 CHANGES.markdown README.markdown + + +%if %{with haddock} +%files doc -f %{name}-doc.files +%license LICENSE +%endif + + +%if %{with ghc_prof} +%files prof -f %{name}-prof.files +%endif + + +%changelog +* Mon Jul 27 2020 Fedora Release Engineering - 0.11.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sun Jun 07 2020 Jens Petersen - 0.11.1-1 +- update to 0.11.1 + +* Tue Jan 28 2020 Fedora Release Engineering - 0.10.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Aug 01 2019 Jens Petersen - 0.10.5-3 +- add doc and prof subpackages (cabal-rpm-1.0.0) + +* Thu Jul 25 2019 Fedora Release Engineering - 0.10.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Feb 21 2019 Jens Petersen - 0.10.5-1 +- update to 0.10.5 + +* Sun Feb 17 2019 Jens Petersen - 0.9.3-5 +- refresh to cabal-rpm-0.13 + +* Thu Jan 31 2019 Fedora Release Engineering - 0.9.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 0.9.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Feb 07 2018 Fedora Release Engineering - 0.9.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jan 24 2018 Jens Petersen - 0.9.3-1 +- update to 0.9.3 + +* Wed Aug 02 2017 Fedora Release Engineering - 0.9.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 0.9.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 24 2017 Jens Petersen - 0.9.1-4 +- refresh to cabal-rpm-0.11.1 + +* Fri Feb 10 2017 Fedora Release Engineering - 0.9.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Aug 04 2016 Ben Boeckel - 0.9.1-2 +- initial import into Fedora + +* Sat Apr 23 2016 Ben Boeckel - 0.9.1-1 +- update to 0.9.1 + +* Mon Jul 20 2015 Ben Boeckel - 0.8.2-1 +- initial package +- spec file generated by cabal-rpm-0.9.6 diff --git a/sources b/sources new file mode 100644 index 0000000..a07a2be --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (base-compat-0.11.1.tar.gz) = d92a81e670535b4ca6fd95d51800972bbc52008ef21ccc22119341974c45bec66ed725c795da8d94c8ef824dfaa7f9c03a173b643daf339a4759c49453cfcec8