update to 0.11.1.0
subpackage libyaml
This commit is contained in:
parent
970c0904b6
commit
00056c3303
2
.gitignore
vendored
2
.gitignore
vendored
@ -10,3 +10,5 @@
|
|||||||
/yaml-0.8.25.1.tar.gz
|
/yaml-0.8.25.1.tar.gz
|
||||||
/yaml-0.8.31.1.tar.gz
|
/yaml-0.8.31.1.tar.gz
|
||||||
/yaml-0.8.32.tar.gz
|
/yaml-0.8.32.tar.gz
|
||||||
|
/yaml-0.11.1.0.tar.gz
|
||||||
|
/libyaml-0.1.1.0.tar.gz
|
||||||
|
@ -1,20 +1,25 @@
|
|||||||
# generated by cabal-rpm-1.0.0
|
# generated by cabal-rpm-1.0.0 --subpackage
|
||||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||||
|
|
||||||
%global pkg_name yaml
|
%global pkg_name yaml
|
||||||
%global pkgver %{pkg_name}-%{version}
|
%global pkgver %{pkg_name}-%{version}
|
||||||
|
|
||||||
|
%global libyaml libyaml-0.1.1.0
|
||||||
|
%global subpkgs %{libyaml}
|
||||||
|
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.8.32
|
Version: 0.11.1.0
|
||||||
Release: 6%{?dist}
|
# can only be reset when all subpkgs bumped
|
||||||
|
Release: 1%{?dist}
|
||||||
Summary: Support for parsing and rendering YAML documents
|
Summary: Support for parsing and rendering YAML documents
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
# Begin cabal-rpm sources:
|
# Begin cabal-rpm sources:
|
||||||
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
|
||||||
# End cabal-rpm sources
|
# End cabal-rpm sources
|
||||||
|
|
||||||
# Begin cabal-rpm deps:
|
# Begin cabal-rpm deps:
|
||||||
@ -25,7 +30,8 @@ BuildRequires: ghc-doc
|
|||||||
%if %{with ghc_prof}
|
%if %{with ghc_prof}
|
||||||
BuildRequires: ghc-prof
|
BuildRequires: ghc-prof
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros-extra
|
||||||
|
BuildRequires: chrpath
|
||||||
BuildRequires: ghc-aeson-devel
|
BuildRequires: ghc-aeson-devel
|
||||||
BuildRequires: ghc-attoparsec-devel
|
BuildRequires: ghc-attoparsec-devel
|
||||||
BuildRequires: ghc-bytestring-devel
|
BuildRequires: ghc-bytestring-devel
|
||||||
@ -33,9 +39,10 @@ BuildRequires: ghc-conduit-devel
|
|||||||
BuildRequires: ghc-containers-devel
|
BuildRequires: ghc-containers-devel
|
||||||
BuildRequires: ghc-directory-devel
|
BuildRequires: ghc-directory-devel
|
||||||
BuildRequires: ghc-filepath-devel
|
BuildRequires: ghc-filepath-devel
|
||||||
|
#BuildRequires: ghc-libyaml-devel
|
||||||
|
BuildRequires: ghc-mtl-devel
|
||||||
BuildRequires: ghc-resourcet-devel
|
BuildRequires: ghc-resourcet-devel
|
||||||
BuildRequires: ghc-scientific-devel
|
BuildRequires: ghc-scientific-devel
|
||||||
BuildRequires: ghc-semigroups-devel
|
|
||||||
BuildRequires: ghc-template-haskell-devel
|
BuildRequires: ghc-template-haskell-devel
|
||||||
BuildRequires: ghc-text-devel
|
BuildRequires: ghc-text-devel
|
||||||
BuildRequires: ghc-transformers-devel
|
BuildRequires: ghc-transformers-devel
|
||||||
@ -46,10 +53,11 @@ BuildRequires: ghc-HUnit-devel
|
|||||||
BuildRequires: ghc-base-compat-devel
|
BuildRequires: ghc-base-compat-devel
|
||||||
BuildRequires: ghc-hspec-devel
|
BuildRequires: ghc-hspec-devel
|
||||||
BuildRequires: ghc-mockery-devel
|
BuildRequires: ghc-mockery-devel
|
||||||
|
BuildRequires: ghc-raw-strings-qq-devel
|
||||||
BuildRequires: ghc-temporary-devel
|
BuildRequires: ghc-temporary-devel
|
||||||
%endif
|
%endif
|
||||||
# End cabal-rpm deps
|
# End cabal-rpm deps
|
||||||
Provides: bundled(libyaml) = 0.2.1
|
BuildRequires: libyaml-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Provides support for parsing and emitting Yaml documents.
|
Provides support for parsing and emitting Yaml documents.
|
||||||
@ -91,25 +99,39 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
|
%global main_version %{version}
|
||||||
|
|
||||||
|
%if %{defined ghclibdir}
|
||||||
|
%ghc_lib_subpackage %{libyaml}
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%global version %{main_version}
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
# Begin cabal-rpm setup:
|
# Begin cabal-rpm setup:
|
||||||
%setup -q -n %{pkgver}
|
%setup -q -n %{pkgver} -a1
|
||||||
# End cabal-rpm setup
|
# End cabal-rpm setup
|
||||||
# getting missing symbols with libyaml-0.2.1-1.fc29
|
(
|
||||||
##cabal-tweak-flag system-libyaml True
|
cd %{libyaml}
|
||||||
### remove the bundled lib
|
cabal-tweak-flag system-libyaml True
|
||||||
##rm -r libyaml
|
# remove the bundled lib
|
||||||
|
rm -r libyaml_src
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Begin cabal-rpm build:
|
# Begin cabal-rpm build:
|
||||||
|
%ghc_libs_build %{subpkgs}
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
# End cabal-rpm build
|
# End cabal-rpm build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
# Begin cabal-rpm install
|
# Begin cabal-rpm install
|
||||||
|
%ghc_libs_install %{subpkgs}
|
||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
%ghc_fix_rpath %{pkgver}
|
||||||
# End cabal-rpm install
|
# End cabal-rpm install
|
||||||
|
|
||||||
|
|
||||||
@ -138,6 +160,10 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 25 2019 Jens Petersen <petersen@redhat.com> - 0.11.1.0-1
|
||||||
|
- update to 0.11.1.0
|
||||||
|
- subpackage libyaml
|
||||||
|
|
||||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.32-6
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.32-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
3
sources
3
sources
@ -1 +1,2 @@
|
|||||||
SHA512 (yaml-0.8.32.tar.gz) = 0d221441b23e4df6783ca93b9a8fb4b25ca7e472ee963206cc6967c300f4c3e17a965b57d34675f94cf31ec59c88d773569b4aa17d198e7e5edeb3343f9bebde
|
SHA512 (libyaml-0.1.1.0.tar.gz) = d63e95128e12059813fdb16d8b6f432b72d057a83f229b587c9d9e8bf4de3f2777a1d2920e32ea58d8c16aa0d8e79775dec5392e19b95a36d7347994635f53e0
|
||||||
|
SHA512 (yaml-0.11.1.0.tar.gz) = 4f166b9d7ee6aadde3f2cde2b0b5f4884d07d3a272117c2fd6aa13ab1b472aa0b07603a2a8c7e8ebb52e1d4fba8d1a03df5126b25a0b58432af3b1ed1ed3440e
|
||||||
|
Loading…
Reference in New Issue
Block a user