Update for readline and no parallel build
This commit is contained in:
parent
adfa3d9ec6
commit
69edf27a1a
@ -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@fedoraproject.org> - 3.1.1-2
|
||||
- Update to support readline
|
||||
- Update to not parallel build
|
||||
|
||||
* Mon Dec 27 2010 Silas Sewell <silas@sewell.ch> - 3.1.1-1
|
||||
- Update to 3.1.1
|
||||
- Change package names to mirror upstream
|
||||
|
Loading…
Reference in New Issue
Block a user