You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jf...@apache.org on 2013/10/05 04:51:33 UTC

git commit: THRIFT-2197:fix jar output directory in rpm spec file client: build patch: Hiroaki Kawai

Updated Branches:
  refs/heads/master 27148dee9 -> 380a45d0f


THRIFT-2197:fix jar output directory in rpm spec file
client: build
patch: Hiroaki Kawai

Updates RPM spec to include java jar from correct location.


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/380a45d0
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/380a45d0
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/380a45d0

Branch: refs/heads/master
Commit: 380a45d0f7354486195d4938d204671e1b2cefcb
Parents: 27148de
Author: jfarrell <jf...@apache.org>
Authored: Fri Oct 4 22:50:21 2013 -0400
Committer: jfarrell <jf...@apache.org>
Committed: Fri Oct 4 22:50:21 2013 -0400

----------------------------------------------------------------------
 contrib/thrift.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/380a45d0/contrib/thrift.spec
----------------------------------------------------------------------
diff --git a/contrib/thrift.spec b/contrib/thrift.spec
index b0bccb2..d281eb9 100644
--- a/contrib/thrift.spec
+++ b/contrib/thrift.spec
@@ -154,7 +154,7 @@ ln -s libthriftz-%{version}.so ${RPM_BUILD_ROOT}%{_libdir}/libthriftz.so.0
 
 %if 0%{!?without_java:1}
 mkdir -p $RPM_BUILD_ROOT%{_javadir}
-cp -p lib/java/*.jar $RPM_BUILD_ROOT%{_javadir}
+cp -p lib/java/build/*.jar $RPM_BUILD_ROOT%{_javadir}
 %endif
 
 %if 0%{!?without_python:1}