[packages/e2fsprogs] - rel 2; don't fail on ldconfig; install using -j1
arekm
arekm at pld-linux.org
Sat Oct 25 13:22:56 CEST 2014
commit d35f69a3434d8c78a5db950219354fa9f480d9e5
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sat Oct 25 13:22:51 2014 +0200
- rel 2; don't fail on ldconfig; install using -j1
e2fsprogs.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/e2fsprogs.spec b/e2fsprogs.spec
index 5b079a7..c3c5c0e 100644
--- a/e2fsprogs.spec
+++ b/e2fsprogs.spec
@@ -47,7 +47,7 @@ Summary(zh_CN.UTF-8): 管理第二扩展(ext2)文件系统的工具。
Summary(zh_TW.UTF-8): 用於管理 ext2 檔案系統的工具程式。
Name: e2fsprogs
Version: 1.42.12
-Release: 1
+Release: 2
License: GPL v2 (with LGPL v2 and BSD parts)
Group: Applications/System
Source0: http://downloads.sourceforge.net/e2fsprogs/%{name}-%{version}.tar.gz
@@ -687,9 +687,10 @@ export PATH=/sbin:$PATH
echo "install-shlibs:" >> intl/Makefile
-%{__make} install install-libs \
+%{__make} -j1 install install-libs \
root_libdir=/%{_lib} \
mkinstalldirs='install -d' \
+ LDCONFIG=true \
DESTDIR=$RPM_BUILD_ROOT
ln -sf e2fsck $RPM_BUILD_ROOT/sbin/fsck.ext2
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/e2fsprogs.git/commitdiff/d35f69a3434d8c78a5db950219354fa9f480d9e5
More information about the pld-cvs-commit
mailing list