2020-06-19 08:54:44 +00:00
|
|
|
# generated by cabal-rpm-2.0.6 --subpackage
|
2020-06-04 11:26:07 +00:00
|
|
|
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
2017-10-14 17:02:37 +00:00
|
|
|
|
|
|
|
%global pkg_name doctemplates
|
2017-10-14 17:11:18 +00:00
|
|
|
%global pkgver %{pkg_name}-%{version}
|
2017-10-14 17:02:37 +00:00
|
|
|
|
2020-06-19 15:55:24 +00:00
|
|
|
%global doclayout doclayout-0.3
|
2020-06-07 17:57:04 +00:00
|
|
|
%global errors errors-2.3.0
|
|
|
|
%global textconversions text-conversions-0.3.0
|
2020-07-18 13:36:00 +00:00
|
|
|
%global subpkgs %{doclayout} %{errors} %{textconversions}
|
2020-06-07 17:57:04 +00:00
|
|
|
|
|
|
|
# testsuite missing deps: doclayout tasty-golden
|
2017-10-14 17:02:37 +00:00
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
2020-06-19 15:55:24 +00:00
|
|
|
Version: 0.8.2
|
2020-06-07 17:57:04 +00:00
|
|
|
# can only be reset when all subpkgs bumped
|
2021-07-22 00:35:04 +00:00
|
|
|
Release: 5%{?dist}
|
2017-10-14 17:02:37 +00:00
|
|
|
Summary: Pandoc-style document templates
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
2019-02-17 14:44:26 +00:00
|
|
|
# Begin cabal-rpm sources:
|
2017-10-14 17:11:18 +00:00
|
|
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
2020-07-18 13:36:00 +00:00
|
|
|
Source1: https://hackage.haskell.org/package/%{doclayout}/%{doclayout}.tar.gz
|
|
|
|
Source2: https://hackage.haskell.org/package/%{errors}/%{errors}.tar.gz
|
|
|
|
Source3: https://hackage.haskell.org/package/%{textconversions}/%{textconversions}.tar.gz
|
2019-02-17 14:44:26 +00:00
|
|
|
# End cabal-rpm sources
|
2017-10-14 17:02:37 +00:00
|
|
|
|
2019-02-17 14:44:26 +00:00
|
|
|
# Begin cabal-rpm deps:
|
2017-10-14 17:02:37 +00:00
|
|
|
BuildRequires: ghc-Cabal-devel
|
2020-06-07 17:57:04 +00:00
|
|
|
BuildRequires: ghc-rpm-macros-extra
|
2020-07-18 13:36:00 +00:00
|
|
|
BuildRequires: ghc-HsYAML-prof
|
2019-08-05 10:28:49 +00:00
|
|
|
BuildRequires: ghc-aeson-prof
|
|
|
|
BuildRequires: ghc-base-prof
|
|
|
|
BuildRequires: ghc-containers-prof
|
2020-06-07 17:57:04 +00:00
|
|
|
#BuildRequires: ghc-doclayout-prof
|
|
|
|
BuildRequires: ghc-filepath-prof
|
|
|
|
BuildRequires: ghc-mtl-prof
|
2019-08-05 10:28:49 +00:00
|
|
|
BuildRequires: ghc-parsec-prof
|
2020-06-07 17:57:04 +00:00
|
|
|
BuildRequires: ghc-safe-prof
|
2019-08-05 10:28:49 +00:00
|
|
|
BuildRequires: ghc-scientific-prof
|
|
|
|
BuildRequires: ghc-text-prof
|
2020-06-07 17:57:04 +00:00
|
|
|
#BuildRequires: ghc-text-conversions-prof
|
2019-08-05 10:28:49 +00:00
|
|
|
BuildRequires: ghc-unordered-containers-prof
|
|
|
|
BuildRequires: ghc-vector-prof
|
2020-06-07 17:57:04 +00:00
|
|
|
# for missing dep 'errors':
|
|
|
|
BuildRequires: ghc-exceptions-prof
|
|
|
|
BuildRequires: ghc-transformers-prof
|
|
|
|
BuildRequires: ghc-transformers-compat-prof
|
|
|
|
# for missing dep 'text-conversions':
|
|
|
|
BuildRequires: ghc-base16-bytestring-prof
|
|
|
|
BuildRequires: ghc-base64-bytestring-prof
|
|
|
|
BuildRequires: ghc-bytestring-prof
|
2017-10-14 17:02:37 +00:00
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
%description
|
2020-06-07 17:57:04 +00:00
|
|
|
This is the text templating system used by pandoc. It supports variable
|
|
|
|
interpolation, iteration, tests for non-blank values, pipes, and partials.
|
|
|
|
Templates are rendered to doclayout Docs, and variable values may come from a
|
|
|
|
variety of different sources, including aeson Values.
|
2017-10-14 17:02:37 +00:00
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
2019-08-05 10:28:49 +00:00
|
|
|
Provides: %{name}-static%{?_isa} = %{version}-%{release}
|
2018-01-24 13:11:01 +00:00
|
|
|
%if %{defined ghc_version}
|
2017-10-14 17:02:37 +00:00
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
2018-01-24 13:11:01 +00:00
|
|
|
%endif
|
2017-10-14 17:02:37 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
|
|
|
2019-07-25 04:22:52 +00:00
|
|
|
%if %{with haddock}
|
|
|
|
%package doc
|
|
|
|
Summary: Haskell %{pkg_name} library documentation
|
2020-02-08 14:49:57 +00:00
|
|
|
BuildArch: noarch
|
2019-07-25 04:22:52 +00:00
|
|
|
|
|
|
|
%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:49:57 +00:00
|
|
|
Supplements: (%{name}-devel and ghc-prof)
|
2019-07-25 04:22:52 +00:00
|
|
|
|
|
|
|
%description prof
|
|
|
|
This package provides the Haskell %{pkg_name} profiling library.
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2020-06-07 17:57:04 +00:00
|
|
|
%global main_version %{version}
|
|
|
|
|
|
|
|
%if %{defined ghclibdir}
|
|
|
|
%ghc_lib_subpackage %{doclayout}
|
|
|
|
%ghc_lib_subpackage %{errors}
|
|
|
|
%ghc_lib_subpackage %{textconversions}
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%global version %{main_version}
|
|
|
|
|
|
|
|
|
2017-10-14 17:02:37 +00:00
|
|
|
%prep
|
2019-02-17 14:44:26 +00:00
|
|
|
# Begin cabal-rpm setup:
|
2020-07-18 13:36:00 +00:00
|
|
|
%setup -q -n %{pkgver} -a1 -a2 -a3
|
2019-02-17 14:44:26 +00:00
|
|
|
# End cabal-rpm setup
|
2017-10-14 17:02:37 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2019-02-17 14:44:26 +00:00
|
|
|
# Begin cabal-rpm build:
|
2020-06-07 17:57:04 +00:00
|
|
|
%ghc_libs_build %{subpkgs}
|
2017-10-14 17:02:37 +00:00
|
|
|
%ghc_lib_build
|
2019-02-17 14:44:26 +00:00
|
|
|
# End cabal-rpm build
|
2017-10-14 17:02:37 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2019-02-17 14:44:26 +00:00
|
|
|
# Begin cabal-rpm install
|
2020-06-07 17:57:04 +00:00
|
|
|
%ghc_libs_install %{subpkgs}
|
2017-10-14 17:02:37 +00:00
|
|
|
%ghc_lib_install
|
2020-06-07 17:57:04 +00:00
|
|
|
%ghc_fix_rpath %{pkgver}
|
2017-10-14 17:02:37 +00:00
|
|
|
|
2020-06-07 17:57:04 +00:00
|
|
|
rm %{buildroot}%{_datadir}/%{pkgver}/{README.md,changelog.md}
|
2019-02-17 14:44:26 +00:00
|
|
|
# End cabal-rpm install
|
2020-07-18 13:36:00 +00:00
|
|
|
rm %{buildroot}%{_datadir}/%{doclayout}/{README.md,changelog.md}
|
2017-10-14 17:02:37 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
2019-02-17 14:44:26 +00:00
|
|
|
# Begin cabal-rpm files:
|
2017-10-14 17:02:37 +00:00
|
|
|
%license LICENSE
|
2019-02-17 14:44:26 +00:00
|
|
|
# End cabal-rpm files
|
2017-10-14 17:02:37 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
2020-06-07 17:57:04 +00:00
|
|
|
%doc README.md changelog.md
|
2017-10-14 17:02:37 +00:00
|
|
|
|
|
|
|
|
2019-07-25 04:22:52 +00:00
|
|
|
%if %{with haddock}
|
|
|
|
%files doc -f %{name}-doc.files
|
2020-02-08 14:49:57 +00:00
|
|
|
%license LICENSE
|
2019-07-25 04:22:52 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with ghc_prof}
|
|
|
|
%files prof -f %{name}-prof.files
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2017-10-14 17:02:37 +00:00
|
|
|
%changelog
|
2021-07-22 00:35:04 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-01-26 07:07:19 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-27 19:03:40 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-06-19 15:55:24 +00:00
|
|
|
* Fri Jun 19 2020 Jens Petersen <petersen@redhat.com> - 0.8.2-2
|
|
|
|
- update to 0.8.2
|
|
|
|
|
2020-06-07 17:57:04 +00:00
|
|
|
* Sun Jun 07 2020 Jens Petersen <petersen@redhat.com> - 0.8-1
|
|
|
|
- update to 0.8
|
2020-07-18 13:36:00 +00:00
|
|
|
- subpackage doclayout, text-conversions, and errors
|
2020-06-07 17:57:04 +00:00
|
|
|
|
2020-02-08 14:49:57 +00:00
|
|
|
* Wed Feb 19 2020 Jens Petersen <petersen@redhat.com> - 0.2.2.1-7
|
|
|
|
- refresh to cabal-rpm-2.0.2
|
|
|
|
|
2020-01-28 20:36:47 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2.1-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-25 04:22:52 +00:00
|
|
|
* Thu Aug 01 2019 Jens Petersen <petersen@redhat.com> - 0.2.2.1-5
|
|
|
|
- add doc and prof subpackages (cabal-rpm-1.0.0)
|
|
|
|
|
2019-07-25 02:22:48 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-17 14:44:26 +00:00
|
|
|
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 0.2.2.1-3
|
|
|
|
- refresh to cabal-rpm-0.13
|
|
|
|
|
2019-01-31 21:26:20 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-28 09:39:30 +00:00
|
|
|
* Sat Jul 28 2018 Jens Petersen <petersen@redhat.com> - 0.2.2.1-1
|
|
|
|
- update to 0.2.2.1
|
|
|
|
|
2018-07-24 16:53:12 +00:00
|
|
|
* Tue Jul 24 2018 Miro Hrončok <mhroncok@redhat.com> - 0.2.1-5
|
|
|
|
- Enable annotated build again
|
|
|
|
|
2018-07-23 11:41:28 +00:00
|
|
|
* Mon Jul 23 2018 Miro Hrončok <mhroncok@redhat.com> - 0.2.1-4
|
|
|
|
- Rebuilt for #1607054
|
|
|
|
|
2018-07-13 01:44:38 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 11:34:51 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-24 14:28:44 +00:00
|
|
|
* Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 0.2.1-1
|
|
|
|
- update to 0.2.1
|
|
|
|
|
2017-10-14 17:11:18 +00:00
|
|
|
* Sat Oct 14 2017 Jens Petersen <petersen@redhat.com> - 0.1.0.2-4
|
|
|
|
- refresh to cabal-rpm-0.11.2
|
|
|
|
|
2017-10-14 17:02:37 +00:00
|
|
|
* Thu Jan 19 2017 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.1.0.2-1
|
|
|
|
- spec file generated by cabal-rpm-0.11
|