|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 0.8.5
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Support for parsing and rendering YAML documents
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
@ -69,7 +69,7 @@ rm -r libyaml
|
|
|
|
|
%install
|
|
|
|
|
%ghc_lib_install
|
|
|
|
|
|
|
|
|
|
%ghc_fix_dynamic_rpath %{name}
|
|
|
|
|
%ghc_fix_dynamic_rpath yaml2json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post devel
|
|
|
|
@ -89,6 +89,9 @@ rm -r libyaml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Nov 19 2013 Jens Petersen <petersen@redhat.com> - 0.8.5-3
|
|
|
|
|
- run chrpath on yaml2json (#1008787)
|
|
|
|
|
|
|
|
|
|
* Wed Oct 16 2013 Jens Petersen <petersen@redhat.com> - 0.8.5-2
|
|
|
|
|
- add static provides and pkgconfig requires to devel
|
|
|
|
|
|
|
|
|
|