diff --git a/.gitignore b/.gitignore deleted file mode 100644 index fce8338..0000000 --- a/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -/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/dead.package b/dead.package new file mode 100644 index 0000000..842e291 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +ghc-aeson-pretty package is retired on c9s for CS-611 diff --git a/ghc-aeson-pretty.spec b/ghc-aeson-pretty.spec deleted file mode 100644 index 58ff546..0000000 --- a/ghc-aeson-pretty.spec +++ /dev/null @@ -1,209 +0,0 @@ -# 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: 5%{?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 -* Thu Apr 15 2021 Mohan Boddu - 0.8.8-5 -- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - -* Tue Jan 26 2021 Fedora Release Engineering - 0.8.8-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* 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 deleted file mode 100644 index fe3ed5d..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (aeson-pretty-0.8.8.tar.gz) = 5867343c5d51d632bb299fcbc00cdb29b0feb1931f0ff9c3cf89c5752f1a103c68c9e6fa65e8538ac19212853c39f6d1d6e0c2d9f0bf49fe001c1bfd792db779