]> git.pld-linux.org Git - packages/xfsprogs.git/commitdiff
- rel 0.5
authorBartłomiej Zimoń <cactus@pld-linux.org>
Sat, 20 Mar 2010 21:54:59 +0000 (21:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- disabled shared_exec patch
- pass sbindir to configure

Changed files:
    xfsprogs.spec -> 1.130

xfsprogs.spec

index ef30a7bb32171a3bc5e2f5b21c37df03ef0f13b9..efc5f8fd95ea2ce8f38e64d1cdbbf6c10a6b7fe6 100644 (file)
@@ -7,7 +7,7 @@ Summary:        Tools for the XFS filesystem
 Summary(pl.UTF-8):     Narzędzia do systemu plików XFS
 Name:          xfsprogs
 Version:       3.1.1
-Release:       0.1
+Release:       0.5
 License:       LGPL v2.1 (libhandle), GPL v2 (the rest)
 Group:         Applications/System
 Source0:       ftp://linux-xfs.sgi.com/projects/xfs/cmd_tars/%{name}-%{version}.tar.gz
@@ -124,7 +124,7 @@ Zbiór komend do użytku z systemem plików XFS, włączając w to mkfs.xfs
 %patch2 -p1
 # currently obsolete until needed again
 # %patch3 -p1
-%patch4 -p1
+#%patch4 -p1
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
@@ -148,6 +148,7 @@ sed -i -e 's|\(^LLDLIBS.*=.*\)|\1 -lcompat|' db/Makefile mkfs/Makefile
 %{__autoconf}
 %configure \
        %{?with_dietlibc:CC="diet %{__cc} -static"} \
+       --sbindir=/usr/sbin \
        --disable-gettext \
        --disable-readline \
        DEBUG="%{?debug:-DDEBUG}%{!?debug:-DNDEBUG}" \
@@ -180,6 +181,7 @@ sed -i -e 's|\(^LLDLIBS.*=.*\) -lcompat|\1|' db/Makefile mkfs/Makefile
 
 %{__autoconf}
 %configure \
+       --sbindir=/usr/sbin \
        --enable-gettext \
        --enable-readline \
        DEBUG="%{?debug:-DDEBUG}%{!?debug:-DNDEBUG}" \
This page took 0.13925 seconds and 4 git commands to generate.