diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 0a3a861..0000000 --- a/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -/blaze-markup-0.5.1.0.tar.gz -/blaze-markup-0.5.1.1.tar.gz -/blaze-markup-0.5.1.5.tar.gz -/blaze-markup-0.6.1.0.tar.gz -/blaze-markup-0.6.1.1.tar.gz -/blaze-markup-0.6.2.0.tar.gz -/blaze-markup-0.7.0.3.tar.gz -/blaze-markup-0.7.1.1.tar.gz -/blaze-markup-0.8.0.0.tar.gz -/blaze-markup-0.8.2.1.tar.gz -/blaze-markup-0.8.2.2.tar.gz -/blaze-markup-0.8.2.3.tar.gz -/blaze-markup-0.8.2.5.tar.gz -/blaze-markup-0.8.2.7.tar.gz -/blaze-markup-0.8.2.8.tar.gz diff --git a/blaze-markup-0.8.2.8.cabal b/blaze-markup-0.8.2.8.cabal deleted file mode 100644 index 41c39c7..0000000 --- a/blaze-markup-0.8.2.8.cabal +++ /dev/null @@ -1,91 +0,0 @@ -Name: blaze-markup -Version: 0.8.2.8 -x-revision: 5 -Homepage: http://jaspervdj.be/blaze -Bug-Reports: http://github.com/jaspervdj/blaze-markup/issues -License: BSD3 -License-file: LICENSE -Author: Jasper Van der Jeugt, Simon Meier, Deepak Jois -Maintainer: Jasper Van der Jeugt -Stability: Experimental -Category: Text -Synopsis: A blazingly fast markup combinator library for Haskell -Description: - Core modules of a blazingly fast markup combinator library for the Haskell - programming language. The Text.Blaze module is a good - starting point, as well as this tutorial: - . - -Build-type: Simple -Cabal-version: >= 1.10 - -Tested-with: - GHC == 9.6.2 - GHC == 9.4.5 - GHC == 9.2.8 - GHC == 9.0.2 - GHC == 8.10.7 - GHC == 8.8.4 - GHC == 8.6.5 - GHC == 8.4.4 - GHC == 8.2.2 - GHC == 8.0.2 - GHC == 7.10.3 - GHC == 7.8.4 - -Extra-source-files: - CHANGELOG - -Library - Hs-source-dirs: src - Ghc-Options: -Wall - Default-language: Haskell2010 - - Exposed-modules: - Text.Blaze - Text.Blaze.Internal - Text.Blaze.Renderer.Pretty - Text.Blaze.Renderer.String - Text.Blaze.Renderer.Text - Text.Blaze.Renderer.Utf8 - - Build-depends: - base >= 4 && < 5, - blaze-builder >= 0.3 && < 0.5, - text >= 0.10 && < 2.1, - bytestring >= 0.9 && < 0.13 - -Test-suite blaze-markup-tests - Type: exitcode-stdio-1.0 - Hs-source-dirs: src tests - Main-is: TestSuite.hs - Ghc-options: -Wall - Default-language: Haskell2010 - - Other-modules: - Text.Blaze - Text.Blaze.Internal - Text.Blaze.Renderer.Pretty - Text.Blaze.Renderer.String - Text.Blaze.Renderer.Text - Text.Blaze.Renderer.Utf8 - Text.Blaze.Tests - Text.Blaze.Tests.Util - - Build-depends: - -- Copied from regular dependencies... - base - , blaze-builder - , text - , bytestring - -- Extra dependencies - , HUnit >= 1.2 && < 1.7 - , QuickCheck >= 2.7 && < 2.15 - , containers >= 0.3 && < 0.7 - , tasty >= 1.0 && < 1.5 - , tasty-hunit >= 0.10 && < 0.11 - , tasty-quickcheck >= 0.10 && < 0.11 - -Source-repository head - Type: git - Location: http://github.com/jaspervdj/blaze-markup diff --git a/changelog b/changelog deleted file mode 100644 index 81414c8..0000000 --- a/changelog +++ /dev/null @@ -1,117 +0,0 @@ -* Thu Feb 16 2023 Jens Petersen - 0.8.2.8-5 -- refresh to cabal-rpm-2.1.0 with SPDX migration - -* Thu Jul 21 2022 Fedora Release Engineering - 0.8.2.8-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Fri Jun 17 2022 Jens Petersen - 0.8.2.8-3 -- rebuild - -* Thu Jan 20 2022 Fedora Release Engineering - 0.8.2.8-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Thu Aug 5 2021 Jens Petersen - 0.8.2.8-1 -- update to 0.8.2.8 - -* Thu Jul 22 2021 Fedora Release Engineering - 0.8.2.7-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Tue Jan 26 2021 Fedora Release Engineering - 0.8.2.7-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Mon Jul 27 2020 Fedora Release Engineering - 0.8.2.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu Jul 16 2020 Jens Petersen - 0.8.2.7-1 -- update to 0.8.2.7 - -* Sun Jun 07 2020 Jens Petersen - 0.8.2.5-1 -- update to 0.8.2.5 - -* Sun Feb 09 2020 Jens Petersen - 0.8.2.3-1 -- update to 0.8.2.3 - -* Tue Jan 28 2020 Fedora Release Engineering - 0.8.2.2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Aug 01 2019 Jens Petersen - 0.8.2.2-3 -- add doc and prof subpackages (cabal-rpm-1.0.0) - -* Thu Jul 25 2019 Fedora Release Engineering - 0.8.2.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Feb 21 2019 Jens Petersen - 0.8.2.2-1 -- update to 0.8.2.2 - -* Sun Feb 17 2019 Jens Petersen - 0.8.2.1-3 -- refresh to cabal-rpm-0.13 - -* Thu Jan 31 2019 Fedora Release Engineering - 0.8.2.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sun Jul 22 2018 Jens Petersen - 0.8.2.1-1 -- update to 0.8.2.1 - -* Fri Jul 13 2018 Fedora Release Engineering - 0.8.0.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Wed Feb 07 2018 Fedora Release Engineering - 0.8.0.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Wed Jan 24 2018 Jens Petersen - 0.8.0.0-1 -- update to 0.8.0.0 - -* Wed Aug 02 2017 Fedora Release Engineering - 0.7.1.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 0.7.1.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Tue Feb 21 2017 Jens Petersen - 0.7.1.1-1 -- update to 0.7.1.1 - -* Fri Feb 10 2017 Fedora Release Engineering - 0.7.0.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Thu Jun 23 2016 Jens Petersen - 0.7.0.3-1 -- update to 0.7.0.3 - -* Wed Feb 03 2016 Fedora Release Engineering - 0.6.2.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Jun 17 2015 Fedora Release Engineering - 0.6.2.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Thu Jan 15 2015 Jens Petersen - 0.6.2.0-1 -- update to 0.6.2.0 -- refresh to cblrpm-0.8.11 - -* Sat Aug 16 2014 Fedora Release Engineering - 0.5.1.5-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering - 0.5.1.5-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sat Aug 03 2013 Fedora Release Engineering - 0.5.1.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Jun 07 2013 Jens Petersen - 0.5.1.5-2 -- update to new simplified Haskell Packaging Guidelines - -* Tue Mar 12 2013 Jens Petersen - 0.5.1.5-1 -- update to 0.5.1.5 - -* Wed Feb 13 2013 Fedora Release Engineering - 0.5.1.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Mon Nov 19 2012 Jens Petersen - 0.5.1.1-2 -- update with cabal-rpm-0.6.5 - -* Thu Oct 25 2012 Jens Petersen - 0.5.1.1-1 -- update to 0.5.1.1 - -* Mon Sep 10 2012 Jens Petersen - 0.5.1.0-1 -- improve description format - -* Mon Sep 10 2012 Fedora Haskell SIG -- spec file generated by cabal-rpm-0.6.2 diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..6cc52bd --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +ghc-blaze-markup package is retired on branch c10s for BAKERY-412 \ No newline at end of file diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec deleted file mode 100644 index ee97ad3..0000000 --- a/ghc-blaze-markup.spec +++ /dev/null @@ -1,133 +0,0 @@ -# generated by cabal-rpm-2.1.0 -# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ - -%global pkg_name blaze-markup -%global pkgver %{pkg_name}-%{version} - -%bcond_without tests - -Name: ghc-%{pkg_name} -Version: 0.8.2.8 -Release: %autorelease -Summary: A blazingly fast markup combinator library for Haskell - -License: BSD-3-Clause -Url: https://hackage.haskell.org/package/%{pkg_name} -# Begin cabal-rpm sources: -Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz -Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal -# End cabal-rpm sources - -# Begin cabal-rpm deps: -BuildRequires: dos2unix -BuildRequires: ghc-Cabal-devel -BuildRequires: ghc-rpm-macros -BuildRequires: ghc-base-devel -BuildRequires: ghc-blaze-builder-devel -BuildRequires: ghc-bytestring-devel -BuildRequires: ghc-text-devel -%if %{with ghc_prof} -BuildRequires: ghc-base-prof -BuildRequires: ghc-blaze-builder-prof -BuildRequires: ghc-bytestring-prof -BuildRequires: ghc-text-prof -%endif -%if %{with tests} -BuildRequires: ghc-HUnit-devel -BuildRequires: ghc-QuickCheck-devel -BuildRequires: ghc-containers-devel -BuildRequires: ghc-tasty-devel -BuildRequires: ghc-tasty-hunit-devel -BuildRequires: ghc-tasty-quickcheck-devel -%endif -# End cabal-rpm deps - -%description -Core modules of a blazingly fast markup combinator library for the Haskell -programming language. The Text.Blaze module is a good starting point, as well -as this tutorial: . - - -%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 -Requires: ghc-filesystem - -%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} -dos2unix -k -n %{SOURCE1} %{pkg_name}.cabal -# 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 -%if %{with tests} -%cabal_test -%endif - - -%files -f %{name}.files -# Begin cabal-rpm files: -%license LICENSE -# End cabal-rpm files - - -%files devel -f %{name}-devel.files -%doc CHANGELOG - - -%if %{with haddock} -%files doc -f %{name}-doc.files -%license LICENSE -%endif - - -%if %{with ghc_prof} -%files prof -f %{name}-prof.files -%endif - - -%changelog -%autochangelog diff --git a/sources b/sources deleted file mode 100644 index f2680e4..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (blaze-markup-0.8.2.8.tar.gz) = d677b611c751c2dfd4bd12c1b1aa612b08356c90b9962b60d4972a9626ddd0337bcaf40b4595b64c1d3bf506d017f058771d00fa55979b94283095061be18944