Accepting request 42295 from home:seife:branches:filesystems

Copy from home:seife:branches:filesystems/xfsprogs via accept of submit request 42295 revision 3.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/42295
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=7
This commit is contained in:
Dirk Mueller 2010-07-08 08:05:48 +00:00 committed by Git OBS Bridge
parent 0dd16bb960
commit a5aa5e568c
5 changed files with 20 additions and 11 deletions

BIN
xfsprogs-3.0.1.tar.bz2 (Stored with Git LFS)

Binary file not shown.

BIN
xfsprogs-3.1.2.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,11 +1,17 @@
--- include/builddefs.in
Index: include/builddefs.in
===================================================================
--- include/builddefs.in.orig
+++ include/builddefs.in
@@ -56,7 +56,7 @@
PKG_DEVLIB_DIR = @libexecdir@@libdirsuffix@
@@ -56,11 +56,11 @@ PKG_ROOT_SBIN_DIR = @root_sbindir@
PKG_ROOT_LIB_DIR= @root_libdir@@libdirsuffix@
PKG_LIB_DIR = @libdir@@libdirsuffix@
PKG_INC_DIR = @includedir@/xfs
DK_INC_DIR = @includedir@/disk
PKG_MAN_DIR = @mandir@
-PKG_DOC_DIR = @datadir@/doc/@pkg_name@
+PKG_DOC_DIR = @datadir@/doc/packages/@pkg_name@
PKG_LOCALE_DIR = @datadir@/locale
CC = @cc@
AWK = @awk@
SED = @sed@

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 29 20:17:31 UTC 2010 - seife@opensuse.org
- updated to 3.1.2, see
/usr/share/doc/packages/xfsprogs/CHANGES.gz for details
-------------------------------------------------------------------
Fri Feb 19 21:26:53 CET 2010 - mmarek@suse.cz

View File

@ -20,7 +20,7 @@
Name: xfsprogs
BuildRequires: e2fsprogs-devel
Version: 3.0.1
Version: 3.1.2
Release: 2
%if 0%{?suse_version} >= 1010
# hint for ZYPP
@ -90,10 +90,7 @@ export LIBUUID=/usr/%{_lib}/libuuid.a
export CFLAGS="$RPM_OPT_FLAGS"
./configure \
--prefix=%{_prefix} \
--exec-prefix=/ \
--sbindir=/sbin \
--bindir=%{_sbindir} \
--libdir=/%{_lib} \
--libdir=/%{_libdir} \
--libexecdir=/usr/%{_lib} \
--includedir=%{_includedir} \
--mandir=%{_mandir} \