[qpid-cpp] paths fix

Nuno Santos nsantos at fedoraproject.org
Tue Jan 11 03:26:52 UTC 2011


commit 9204b273f63ffee4526c1b4e1d7197bfcd2798a1
Author: Nuno Santos <nsantos at redhat.com>
Date:   Mon Jan 10 22:26:36 2011 -0500

    paths fix

 qpid-cpp.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/qpid-cpp.spec b/qpid-cpp.spec
index c1fbba5..4a92d7a 100644
--- a/qpid-cpp.spec
+++ b/qpid-cpp.spec
@@ -851,20 +851,20 @@ popd
 popd
 
 %if %{fedora}
-pushd python
+pushd ../python
 ./setup.py build
 popd
-pushd tools
+pushd ../tools
 ./setup.py build
 popd
-pushd extras/qmf
+pushd ../extras/qmf
 ./setup.py build
 popd
 %endif
 
 
 # Store
-pushd ../store-%{qpid_release}.%{store_svnrev}
+pushd ../../store-%{qpid_release}.%{store_svnrev}
 %if %{rhel_4}
 export CXXFLAGS="%{optflags} -DNDEBUG -I/usr/include/qpid-boost" 
 %else


More information about the scm-commits mailing list