[ghc-yaml] run chrpath on yaml2json (#1008787)

Jens Petersen petersen at fedoraproject.org
Tue Nov 19 09:38:02 UTC 2013


commit 0e22658b1d8814eff5ce52e48dc02a0553537b2c
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Nov 19 18:38:22 2013 +0900

    run chrpath on yaml2json (#1008787)

 ghc-yaml.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ghc-yaml.spec b/ghc-yaml.spec
index 097742f..993684f 100644
--- a/ghc-yaml.spec
+++ b/ghc-yaml.spec
@@ -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 at redhat.com> - 0.8.5-3
+- run chrpath on yaml2json (#1008787)
+
 * Wed Oct 16 2013 Jens Petersen <petersen at redhat.com> - 0.8.5-2
 - add static provides and pkgconfig requires to devel
 


More information about the scm-commits mailing list