[QsLog/el6] Patch in correct location for library.

Susi Lehtola jussilehtola at fedoraproject.org
Thu Jan 2 21:45:18 UTC 2014


commit 4891dd1b338024708339978805d2b29533188405
Author: Susi Lehtola <jussilehtola at fedoraproject.org>
Date:   Thu Jan 2 23:45:16 2014 +0200

    Patch in correct location for library.

 QsLog.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/QsLog.spec b/QsLog.spec
index 3e6cc93..19239f7 100644
--- a/QsLog.spec
+++ b/QsLog.spec
@@ -14,6 +14,8 @@ Source1:        QsLog-tarball.sh
 
 # Don't install docs
 Patch0:         QsLog-nodoc.patch
+# Install libraries in correct directory
+Patch1:         QsLog-libdir.patch
 
 BuildRequires:  qt4-devel
 
@@ -38,6 +40,7 @@ for compiling against QsLog.
 %prep
 %setup -q -n QsLog
 %patch0 -p1 -b .nodoc
+%patch1 -p1 -b .libdir
 # Prepare LICENSE
 head -n 25 QsLog.cpp | sed "s|// ||g" > LICENSE
 touch -r QsLog.cpp LICENSE


More information about the scm-commits mailing list