ghc-shakespeare/ghc-shakespeare.spec

164 lines
4.0 KiB
RPMSpec
Raw Normal View History

2023-01-22 17:38:26 +00:00
# generated by cabal-rpm-2.1.0
2020-06-04 11:28:13 +00:00
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
2011-10-08 08:54:54 +00:00
%global pkg_name shakespeare
2017-02-21 16:27:40 +00:00
%global pkgver %{pkg_name}-%{version}
2011-10-08 08:54:54 +00:00
2014-08-28 09:19:28 +00:00
%bcond_with tests
2011-10-08 08:54:54 +00:00
Name: ghc-%{pkg_name}
Version: 2.1.0
Release: %autorelease
2017-02-21 16:27:40 +00:00
Summary: A toolkit for making compile-time interpolated templates
2011-10-08 08:54:54 +00:00
2012-11-07 14:00:14 +00:00
License: MIT
2017-02-21 16:27:40 +00:00
Url: https://hackage.haskell.org/package/%{pkg_name}
2019-02-17 14:47:05 +00:00
# Begin cabal-rpm sources:
2017-02-21 16:27:40 +00:00
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
2019-02-17 14:47:05 +00:00
# End cabal-rpm sources
2012-11-07 14:00:14 +00:00
2019-02-17 14:47:05 +00:00
# Begin cabal-rpm deps:
2011-10-08 08:54:54 +00:00
BuildRequires: ghc-Cabal-devel
2012-11-07 14:00:14 +00:00
BuildRequires: ghc-rpm-macros
2023-01-22 17:38:26 +00:00
BuildRequires: ghc-aeson-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-blaze-html-devel
BuildRequires: ghc-blaze-markup-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-directory-devel
BuildRequires: ghc-exceptions-devel
BuildRequires: ghc-file-embed-devel
BuildRequires: ghc-parsec-devel
BuildRequires: ghc-process-devel
BuildRequires: ghc-scientific-devel
BuildRequires: ghc-template-haskell-devel
BuildRequires: ghc-text-devel
BuildRequires: ghc-th-lift-devel
BuildRequires: ghc-time-devel
BuildRequires: ghc-transformers-devel
BuildRequires: ghc-unordered-containers-devel
BuildRequires: ghc-vector-devel
%if %{with ghc_prof}
BuildRequires: ghc-aeson-prof
BuildRequires: ghc-base-prof
BuildRequires: ghc-blaze-html-prof
BuildRequires: ghc-blaze-markup-prof
BuildRequires: ghc-bytestring-prof
BuildRequires: ghc-containers-prof
BuildRequires: ghc-directory-prof
BuildRequires: ghc-exceptions-prof
2023-01-22 17:38:26 +00:00
BuildRequires: ghc-file-embed-prof
BuildRequires: ghc-parsec-prof
BuildRequires: ghc-process-prof
BuildRequires: ghc-scientific-prof
BuildRequires: ghc-template-haskell-prof
BuildRequires: ghc-text-prof
2020-07-16 11:55:31 +00:00
BuildRequires: ghc-th-lift-prof
BuildRequires: ghc-time-prof
BuildRequires: ghc-transformers-prof
BuildRequires: ghc-unordered-containers-prof
BuildRequires: ghc-vector-prof
2023-01-22 17:38:26 +00:00
%endif
2014-08-28 09:19:28 +00:00
%if %{with tests}
2014-09-17 05:58:52 +00:00
BuildRequires: ghc-HUnit-devel
2014-08-28 09:19:28 +00:00
BuildRequires: ghc-hspec-devel
%endif
2012-11-07 14:00:14 +00:00
# End cabal-rpm deps
2011-10-08 08:54:54 +00:00
%description
Shakespeare is a family of type-safe, efficient template languages.
2014-09-17 05:58:52 +00:00
Shakespeare templates are expanded at compile-time, ensuring that all
interpolated variables are in scope. Variables are interpolated according to
their type through a typeclass.
Shakespeare templates can be used inline with a quasi-quoter
or in an external file.
See the documentation at <http://www.yesodweb.com/book/shakespearean-templates>
for more details.
%package devel
Summary: Haskell %{pkg_name} library development files
2014-08-28 09:19:28 +00:00
Provides: %{name}-static = %{version}-%{release}
Provides: %{name}-static%{?_isa} = %{version}-%{release}
2018-01-24 13:11:58 +00:00
%if %{defined ghc_version}
Requires: ghc-compiler = %{ghc_version}
2018-01-24 13:11:58 +00:00
%endif
2014-08-28 09:19:28 +00:00
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
This package provides the Haskell %{pkg_name} library development files.
2011-10-08 08:54:54 +00:00
%if %{with haddock}
%package doc
Summary: Haskell %{pkg_name} library documentation
2020-02-08 14:51:59 +00:00
BuildArch: noarch
2021-07-07 16:30:13 +00:00
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}
2020-02-08 14:51:59 +00:00
Supplements: (%{name}-devel and ghc-prof)
%description prof
This package provides the Haskell %{pkg_name} profiling library.
%endif
2011-10-08 08:54:54 +00:00
%prep
2019-02-17 14:47:05 +00:00
# Begin cabal-rpm setup:
2017-02-21 16:27:40 +00:00
%setup -q -n %{pkgver}
2019-02-17 14:47:05 +00:00
# End cabal-rpm setup
2011-10-08 08:54:54 +00:00
%build
2019-02-17 14:47:05 +00:00
# Begin cabal-rpm build:
2011-10-08 08:54:54 +00:00
%ghc_lib_build
2019-02-17 14:47:05 +00:00
# End cabal-rpm build
2011-10-08 08:54:54 +00:00
%install
2019-02-17 14:47:05 +00:00
# Begin cabal-rpm install
2011-10-08 08:54:54 +00:00
%ghc_lib_install
2019-02-17 14:47:05 +00:00
# End cabal-rpm install
2011-10-08 08:54:54 +00:00
2014-08-28 09:19:28 +00:00
%check
2021-07-07 16:30:13 +00:00
%if %{with tests}
%cabal_test
2021-07-07 16:30:13 +00:00
%endif
2014-08-28 09:19:28 +00:00
%files -f %{name}.files
2019-02-17 14:47:05 +00:00
# Begin cabal-rpm files:
2016-06-26 08:45:36 +00:00
%license LICENSE
2019-02-17 14:47:05 +00:00
# End cabal-rpm files
2012-01-05 13:39:34 +00:00
%files devel -f %{name}-devel.files
2016-06-26 08:45:36 +00:00
%doc ChangeLog.md
2011-10-08 08:54:54 +00:00
%if %{with haddock}
%files doc -f %{name}-doc.files
2020-02-08 14:51:59 +00:00
%license LICENSE
%endif
%if %{with ghc_prof}
%files prof -f %{name}-prof.files
%endif
2011-10-08 08:54:54 +00:00
%changelog
%autochangelog