]> git.pld-linux.org Git - packages/e2fsprogs.git/commitdiff
- rel 2; don't fail on ldconfig; install using -j1 auto/th/e2fsprogs-1.42.12-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 25 Oct 2014 11:22:51 +0000 (13:22 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 25 Oct 2014 11:22:51 +0000 (13:22 +0200)
e2fsprogs.spec

index 5b079a71dac59377da3d4c610525636ba425190c..c3c5c0ea3c33756ed1b7b17f76d4d7f05be508fc 100644 (file)
@@ -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
This page took 0.197304 seconds and 4 git commands to generate.