[glusterfs: 1/2] Update for readline and no parallel build

Jonathan Steffan jsteffan at fedoraproject.org
Sun Jan 2 00:47:43 UTC 2011


commit 69edf27a1aa03e0447f3d968295f1efd6e38ce87
Author: Jonathan Steffan <jsteffan at fedoraproject.org>
Date:   Sat Jan 1 17:46:07 2011 -0700

    Update for readline and no parallel build

 glusterfs.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/glusterfs.spec b/glusterfs.spec
index 702e3f2..cfcc406 100644
--- a/glusterfs.spec
+++ b/glusterfs.spec
@@ -2,7 +2,7 @@
 
 Name:             glusterfs
 Version:          %{major_minor}.1
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          Clustered file-system
 
 Group:            System Environment/Base
@@ -23,6 +23,7 @@ BuildRequires:    bison
 BuildRequires:    flex
 BuildRequires:    gcc
 BuildRequires:    make
+BuildRequires:    ncurses-devel, readline-devel
 
 Requires(post):   /sbin/chkconfig
 Requires(preun):  /sbin/service
@@ -144,7 +145,7 @@ This package provides the development libraries.
 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}
 
 %install
 %{__make} install DESTDIR=%{buildroot}
@@ -297,6 +298,10 @@ if [ $1 -ge 1 ]; then
 fi
 
 %changelog
+* Sat Jan 1 2011 Jonathan Steffan <jsteffan at fedoraproject.org> - 3.1.1-2
+- Update to support readline
+- Update to not parallel build
+
 * Mon Dec 27 2010 Silas Sewell <silas at sewell.ch> - 3.1.1-1
 - Update to 3.1.1
 - Change package names to mirror upstream


More information about the scm-commits mailing list