update to 0.8.21.2
This commit is contained in:
parent
78f94fefd0
commit
4bc4e72065
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/yaml-0.8.18.1.tar.gz
|
/yaml-0.8.18.1.tar.gz
|
||||||
/enclosed-exceptions-1.0.2.tar.gz
|
/enclosed-exceptions-1.0.2.tar.gz
|
||||||
/yaml-0.8.18.7.tar.gz
|
/yaml-0.8.18.7.tar.gz
|
||||||
|
/yaml-0.8.21.2.tar.gz
|
||||||
|
@ -1,18 +1,19 @@
|
|||||||
# generated by cabal-rpm-0.11
|
# generated by cabal-rpm-0.11.1
|
||||||
# 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}
|
||||||
|
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.8.18.7
|
Version: 0.8.21.2
|
||||||
Release: 4%{?dist}
|
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}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||||
|
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
@ -29,6 +30,7 @@ BuildRequires: ghc-filepath-devel
|
|||||||
BuildRequires: ghc-resourcet-devel
|
BuildRequires: ghc-resourcet-devel
|
||||||
BuildRequires: ghc-scientific-devel
|
BuildRequires: ghc-scientific-devel
|
||||||
BuildRequires: ghc-semigroups-devel
|
BuildRequires: ghc-semigroups-devel
|
||||||
|
BuildRequires: ghc-template-haskell-devel
|
||||||
BuildRequires: ghc-text-devel
|
BuildRequires: ghc-text-devel
|
||||||
BuildRequires: ghc-transformers-devel
|
BuildRequires: ghc-transformers-devel
|
||||||
BuildRequires: ghc-unordered-containers-devel
|
BuildRequires: ghc-unordered-containers-devel
|
||||||
@ -69,7 +71,7 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pkg_name}-%{version}
|
%setup -q -n %{pkgver}
|
||||||
cabal-tweak-flag system-libyaml True
|
cabal-tweak-flag system-libyaml True
|
||||||
# remove the bundled lib
|
# remove the bundled lib
|
||||||
rm -r libyaml
|
rm -r libyaml
|
||||||
@ -81,8 +83,7 @@ rm -r libyaml
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
%ghc_fix_rpath %{pkgver}
|
||||||
%ghc_fix_rpath %{pkg_name}-%{version}
|
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -108,6 +109,9 @@ rm -r libyaml
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 22 2017 Jens Petersen <petersen@redhat.com> - 0.8.21.2-1
|
||||||
|
- update to 0.8.21.2
|
||||||
|
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.18.7-4
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.18.7-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
3
sources
3
sources
@ -1,2 +1 @@
|
|||||||
6b809516f85490f2470f09d31e217034 yaml-0.8.18.7.tar.gz
|
SHA512 (yaml-0.8.21.2.tar.gz) = 94c612a6b54ea0844c092b2304f786dd974b7d36c365bc56a3d6f4705197a9aba85bd1c429d356bb6bb8ec1bf81ded38a859ed16a5846bfd86add6e598c7a4fa
|
||||||
2bcd17eba9cb1ebcb8da5fbccfbc6101 enclosed-exceptions-1.0.2.tar.gz
|
|
||||||
|
Loading…
Reference in New Issue
Block a user