Updating link to change in openSUSE:Factory/xfsprogs revision 18.0
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=9ad19fb15ff7d9c3714642eb873b1b8e
This commit is contained in:
parent
3a92607c53
commit
408d770a3d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ae61ff068b7d2a5d00b5016893c513ce0f244978f090957744c4ccc45dc4394e
|
|
||||||
size 989828
|
|
3
xfsprogs-3.1.2.tar.bz2
Normal file
3
xfsprogs-3.1.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e522408e072cb85f920da1319b1acaa889a697533f2f985e4a59823a86ac6d81
|
||||||
|
size 1078773
|
@ -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@
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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} \
|
||||||
|
Loading…
Reference in New Issue
Block a user