ghc-blaze-html package is retired on branch c10s for BAKERY-412
This commit is contained in:
parent
01625cbc5c
commit
f66709cf25
17
.gitignore
vendored
17
.gitignore
vendored
@ -1,17 +0,0 @@
|
||||
/blaze-html-0.4.1.3.tar.gz
|
||||
/blaze-html-0.4.1.4.tar.gz
|
||||
/blaze-html-0.4.1.6.tar.gz
|
||||
/blaze-html-0.4.1.7.tar.gz
|
||||
/blaze-html-0.4.2.0.tar.gz
|
||||
/blaze-html-0.4.3.1.tar.gz
|
||||
/blaze-html-0.4.3.4.tar.gz
|
||||
/blaze-html-0.5.1.0.tar.gz
|
||||
/blaze-html-0.6.0.0.tar.gz
|
||||
/blaze-html-0.6.1.1.tar.gz
|
||||
/blaze-html-0.7.0.2.tar.gz
|
||||
/blaze-html-0.7.0.3.tar.gz
|
||||
/blaze-html-0.8.1.1.tar.gz
|
||||
/blaze-html-0.8.1.3.tar.gz
|
||||
/blaze-html-0.9.0.1.tar.gz
|
||||
/blaze-html-0.9.1.1.tar.gz
|
||||
/blaze-html-0.9.1.2.tar.gz
|
@ -1,109 +0,0 @@
|
||||
Cabal-version: >= 1.8
|
||||
Name: blaze-html
|
||||
Version: 0.9.1.2
|
||||
x-revision: 3
|
||||
Homepage: http://jaspervdj.be/blaze
|
||||
Bug-Reports: http://github.com/jaspervdj/blaze-html/issues
|
||||
License: BSD3
|
||||
License-file: LICENSE
|
||||
Author: Jasper Van der Jeugt, Simon Meier
|
||||
Maintainer: Jasper Van der Jeugt <m@jaspervdj.be>
|
||||
Stability: Experimental
|
||||
Category: Text
|
||||
Synopsis: A blazingly fast HTML combinator library for Haskell
|
||||
Description:
|
||||
A blazingly fast HTML combinator library for the Haskell
|
||||
programming language. The Text.Blaze module is a good
|
||||
starting point, as well as this tutorial:
|
||||
<http://jaspervdj.be/blaze/tutorial.html>.
|
||||
|
||||
Build-type: Simple
|
||||
|
||||
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
|
||||
src/Util/Sanitize.hs
|
||||
src/Util/GenerateHtmlCombinators.hs
|
||||
|
||||
Library
|
||||
Hs-source-dirs: src
|
||||
Ghc-Options: -Wall
|
||||
|
||||
Exposed-modules:
|
||||
Text.Blaze.Html
|
||||
Text.Blaze.Html.Renderer.Pretty
|
||||
Text.Blaze.Html.Renderer.String
|
||||
Text.Blaze.Html.Renderer.Text
|
||||
Text.Blaze.Html.Renderer.Utf8
|
||||
Text.Blaze.Html4.FrameSet
|
||||
Text.Blaze.Html4.FrameSet.Attributes
|
||||
Text.Blaze.Html4.Strict
|
||||
Text.Blaze.Html4.Strict.Attributes
|
||||
Text.Blaze.Html4.Transitional
|
||||
Text.Blaze.Html4.Transitional.Attributes
|
||||
Text.Blaze.Html5
|
||||
Text.Blaze.Html5.Attributes
|
||||
Text.Blaze.XHtml1.FrameSet
|
||||
Text.Blaze.XHtml1.FrameSet.Attributes
|
||||
Text.Blaze.XHtml1.Strict
|
||||
Text.Blaze.XHtml1.Strict.Attributes
|
||||
Text.Blaze.XHtml1.Transitional
|
||||
Text.Blaze.XHtml1.Transitional.Attributes
|
||||
Text.Blaze.XHtml5
|
||||
Text.Blaze.XHtml5.Attributes
|
||||
|
||||
Build-depends:
|
||||
base >= 4 && < 5,
|
||||
blaze-builder >= 0.3 && < 0.5,
|
||||
blaze-markup >= 0.8 && < 0.9,
|
||||
bytestring >= 0.9 && < 0.12,
|
||||
text >= 0.10 && < 2.1
|
||||
|
||||
Test-suite blaze-html-tests
|
||||
Type: exitcode-stdio-1.0
|
||||
Hs-source-dirs: src tests
|
||||
Main-is: TestSuite.hs
|
||||
Ghc-options: -Wall
|
||||
|
||||
Other-modules:
|
||||
Text.Blaze.Html
|
||||
Text.Blaze.Html.Renderer.String
|
||||
Text.Blaze.Html.Renderer.Text
|
||||
Text.Blaze.Html.Renderer.Utf8
|
||||
Text.Blaze.Html.Tests
|
||||
Text.Blaze.Html.Tests.Util
|
||||
Text.Blaze.Html5
|
||||
Text.Blaze.Html5.Attributes
|
||||
Util.Sanitize
|
||||
Util.Tests
|
||||
|
||||
Build-depends:
|
||||
HUnit >= 1.2 && < 1.7,
|
||||
QuickCheck >= 2.4 && < 2.15,
|
||||
containers >= 0.3 && < 0.7,
|
||||
test-framework >= 0.4 && < 0.9,
|
||||
test-framework-hunit >= 0.3 && < 0.4,
|
||||
test-framework-quickcheck2 >= 0.3 && < 0.4,
|
||||
-- Copied from regular dependencies...
|
||||
base >= 4 && < 5,
|
||||
blaze-builder >= 0.3 && < 0.5,
|
||||
blaze-markup >= 0.8 && < 0.9,
|
||||
bytestring >= 0.9 && < 0.13,
|
||||
text >= 0.10 && < 2.1
|
||||
|
||||
Source-repository head
|
||||
Type: git
|
||||
Location: http://github.com/jaspervdj/blaze-html.git
|
154
changelog
154
changelog
@ -1,154 +0,0 @@
|
||||
* Thu Feb 16 2023 Jens Petersen <petersen@redhat.com> - 0.9.1.2-10
|
||||
- refresh to cabal-rpm-2.1.0 with SPDX migration
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1.2-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Fri Jun 17 2022 Jens Petersen <petersen@redhat.com> - 0.9.1.2-8
|
||||
- rebuild
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1.2-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Aug 06 2021 Jens Petersen <petersen@redhat.com> - 0.9.1.2-6
|
||||
- rebuild
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1.2-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Jul 17 2020 Jens Petersen <petersen@redhat.com> - 0.9.1.2-2
|
||||
- refresh to cabal-rpm-2.0.6
|
||||
|
||||
* Sun Feb 09 2020 Jens Petersen <petersen@redhat.com> - 0.9.1.2-1
|
||||
- update to 0.9.1.2
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Aug 01 2019 Jens Petersen <petersen@redhat.com> - 0.9.1.1-5
|
||||
- add doc and prof subpackages (cabal-rpm-1.0.0)
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 0.9.1.1-3
|
||||
- refresh to cabal-rpm-0.13
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Sun Jul 22 2018 Jens Petersen <petersen@redhat.com> - 0.9.1.1-1
|
||||
- update to 0.9.1.1
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 0.9.0.1-1
|
||||
- update to 0.9.0.1
|
||||
|
||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Tue Feb 21 2017 Jens Petersen <petersen@redhat.com> - 0.8.1.3-1
|
||||
- update to 0.8.1.3
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Thu Jun 23 2016 Jens Petersen <petersen@redhat.com> - 0.8.1.1-1
|
||||
- update to 0.8.1.1
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Thu Sep 25 2014 Jens Petersen <petersen@redhat.com> - 0.7.0.3-1
|
||||
- update to 0.7.0.3
|
||||
- refresh to cblrpm-0.8.11
|
||||
|
||||
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Mon Jun 10 2013 Jens Petersen <petersen@redhat.com> - 0.6.1.1-1
|
||||
- update to 0.6.1.1
|
||||
- update to new simplified Haskell Packaging Guidelines
|
||||
|
||||
* Mon Mar 11 2013 Jens Petersen <petersen@redhat.com> - 0.6.0.0-1
|
||||
- update to 0.6.0.0
|
||||
|
||||
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Mon Nov 19 2012 Jens Petersen <petersen@redhat.com> - 0.5.1.0-1
|
||||
- update to 0.5.1.0 with cabal-rpm
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.3.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Mon Jul 16 2012 Jens Petersen <petersen@redhat.com> - 0.4.3.4-2
|
||||
- change prof BRs to devel
|
||||
|
||||
* Wed Jun 13 2012 Jens Petersen <petersen@redhat.com> - 0.4.3.4-1
|
||||
- update to 0.4.3.4
|
||||
|
||||
* Thu Mar 22 2012 Jens Petersen <petersen@redhat.com> - 0.4.3.1-3
|
||||
- rebuild
|
||||
|
||||
* Thu Mar 1 2012 Jens Petersen <petersen@redhat.com> - 0.4.3.1-2
|
||||
- rebuild
|
||||
|
||||
* Thu Jan 5 2012 Jens Petersen <petersen@redhat.com> - 0.4.3.1-1
|
||||
- update to 0.4.3.1 and cabal2spec-0.25.2
|
||||
|
||||
* Thu Oct 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.4.2.0-1.2
|
||||
- rebuild with new gmp without compat lib
|
||||
|
||||
* Tue Oct 11 2011 Peter Schiffer <pschiffe@redhat.com> - 0.4.2.0-1.1
|
||||
- rebuild with new gmp
|
||||
|
||||
* Mon Oct 3 2011 Jens Petersen <petersen@redhat.com> - 0.4.2.0-1
|
||||
- update to 0.4.2.0
|
||||
|
||||
* Wed Sep 28 2011 Jens Petersen <petersen@redhat.com> - 0.4.1.7-1
|
||||
- update to 0.4.1.7
|
||||
|
||||
* Thu Aug 4 2011 Jens Petersen <petersen@redhat.com> - 0.4.1.6-1
|
||||
- update to 0.4.1.6
|
||||
|
||||
* Sat Jun 18 2011 Jens Petersen <petersen@redhat.com> - 0.4.1.4-1
|
||||
- update to 0.4.1.4
|
||||
|
||||
* Wed Jun 15 2011 Jens Petersen <petersen@redhat.com> - 0.4.1.3-1
|
||||
- update to 0.4.1.3
|
||||
- cabal2spec-0.23
|
||||
|
||||
* Tue May 3 2011 Jens Petersen <petersen@redhat.com> - 0.4.1.1-1
|
||||
- update to 0.4.1.1
|
||||
- cabal2spec-0.22.6
|
||||
|
||||
* Sat Mar 26 2011 Jens Petersen <petersen@redhat.com> - 0.4.1.0-1
|
||||
- BSD license
|
||||
- depends on ghc-text and ghc-blaze-builder
|
||||
|
||||
* Sat Mar 26 2011 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 0.4.1.0-0
|
||||
- initial packaging for Fedora automatically generated by cabal2spec-0.22.5
|
1
dead.package
Normal file
1
dead.package
Normal file
@ -0,0 +1 @@
|
||||
ghc-blaze-html package is retired on branch c10s for BAKERY-412
|
@ -1,121 +0,0 @@
|
||||
# generated by cabal-rpm-2.1.0
|
||||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
||||
|
||||
%global pkg_name blaze-html
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
|
||||
# testsuite missing deps: test-framework test-framework-hunit test-framework-quickcheck2
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.9.1.2
|
||||
Release: %autorelease
|
||||
Summary: A blazingly fast HTML 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-blaze-markup-devel
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-text-devel
|
||||
%if %{with ghc_prof}
|
||||
BuildRequires: ghc-base-prof
|
||||
BuildRequires: ghc-blaze-builder-prof
|
||||
BuildRequires: ghc-blaze-markup-prof
|
||||
BuildRequires: ghc-bytestring-prof
|
||||
BuildRequires: ghc-text-prof
|
||||
%endif
|
||||
# End cabal-rpm deps
|
||||
|
||||
%description
|
||||
A blazingly fast HTML combinator library for the Haskell programming language.
|
||||
The Text.Blaze module is a good starting point, as well as this tutorial:
|
||||
<http://jaspervdj.be/blaze/tutorial.html>.
|
||||
|
||||
|
||||
%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
|
||||
|
||||
|
||||
%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
|
Loading…
Reference in New Issue
Block a user