diff options
author | Mike Fiedler <miketheman@gmail.com> | 2012-03-05 10:25:19 -0500 |
---|---|---|
committer | Mike Fiedler <miketheman@gmail.com> | 2012-03-05 10:25:19 -0500 |
commit | b3f4d6c4b7aab682376a4503d6f76d698d08d799 (patch) | |
tree | 4d34263c25bd915391512cba41f8b43b9443e3c6 /rpm | |
parent | 02889f2e00dc889b770facb715e38a8246eac9d7 (diff) | |
download | mongo-b3f4d6c4b7aab682376a4503d6f76d698d08d799.tar.gz |
SERVER-5007 fixing typos, smp_flags
Diffstat (limited to 'rpm')
-rw-r--r-- | rpm/mongo.spec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rpm/mongo.spec b/rpm/mongo.spec index 957284b4276..e28f16b2945 100644 --- a/rpm/mongo.spec +++ b/rpm/mongo.spec @@ -45,7 +45,7 @@ to develop mongo client software. %setup %build -scons --prefix=$RPM_BUILD_ROOT/usr all +scons -%{?_smp_mflags} -prefix=$RPM_BUILD_ROOT/usr all # XXX really should have shared library here %install @@ -104,6 +104,7 @@ fi %{_bindir}/mongofiles %{_bindir}/mongoimport %{_bindir}/mongorestore +%{_bindir}/mongosniff %{_bindir}/mongostat %{_bindir}/bsondump %{_bindir}/mongotop @@ -117,7 +118,7 @@ fi %{_mandir}/man1/mongosniff.1* %{_mandir}/man1/mongostat.1* %{_mandir}/man1/mongorestore.1* -%{_mandir}/man1/bsondum.1* +%{_mandir}/man1/bsondump.1* %files server %defattr(-,root,root,-) |