|
|
@ -4,13 +4,13 @@
|
|
|
|
%global pkg_name skylighting
|
|
|
|
%global pkg_name skylighting
|
|
|
|
%global pkgver %{pkg_name}-%{version}
|
|
|
|
%global pkgver %{pkg_name}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
%global skylightingcore skylighting-core-0.7.7
|
|
|
|
%global skylightingcore skylighting-core-0.8.2.1
|
|
|
|
%global subpkgs %{skylightingcore}
|
|
|
|
%global subpkgs %{skylightingcore}
|
|
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
Version: 0.7.7
|
|
|
|
Version: 0.8.2.1
|
|
|
|
# can only be reset when all subpkgs bumped
|
|
|
|
# can only be reset when all subpkgs bumped
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Syntax highlighting library
|
|
|
|
Summary: Syntax highlighting library
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
@ -23,29 +23,29 @@ Source1: https://hackage.haskell.org/package/%{skylightingcore}/%{skyligh
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
BuildRequires: ghc-rpm-macros-extra
|
|
|
|
BuildRequires: ghc-rpm-macros-extra
|
|
|
|
|
|
|
|
BuildRequires: ghc-base-prof
|
|
|
|
|
|
|
|
BuildRequires: ghc-binary-prof
|
|
|
|
|
|
|
|
BuildRequires: ghc-bytestring-prof
|
|
|
|
|
|
|
|
BuildRequires: ghc-containers-prof
|
|
|
|
|
|
|
|
#BuildRequires: ghc-skylighting-core-prof
|
|
|
|
|
|
|
|
# for missing dep 'skylighting-core':
|
|
|
|
BuildRequires: ghc-aeson-prof
|
|
|
|
BuildRequires: ghc-aeson-prof
|
|
|
|
BuildRequires: ghc-ansi-terminal-prof
|
|
|
|
BuildRequires: ghc-ansi-terminal-prof
|
|
|
|
BuildRequires: ghc-attoparsec-prof
|
|
|
|
BuildRequires: ghc-attoparsec-prof
|
|
|
|
BuildRequires: ghc-base-prof
|
|
|
|
|
|
|
|
BuildRequires: ghc-base64-bytestring-prof
|
|
|
|
BuildRequires: ghc-base64-bytestring-prof
|
|
|
|
BuildRequires: ghc-binary-prof
|
|
|
|
|
|
|
|
BuildRequires: ghc-blaze-html-prof
|
|
|
|
BuildRequires: ghc-blaze-html-prof
|
|
|
|
BuildRequires: ghc-bytestring-prof
|
|
|
|
|
|
|
|
BuildRequires: ghc-case-insensitive-prof
|
|
|
|
BuildRequires: ghc-case-insensitive-prof
|
|
|
|
BuildRequires: ghc-colour-prof
|
|
|
|
BuildRequires: ghc-colour-prof
|
|
|
|
BuildRequires: ghc-containers-prof
|
|
|
|
|
|
|
|
BuildRequires: ghc-directory-prof
|
|
|
|
BuildRequires: ghc-directory-prof
|
|
|
|
BuildRequires: ghc-filepath-prof
|
|
|
|
BuildRequires: ghc-filepath-prof
|
|
|
|
BuildRequires: ghc-hxt-prof
|
|
|
|
BuildRequires: ghc-hxt-prof
|
|
|
|
BuildRequires: ghc-mtl-prof
|
|
|
|
BuildRequires: ghc-mtl-prof
|
|
|
|
|
|
|
|
BuildRequires: ghc-regex-base-prof
|
|
|
|
BuildRequires: ghc-regex-pcre-prof
|
|
|
|
BuildRequires: ghc-regex-pcre-prof
|
|
|
|
BuildRequires: ghc-safe-prof
|
|
|
|
BuildRequires: ghc-safe-prof
|
|
|
|
#BuildRequires: ghc-skylighting-core-prof
|
|
|
|
|
|
|
|
BuildRequires: ghc-text-prof
|
|
|
|
BuildRequires: ghc-text-prof
|
|
|
|
BuildRequires: ghc-utf8-string-prof
|
|
|
|
|
|
|
|
# for missing dep 'skylighting-core':
|
|
|
|
|
|
|
|
#BuildRequires: ghc-regex-pcre-builtin-prof
|
|
|
|
|
|
|
|
BuildRequires: ghc-transformers-prof
|
|
|
|
BuildRequires: ghc-transformers-prof
|
|
|
|
|
|
|
|
BuildRequires: ghc-utf8-string-prof
|
|
|
|
# End cabal-rpm deps
|
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -105,7 +105,10 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|
|
|
# Begin cabal-rpm setup:
|
|
|
|
# Begin cabal-rpm setup:
|
|
|
|
%setup -q -n %{pkgver} -a1
|
|
|
|
%setup -q -n %{pkgver} -a1
|
|
|
|
# End cabal-rpm setup
|
|
|
|
# End cabal-rpm setup
|
|
|
|
|
|
|
|
(
|
|
|
|
|
|
|
|
cd %{skylightingcore}
|
|
|
|
cabal-tweak-flag system-pcre True
|
|
|
|
cabal-tweak-flag system-pcre True
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -155,6 +158,9 @@ cabal-tweak-flag system-pcre True
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Feb 14 2020 Jens Petersen <petersen@redhat.com> - 0.8.2.1-5
|
|
|
|
|
|
|
|
- update to 0.8.2.1
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.7-4
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.7-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|