[gearmand/f16] rebuild against gperftools, drop smp_mflags

Tom Callaway spot at fedoraproject.org
Wed Mar 7 20:20:27 UTC 2012


commit b9014d1f2cb4a666735abbe6e51f36bbc2458d41
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Wed Mar 7 15:20:24 2012 -0500

    rebuild against gperftools, drop smp_mflags

 gearmand.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/gearmand.spec b/gearmand.spec
index d8f8ef8..a518519 100644
--- a/gearmand.spec
+++ b/gearmand.spec
@@ -1,7 +1,7 @@
 
 Name:           gearmand
 Version:        0.23
-Release:        1%{?dist}
+Release:        1%{?dist}.1
 Summary:        A distributed job system
 
 Group:          System Environment/Daemons
@@ -19,7 +19,7 @@ BuildRequires:  systemd-units
 
 # google perftools available only on these
 %ifarch %{ix86} x86_64 ppc
-BuildRequires: google-perftools-devel
+BuildRequires:   gperftools-devel
 %endif
 Requires(pre):   shadow-utils
 Requires(post):  chkconfig
@@ -75,8 +75,8 @@ Development libraries for %{name}
 
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
-make %{?_smp_mflags}
-
+# make %{?_smp_mflags}
+make
 
 %install
 rm -rf %{buildroot}
@@ -165,6 +165,10 @@ fi
 %{_libdir}/libgearman.so.*
 
 %changelog
+* Wed Mar  7 2012 Tom Callaway <spot at fedoraproject.org> - 0.23-1.1
+- rebuild against gperftools
+- disable smp_mflags
+
 * Thu Jul 21 2011 BJ Dierkes <wdierkes at rackspace.com> - 0.23-1
 - Latest source from upstream.  Release information available at:
   https://launchpad.net/gearmand/+milestone/0.23


More information about the scm-commits mailing list