## START: Set by rpmautospec ## (rpmautospec version 0.7.2) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # generated by cabal-rpm-2.2.1 # https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ %global pkg_name yesod-core %global pkgver %{pkg_name}-%{version} %{?haskell_setup} # https://github.com/yesodweb/yesod/issues/1811 %bcond_with tests Name: ghc-%{pkg_name} Version: 1.6.25.1 Release: %autorelease Summary: Creation of type-safe, RESTful web applications License: MIT 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-aeson-devel BuildRequires: ghc-auto-update-devel BuildRequires: ghc-base-devel BuildRequires: ghc-blaze-html-devel BuildRequires: ghc-blaze-markup-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-case-insensitive-devel BuildRequires: ghc-cereal-devel BuildRequires: ghc-clientsession-devel BuildRequires: ghc-conduit-devel BuildRequires: ghc-conduit-extra-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-cookie-devel BuildRequires: ghc-deepseq-devel BuildRequires: ghc-entropy-devel BuildRequires: ghc-fast-logger-devel BuildRequires: ghc-http-types-devel BuildRequires: ghc-memory-devel BuildRequires: ghc-monad-logger-devel BuildRequires: ghc-mtl-devel BuildRequires: ghc-parsec-devel BuildRequires: ghc-path-pieces-devel BuildRequires: ghc-primitive-devel BuildRequires: ghc-random-devel BuildRequires: ghc-resourcet-devel BuildRequires: ghc-shakespeare-devel BuildRequires: ghc-template-haskell-devel BuildRequires: ghc-text-devel BuildRequires: ghc-time-devel BuildRequires: ghc-transformers-devel BuildRequires: ghc-unix-compat-devel BuildRequires: ghc-unliftio-devel BuildRequires: ghc-unordered-containers-devel BuildRequires: ghc-vector-devel BuildRequires: ghc-wai-devel BuildRequires: ghc-wai-extra-devel BuildRequires: ghc-wai-logger-devel BuildRequires: ghc-warp-devel BuildRequires: ghc-word8-devel %if %{with ghc_prof} BuildRequires: ghc-aeson-prof BuildRequires: ghc-auto-update-prof BuildRequires: ghc-base-prof BuildRequires: ghc-blaze-html-prof BuildRequires: ghc-blaze-markup-prof BuildRequires: ghc-bytestring-prof BuildRequires: ghc-case-insensitive-prof BuildRequires: ghc-cereal-prof BuildRequires: ghc-clientsession-prof BuildRequires: ghc-conduit-prof BuildRequires: ghc-conduit-extra-prof BuildRequires: ghc-containers-prof BuildRequires: ghc-cookie-prof BuildRequires: ghc-deepseq-prof BuildRequires: ghc-entropy-prof BuildRequires: ghc-fast-logger-prof BuildRequires: ghc-http-types-prof BuildRequires: ghc-memory-prof BuildRequires: ghc-monad-logger-prof BuildRequires: ghc-mtl-prof BuildRequires: ghc-parsec-prof BuildRequires: ghc-path-pieces-prof BuildRequires: ghc-primitive-prof BuildRequires: ghc-random-prof BuildRequires: ghc-resourcet-prof BuildRequires: ghc-shakespeare-prof BuildRequires: ghc-template-haskell-prof BuildRequires: ghc-text-prof BuildRequires: ghc-time-prof BuildRequires: ghc-transformers-prof BuildRequires: ghc-unix-compat-prof BuildRequires: ghc-unliftio-prof BuildRequires: ghc-unordered-containers-prof BuildRequires: ghc-vector-prof BuildRequires: ghc-wai-prof BuildRequires: ghc-wai-extra-prof BuildRequires: ghc-wai-logger-prof BuildRequires: ghc-warp-prof BuildRequires: ghc-word8-prof %endif %if %{with tests} BuildRequires: ghc-HUnit-devel BuildRequires: ghc-async-devel BuildRequires: ghc-hspec-devel BuildRequires: ghc-hspec-expectations-devel BuildRequires: ghc-network-devel BuildRequires: ghc-streaming-commons-devel %endif # End cabal-rpm deps %description API docs and the README are available at . %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 cabal-tweak-drop-dep attoparsec-aeson %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.md README.md %if %{with haddock} %files doc -f %{name}-doc.files %license LICENSE %endif %if %{with ghc_prof} %files prof -f %{name}-prof.files %endif %changelog ## START: Generated by rpmautospec * Tue Jul 30 2024 Jens Petersen - 1.6.25.1-1 - https://hackage.haskell.org/package/yesod-core-1.6.25.1/changelog * Thu Jul 18 2024 Fedora Release Engineering - 1.6.24.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Tue Jul 16 2024 Jens Petersen - 1.6.24.3-4 - refresh to cabal-rpm-2.2.1 * Wed Jan 24 2024 Fedora Release Engineering - 1.6.24.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering - 1.6.24.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Jul 26 2023 Jens Petersen - 1.6.24.3-1 - https://hackage.haskell.org/package/yesod-core-1.6.24.3/changelog * Wed Jul 19 2023 Fedora Release Engineering - 1.6.24.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sun Jan 22 2023 Jens Petersen - 1.6.24.0-1 - https://hackage.haskell.org/package/yesod-core-1.6.24.0/changelog - refresh to cabal-rpm-2.1.0 with SPDX migration * Thu Jul 21 2022 Fedora Release Engineering - 1.6.21.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jun 17 2022 Jens Petersen - 1.6.21.0-3 - rebuild * Thu Jan 20 2022 Fedora Release Engineering - 1.6.21.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Aug 5 2021 Jens Petersen - 1.6.21.0-1 - update to 1.6.21.0 * Thu Aug 5 2021 Jens Petersen - 1.6.20.2-1 - update to 1.6.20.2 * Thu Aug 5 2021 Jens Petersen - 1.6.18.8-1 - update to 1.6.18.8 * Thu Jul 22 2021 Fedora Release Engineering - 1.6.18-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 1.6.18-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sat Aug 01 2020 Fedora Release Engineering - 1.6.18-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering - 1.6.18-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jun 10 2020 Jens Petersen - 1.6.18-1 - update to 1.6.18 * Fri Feb 28 2020 Jens Petersen - 1.6.17.2-10 - no longer requires rio * Fri Feb 14 2020 Jens Petersen - 1.6.17.2-9 - update to 1.6.17.2 * Tue Jan 28 2020 Fedora Release Engineering - 1.6.14-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Jens Petersen - 1.6.14-7 - update to 1.6.14 * Thu Jul 25 2019 Fedora Release Engineering - 1.6.9-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Feb 21 2019 Jens Petersen - 1.6.9-5 - update to 1.6.9 * Sun Feb 17 2019 Jens Petersen - 1.6.6-4 - refresh to cabal-rpm-0.13 * Thu Jan 31 2019 Fedora Release Engineering - 1.6.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Sep 26 2018 Jens Petersen - 1.6.6-2 - unliftio is now packaged in Fedora * Thu Jul 26 2018 Jens Petersen - 1.6.6-1 - update to 1.6.6 - new subpackages rio and unliftio * Fri Jul 13 2018 Fedora Release Engineering - 1.4.37.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 1.4.37.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jan 24 2018 Jens Petersen - 1.4.37.2-1 - update to 1.4.37.2 * Fri Oct 27 2017 Jens Petersen - 1.4.37-1 - update to 1.4.37 * Tue Oct 10 2017 Fedora Haskell SIG - 1.4.36-1 - spec file generated by cabal-rpm-0.11.2 ## END: Generated by rpmautospec