[mesos] more build requirements updates

tstclair tstclair at fedoraproject.org
Wed May 14 21:17:08 UTC 2014


commit bcec24b2d3cc1fa7443c6f05a286d4b06813ea98
Author: Timothy St. Clair <tstclair at redhat.com>
Date:   Wed May 14 16:16:56 2014 -0500

    more build requirements updates

 mesos.spec |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/mesos.spec b/mesos.spec
index 410011f..df8883e 100644
--- a/mesos.spec
+++ b/mesos.spec
@@ -54,6 +54,8 @@ BuildRequires: maven-plugin-bundle
 BuildRequires: exec-maven-plugin
 BuildRequires: maven-remote-resources-plugin
 BuildRequires: maven-site-plugin
+BuildRequires: protobuf-python
+BuildRequires: python-boto
 
 Requires: protobuf-python
 Requires: python-boto
@@ -189,12 +191,9 @@ mv %{buildroot}%{_libexecdir}/%{name}/python/%{name} %{buildroot}%{python_siteli
 rm -rf %{buildroot}%{_libexecdir}/%{name}/python
 
 ######################
-# call out to xmvn.
+# install java bindings
 ######################
 %mvn_artifact src/java/%{name}.pom src/java/target/%{name}-%{version}.jar
-#mkdir -p %{buildroot}%{_mavenpomdir}
-#cp src/java/%{name}.pom %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
-#cd src/java
 %mvn_install
 
 ############################################


More information about the scm-commits mailing list