From 69edf27a1aa03e0447f3d968295f1efd6e38ce87 Mon Sep 17 00:00:00 2001 From: Jonathan Steffan Date: Sat, 1 Jan 2011 17:46:07 -0700 Subject: [PATCH] Update for readline and no parallel build --- glusterfs.spec | 9 +++++++-- 1 file 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 - 3.1.1-2 +- Update to support readline +- Update to not parallel build + * Mon Dec 27 2010 Silas Sewell - 3.1.1-1 - Update to 3.1.1 - Change package names to mirror upstream