Accepting request 109525 from home:coolo:branches:openSUSE:Factory
- no need to link the lib in /lib OBS-URL: https://build.opensuse.org/request/show/109525 OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=16
This commit is contained in:
parent
ec10d39666
commit
7400d3fd7c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 15 13:41:03 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- no need to link the lib in /lib
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 6 22:33:58 UTC 2012 - rschweikert@suse.com
|
Mon Feb 6 22:33:58 UTC 2012 - rschweikert@suse.com
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: xfsprogs
|
Name: xfsprogs
|
||||||
BuildRequires: e2fsprogs-devel
|
BuildRequires: e2fsprogs-devel
|
||||||
Version: 3.1.6
|
Version: 3.1.6
|
||||||
@ -46,12 +47,6 @@ Refer to the documentation at http://oss.sgi.com/projects/xfs/ for
|
|||||||
complete details. This implementation is on-disk compatible with the
|
complete details. This implementation is on-disk compatible with the
|
||||||
IRIX version of XFS.
|
IRIX version of XFS.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
SGI
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Requires: xfsprogs = %version
|
Requires: xfsprogs = %version
|
||||||
Url: http://oss.sgi.com/projects/xfs/
|
Url: http://oss.sgi.com/projects/xfs/
|
||||||
@ -66,12 +61,6 @@ You should install xfsprogs-devel if you want to develop XFS file
|
|||||||
system-specific programs. If you install xfsprogs-devel, you will also
|
system-specific programs. If you install xfsprogs-devel, you will also
|
||||||
want to install xfsprogs.
|
want to install xfsprogs.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
SGI
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0
|
%patch0
|
||||||
@ -96,9 +85,7 @@ rm $RPM_BUILD_ROOT/%_libdir/libhandle.so
|
|||||||
mv $RPM_BUILD_ROOT/sbin/* $RPM_BUILD_ROOT%{_sbindir}
|
mv $RPM_BUILD_ROOT/sbin/* $RPM_BUILD_ROOT%{_sbindir}
|
||||||
mv $RPM_BUILD_ROOT/%_lib/* $RPM_BUILD_ROOT%{_libdir}
|
mv $RPM_BUILD_ROOT/%_lib/* $RPM_BUILD_ROOT%{_libdir}
|
||||||
#UsrMerge
|
#UsrMerge
|
||||||
ln -sf %{_sbindir}/{fsck.xfs,mkfs.xfs,xfs_repair} $RPM_BUILD_ROOT/sbin
|
ln -s %{_sbindir}/{fsck.xfs,mkfs.xfs,xfs_repair} $RPM_BUILD_ROOT/sbin
|
||||||
ln -sf %{_libdir}/libhandle.so.1 $RPM_BUILD_ROOT/%{_lib}
|
|
||||||
ln -sf %{_libdir}/libhandle.so.1.0.3 $RPM_BUILD_ROOT/%{_lib}
|
|
||||||
#EndUserMerge
|
#EndUserMerge
|
||||||
pushd $RPM_BUILD_ROOT%_libdir
|
pushd $RPM_BUILD_ROOT%_libdir
|
||||||
ln -s libhandle.so.[0-9] libhandle.so
|
ln -s libhandle.so.[0-9] libhandle.so
|
||||||
@ -117,7 +104,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
#UsrMerge
|
#UsrMerge
|
||||||
/sbin/*
|
/sbin/*
|
||||||
/%_lib/libhandle.so.*
|
|
||||||
#EndUsrMerge
|
#EndUsrMerge
|
||||||
%_sbindir/*
|
%_sbindir/*
|
||||||
# this is only used by xfs cmds, therefore no urgent need for a shlib package
|
# this is only used by xfs cmds, therefore no urgent need for a shlib package
|
||||||
|
Loading…
Reference in New Issue
Block a user