From 326a87d48f200a272ac56d743e55ee44aeaacd44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Thu, 15 Oct 2020 00:58:23 +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-asn1-parse#1c9cacb8b3b30f3565faad8cfcf1a05dcf61ee3b --- .gitignore | 2 + ghc-asn1-parse.spec | 158 ++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 161 insertions(+) create mode 100644 ghc-asn1-parse.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..f7759a5 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,2 @@ +/asn1-parse-0.9.4.tar.gz +/asn1-parse-0.9.5.tar.gz diff --git a/ghc-asn1-parse.spec b/ghc-asn1-parse.spec new file mode 100644 index 0000000..f0c8abb --- /dev/null +++ b/ghc-asn1-parse.spec @@ -0,0 +1,158 @@ +# generated by cabal-rpm-2.0.6 +# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ + +%global pkg_name asn1-parse +%global pkgver %{pkg_name}-%{version} + +Name: ghc-%{pkg_name} +Version: 0.9.5 +Release: 3%{?dist} +Summary: Simple monadic parser for ASN1 stream types + +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-asn1-encoding-prof +BuildRequires: ghc-asn1-types-prof +BuildRequires: ghc-base-prof +BuildRequires: ghc-bytestring-prof +# End cabal-rpm deps + +%description +Simple monadic parser for ASN1 stream types, when ASN1 pattern matching is not +convenient. + + +%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 + + +%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.9.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jul 17 2020 Jens Petersen - 0.9.5-2 +- refresh to cabal-rpm-2.0.6 + +* Sun Feb 09 2020 Jens Petersen - 0.9.5-1 +- update to 0.9.5 + +* Tue Jan 28 2020 Fedora Release Engineering - 0.9.4-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Aug 01 2019 Jens Petersen - 0.9.4-12 +- add doc and prof subpackages (cabal-rpm-1.0.0) + +* Thu Jul 25 2019 Fedora Release Engineering - 0.9.4-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Feb 17 2019 Jens Petersen - 0.9.4-10 +- refresh to cabal-rpm-0.13 + +* Thu Jan 31 2019 Fedora Release Engineering - 0.9.4-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Jul 28 2018 Jens Petersen - 0.9.4-8 +- rebuild + +* Mon Jul 23 2018 Miro HronĨok - 0.9.4-7 +- Rebuilt for #1607054 + +* Fri Jul 13 2018 Fedora Release Engineering - 0.9.4-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Feb 07 2018 Fedora Release Engineering - 0.9.4-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Fri Jan 26 2018 Jens Petersen - 0.9.4-4 +- rebuild + +* Fri Jul 21 2017 Elliott Sales de Andrade 0.9.4-3 +- Bump for Fedora 26. + +* Fri Dec 16 2016 Elliott Sales de Andrade - 0.9.4-2 +- spec file generated by cabal-rpm-0.10.0 +- Update release to be newer than previous builds + +* Sun Apr 24 2016 Elliott Sales de Andrade - 0.9.4-1 +- update to 0.9.4 + +* Sun Apr 24 2016 Elliott Sales de Andrade - 0.9.1-2 +- Bump to rebuild against newer dependencies + +* Sun Aug 23 2015 Ben Boeckel - 0.9.1-1 +- initial package diff --git a/sources b/sources new file mode 100644 index 0000000..3b39a89 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (asn1-parse-0.9.5.tar.gz) = d352422479a4bb31a6c7ea02fc3da701d1417bb37a9f029636f6e2646530e4bd8a8de65e192b2beaa5b0b115487c45f42252acf05f58e5f513dea4c81be59a7f