|
|
@ -12,7 +12,7 @@
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
Version: 0.11.1.0
|
|
|
|
Version: 0.11.1.0
|
|
|
|
# can only be reset when all subpkgs bumped
|
|
|
|
# can only be reset when all subpkgs bumped
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Support for parsing and rendering YAML documents
|
|
|
|
Summary: Support for parsing and rendering YAML documents
|
|
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
@ -21,6 +21,7 @@ Url: https://hackage.haskell.org/package/%{pkg_name}
|
|
|
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
|
|
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
|
|
|
Source1: https://hackage.haskell.org/package/%{libyaml}/%{libyaml}.tar.gz
|
|
|
|
Source1: https://hackage.haskell.org/package/%{libyaml}/%{libyaml}.tar.gz
|
|
|
|
# End cabal-rpm sources
|
|
|
|
# End cabal-rpm sources
|
|
|
|
|
|
|
|
Patch1: system-libyaml.patch
|
|
|
|
|
|
|
|
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
@ -98,7 +99,7 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|
|
|
%global main_version %{version}
|
|
|
|
%global main_version %{version}
|
|
|
|
|
|
|
|
|
|
|
|
%if %{defined ghclibdir}
|
|
|
|
%if %{defined ghclibdir}
|
|
|
|
%ghc_lib_subpackage %{libyaml}
|
|
|
|
%ghc_lib_subpackage -c libyaml-devel%{?_isa} %{libyaml}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%global version %{main_version}
|
|
|
|
%global version %{main_version}
|
|
|
@ -108,9 +109,9 @@ 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
|
|
|
|
|
|
|
|
%patch1 -p1 -b .orig
|
|
|
|
(
|
|
|
|
(
|
|
|
|
cd %{libyaml}
|
|
|
|
cd %{libyaml}
|
|
|
|
cabal-tweak-flag system-libyaml True
|
|
|
|
|
|
|
|
# remove the bundled lib
|
|
|
|
# remove the bundled lib
|
|
|
|
rm -r libyaml_src
|
|
|
|
rm -r libyaml_src
|
|
|
|
)
|
|
|
|
)
|
|
|
@ -156,6 +157,9 @@ rm -r libyaml_src
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Aug 8 2019 Jens Petersen <petersen@redhat.com> - 0.11.1.0-2
|
|
|
|
|
|
|
|
- patch .cabal for system libyaml
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Jens Petersen <petersen@redhat.com> - 0.11.1.0-1
|
|
|
|
* Thu Jul 25 2019 Jens Petersen <petersen@redhat.com> - 0.11.1.0-1
|
|
|
|
- update to 0.11.1.0
|
|
|
|
- update to 0.11.1.0
|
|
|
|
- subpackage libyaml
|
|
|
|
- subpackage libyaml
|
|
|
|