[libmatekbd/f20] work around rpath issue

Wolfgang Ulbrich raveit65 at fedoraproject.org
Sat Jul 26 11:24:56 UTC 2014


commit cf01fd2fef0c5974771ca01cdd3af9f81fb67001
Author: raveit65 <chat-to-me at raveit.de>
Date:   Sat Jul 26 13:24:44 2014 +0200

    work around rpath issue

 libmatekbd.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/libmatekbd.spec b/libmatekbd.spec
index 38cf413..dc23929 100644
--- a/libmatekbd.spec
+++ b/libmatekbd.spec
@@ -25,6 +25,9 @@ Development libraries for libmatekbd
 %setup -q
 
 %build
+# To work around rpath issue
+autoreconf -fi
+
 %configure \
    --disable-static          \
    --with-gtk=2.0            \
@@ -79,6 +82,7 @@ fi
 - update description
 - use modern 'make install' macro
 - remove needless gsettings convert file
+- work around rpath issue
 
 * Thu Jan 2 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.2-1
 - update to 1.6.2 release


More information about the scm-commits mailing list