run chrpath on yaml2json (#1008787)
This commit is contained in:
parent
09cd17e13d
commit
0e22658b1d
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.8.5
|
Version: 0.8.5
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Support for parsing and rendering YAML documents
|
Summary: Support for parsing and rendering YAML documents
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -69,7 +69,7 @@ rm -r libyaml
|
|||||||
%install
|
%install
|
||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
|
||||||
%ghc_fix_dynamic_rpath %{name}
|
%ghc_fix_dynamic_rpath yaml2json
|
||||||
|
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
@ -89,6 +89,9 @@ rm -r libyaml
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Oct 16 2013 Jens Petersen <petersen@redhat.com> - 0.8.5-2
|
||||||
- add static provides and pkgconfig requires to devel
|
- add static provides and pkgconfig requires to devel
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user