From 31c4ba44ead335d2d72b65f05d26498cb93bec5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Thu, 15 Oct 2020 00:56:57 +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-aeson-pretty#ad2d04d1b81daf5cc278aac31eb7e783e0a67af7 --- .gitignore | 6 ++ ghc-aeson-pretty.spec | 203 ++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 210 insertions(+) create mode 100644 ghc-aeson-pretty.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..fce8338 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,6 @@ +/aeson-pretty-0.7.1.tar.gz +/aeson-pretty-0.7.2.tar.gz +/aeson-pretty-0.8.2.tar.gz +/aeson-pretty-0.8.5.tar.gz +/aeson-pretty-0.8.7.tar.gz +/aeson-pretty-0.8.8.tar.gz diff --git a/ghc-aeson-pretty.spec b/ghc-aeson-pretty.spec new file mode 100644 index 0000000..2c99f88 --- /dev/null +++ b/ghc-aeson-pretty.spec @@ -0,0 +1,203 @@ +# generated by cabal-rpm-2.0.6 +# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ + +%global pkg_name aeson-pretty +%global pkgver %{pkg_name}-%{version} + +Name: ghc-%{pkg_name} +Version: 0.8.8 +Release: 3%{?dist} +Summary: JSON pretty-printing library + +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-aeson-prof +BuildRequires: ghc-attoparsec-prof +BuildRequires: ghc-base-prof +BuildRequires: ghc-base-compat-prof +BuildRequires: ghc-bytestring-prof +BuildRequires: ghc-cmdargs-prof +BuildRequires: ghc-scientific-prof +BuildRequires: ghc-text-prof +BuildRequires: ghc-unordered-containers-prof +BuildRequires: ghc-vector-prof +# End cabal-rpm deps + +%description +A JSON pretty-printing library compatible with aeson as well as a command-line +tool to improve readabilty of streams of JSON data. + +The library provides the function "encodePretty". It is a drop-in replacement +for aeson's "encode" function, producing JSON-ByteStrings for human readers. + +The command-line tool reads JSON from stdin and writes prettified JSON to +stdout. It also offers a complementary "compact"-mode, essentially the opposite +of pretty-printing. + + +%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 README.markdown +%{_bindir}/%{pkg_name} + + +%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.8.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jul 17 2020 Jens Petersen - 0.8.8-2 +- refresh to cabal-rpm-2.0.6 + +* Sun Feb 09 2020 Jens Petersen - 0.8.8-1 +- update to 0.8.8 + +* Tue Jan 28 2020 Fedora Release Engineering - 0.8.7-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Aug 01 2019 Jens Petersen - 0.8.7-5 +- add doc and prof subpackages (cabal-rpm-1.0.0) + +* Thu Jul 25 2019 Fedora Release Engineering - 0.8.7-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Feb 17 2019 Jens Petersen - 0.8.7-3 +- refresh to cabal-rpm-0.13 + +* Thu Jan 31 2019 Fedora Release Engineering - 0.8.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Jul 28 2018 Jens Petersen - 0.8.7-1 +- update to 0.8.7 + +* Tue Jul 24 2018 Miro Hrončok - 0.8.5-5 +- Enable annotated build again + +* Mon Jul 23 2018 Miro Hrončok - 0.8.5-4 +- Rebuilt for #1607054 + +* Fri Jul 13 2018 Fedora Release Engineering - 0.8.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Feb 07 2018 Fedora Release Engineering - 0.8.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jan 24 2018 Jens Petersen - 0.8.5-1 +- update to 0.8.5 + +* Wed Aug 02 2017 Fedora Release Engineering - 0.8.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 0.8.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 24 2017 Jens Petersen - 0.8.2-3 +- refresh to cabal-rpm-0.11.1 + +* Fri Feb 10 2017 Fedora Release Engineering - 0.8.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Wed Oct 05 2016 Jens Petersen - 0.8.2-1 +- update to 0.8.2 + +* Thu Jun 23 2016 Jens Petersen - 0.7.2-1 +- update to 0.7.2 + +* Tue Apr 26 2016 Zbigniew Jędrzejewski-Szmek - 0.7.1-7 +- Rebuild for ghc(cmdargs) + +* Wed Feb 03 2016 Fedora Release Engineering - 0.7.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 0.7.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Wed Jan 28 2015 Jens Petersen - 0.7.1-4 +- update urls + +* Sat Aug 16 2014 Fedora Release Engineering - 0.7.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 0.7.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Mon Jan 27 2014 Jens Petersen - 0.7.1-1 +- package the tool in devel subpackage +- simpler summary and description + +* Mon Jan 27 2014 Fedora Haskell SIG - 0.7.1 +- spec file generated by cabal-rpm-0.8.8 diff --git a/sources b/sources new file mode 100644 index 0000000..fe3ed5d --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (aeson-pretty-0.8.8.tar.gz) = 5867343c5d51d632bb299fcbc00cdb29b0feb1931f0ff9c3cf89c5752f1a103c68c9e6fa65e8538ac19212853c39f6d1d6e0c2d9f0bf49fe001c1bfd792db779