Accepting request 42726 from filesystems

Copy from filesystems/xfsprogs based on submit request 42726 from user dirkmueller

OBS-URL: https://build.opensuse.org/request/show/42726
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfsprogs?expand=0&rev=18
This commit is contained in:
OBS User autobuild
2010-07-19 12:33:03 +00:00
committed by Git OBS Bridge
5 changed files with 22 additions and 13 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 +++ include/builddefs.in
@@ -56,7 +56,7 @@ @@ -56,11 +56,11 @@ PKG_ROOT_SBIN_DIR = @root_sbindir@
PKG_DEVLIB_DIR = @libexecdir@@libdirsuffix@ PKG_ROOT_LIB_DIR= @root_libdir@@libdirsuffix@
PKG_LIB_DIR = @libdir@@libdirsuffix@
PKG_INC_DIR = @includedir@/xfs PKG_INC_DIR = @includedir@/xfs
DK_INC_DIR = @includedir@/disk
PKG_MAN_DIR = @mandir@ PKG_MAN_DIR = @mandir@
-PKG_DOC_DIR = @datadir@/doc/@pkg_name@ -PKG_DOC_DIR = @datadir@/doc/@pkg_name@
+PKG_DOC_DIR = @datadir@/doc/packages/@pkg_name@ +PKG_DOC_DIR = @datadir@/doc/packages/@pkg_name@
PKG_LOCALE_DIR = @datadir@/locale PKG_LOCALE_DIR = @datadir@/locale
CC = @cc@ 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 Fri Feb 19 21:26:53 CET 2010 - mmarek@suse.cz

View File

@@ -1,5 +1,5 @@
# #
# spec file for package xfsprogs (Version 3.0.1) # spec file for package xfsprogs (Version 3.1.2)
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@@ -20,8 +20,8 @@
Name: xfsprogs Name: xfsprogs
BuildRequires: e2fsprogs-devel BuildRequires: e2fsprogs-devel
Version: 3.0.1 Version: 3.1.2
Release: 2 Release: 1
%if 0%{?suse_version} >= 1010 %if 0%{?suse_version} >= 1010
# hint for ZYPP # hint for ZYPP
Supplements: filesystem(xfs) Supplements: filesystem(xfs)
@@ -90,10 +90,7 @@ export LIBUUID=/usr/%{_lib}/libuuid.a
export CFLAGS="$RPM_OPT_FLAGS" export CFLAGS="$RPM_OPT_FLAGS"
./configure \ ./configure \
--prefix=%{_prefix} \ --prefix=%{_prefix} \
--exec-prefix=/ \ --libdir=/%{_libdir} \
--sbindir=/sbin \
--bindir=%{_sbindir} \
--libdir=/%{_lib} \
--libexecdir=/usr/%{_lib} \ --libexecdir=/usr/%{_lib} \
--includedir=%{_includedir} \ --includedir=%{_includedir} \
--mandir=%{_mandir} \ --mandir=%{_mandir} \