From 54ba5fdc105f3df82acd9b486887c81a20428132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Thu, 15 Oct 2020 01:27:18 +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-temporary#0578edfd7912ce1dabb7c379a2bc1d2a74954992 --- .gitignore | 6 ++ ghc-temporary.spec | 223 +++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 230 insertions(+) create mode 100644 ghc-temporary.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..0abff05 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,6 @@ +/temporary-1.1.2.3.tar.gz +/temporary-1.1.2.4.tar.gz +/temporary-1.2.0.3.tar.gz +/temporary-1.2.0.4.tar.gz +/temporary-1.2.1.1.tar.gz +/temporary-1.3.tar.gz diff --git a/ghc-temporary.spec b/ghc-temporary.spec new file mode 100644 index 0000000..aa58a0a --- /dev/null +++ b/ghc-temporary.spec @@ -0,0 +1,223 @@ +# generated by cabal-rpm-2.0.6 +# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ + +%global pkg_name temporary +%global pkgver %{pkg_name}-%{version} + +%ifnarch s390x +%bcond_without tests +%else +%bcond_with tests +%endif + +Name: ghc-%{pkg_name} +Version: 1.3 +Release: 8%{?dist} +Summary: Portable temporary file and directory support + +License: BSD +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-directory-prof +BuildRequires: ghc-exceptions-prof +BuildRequires: ghc-filepath-prof +BuildRequires: ghc-random-prof +BuildRequires: ghc-transformers-prof +BuildRequires: ghc-unix-prof +%if %{with tests} +BuildRequires: ghc-base-compat-devel +BuildRequires: ghc-tasty-devel +BuildRequires: ghc-tasty-hunit-devel +%endif +# End cabal-rpm deps + +%description +The functions for creating temporary files and directories in the base library +are quite limited. The unixutils package contains some good ones, +but they aren't portable to Windows. This library just repackages the +Cabal implementations of its own temporary file and folder functions +so that you can use them without linking against Cabal or depending on +it being installed. + + +%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 + + +%check +%cabal_test + + +%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 +* Sat Aug 01 2020 Fedora Release Engineering - 1.3-8 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Mon Jul 27 2020 Fedora Release Engineering - 1.3-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jul 17 2020 Jens Petersen - 1.3-6 +- refresh to cabal-rpm-2.0.6 + +* Wed Feb 19 2020 Jens Petersen - 1.3-5 +- refresh to cabal-rpm-2.0.2 + +* Tue Jan 28 2020 Fedora Release Engineering - 1.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Aug 02 2019 Jens Petersen - 1.3-3 +- add doc and prof subpackages (cabal-rpm-1.0.0) + +* Thu Jul 25 2019 Fedora Release Engineering - 1.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Feb 21 2019 Jens Petersen - 1.3-1 +- update to 1.3 + +* Sun Feb 17 2019 Jens Petersen - 1.2.1.1-6 +- refresh to cabal-rpm-0.13 + +* Thu Jan 31 2019 Fedora Release Engineering - 1.2.1.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Jul 28 2018 Jens Petersen - 1.2.1.1-4 +- rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 1.2.1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Feb 07 2018 Fedora Release Engineering - 1.2.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jan 24 2018 Jens Petersen - 1.2.0.4-1 +- update to 1.2.1.1 + +* Wed Aug 02 2017 Fedora Release Engineering - 1.2.0.4-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 1.2.0.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 24 2017 Jens Petersen - 1.2.0.4-3 +- refresh to cabal-rpm-0.11.1 + +* Fri Feb 10 2017 Fedora Release Engineering - 1.2.0.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Sun Jun 26 2016 Jens Petersen - 1.2.0.4-1 +- update to 1.2.0.4 + +* Wed Feb 03 2016 Fedora Release Engineering - 1.2.0.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 1.2.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Wed Aug 27 2014 Jens Petersen - 1.2.0.3-1 +- update to 1.2.0.3 + +* Sat Aug 16 2014 Fedora Release Engineering - 1.1.2.4-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Tue Jul 8 2014 Jens Petersen - 1.1.2.4-5 +- update to cblrpm-0.8.11 + +* Sat Aug 03 2013 Fedora Release Engineering - 1.1.2.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Tue Jun 04 2013 Jens Petersen - 1.1.2.4-3 +- update to new simplified Haskell Packaging Guidelines + +* Wed Feb 13 2013 Fedora Release Engineering - 1.1.2.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Nov 08 2012 Jens Petersen - 1.1.2.4-1 +- update to 1.1.2.4 + +* Thu Jul 19 2012 Fedora Release Engineering - 1.1.2.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Mar 23 2012 Jens Petersen - 1.1.2.3-2 +- add license to ghc_files + +* Tue Feb 7 2012 Jens Petersen - 1.1.2.3-1 +- BSD license + +* Tue Feb 7 2012 Fedora Haskell SIG +- spec file template generated by cabal2spec-0.25.4 diff --git a/sources b/sources new file mode 100644 index 0000000..6dea721 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (temporary-1.3.tar.gz) = e3078caf54da95c4efa9e9c936b35a98b62296ecce2242cd4e103605a9d29e8a9d6c7027dbf50d02b6a893bea558ea5b07dbb1df7c59bf26d86db76ccf112f25