|
@@ -1,7 +1,7 @@
|
|
Summary: Utilities for managing the XFS filesystem
|
|
Summary: Utilities for managing the XFS filesystem
|
|
Summary(ja): XFSファイルシステムを管理するためのユーティリティ
|
|
Summary(ja): XFSファイルシステムを管理するためのユーティリティ
|
|
Name: xfsprogs
|
|
Name: xfsprogs
|
|
-Version: 2.10.1
|
|
|
|
|
|
+Version: 3.1.4
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
# Licensing based on generic "GNU GENERAL PUBLIC LICENSE"
|
|
# Licensing based on generic "GNU GENERAL PUBLIC LICENSE"
|
|
# in source, with no mention of version.
|
|
# in source, with no mention of version.
|
|
@@ -10,11 +10,12 @@ Release: 1%{?_dist_release}
|
|
License: GPL+ and LGPLv2+
|
|
License: GPL+ and LGPLv2+
|
|
Group: System Environment/Base
|
|
Group: System Environment/Base
|
|
URL: http://oss.sgi.com/projects/xfs/
|
|
URL: http://oss.sgi.com/projects/xfs/
|
|
-Source0: ftp://oss.sgi.com/projects/xfs/download/cmd_tars/%{name}_%{version}-1.tar.gz
|
|
|
|
|
|
+Source0: ftp://oss.sgi.com/projects/xfs/download/cmd_tars/%{name}-%{version}.tar.gz
|
|
Source1: xfsprogs-wrapper.h
|
|
Source1: xfsprogs-wrapper.h
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRequires: libtool, gettext
|
|
BuildRequires: libtool, gettext
|
|
BuildRequires: e2fsprogs-devel
|
|
BuildRequires: e2fsprogs-devel
|
|
|
|
+BuildRequires: libuuid-devel
|
|
|
|
|
|
%description
|
|
%description
|
|
A set of commands to use the XFS filesystem, including mkfs.xfs.
|
|
A set of commands to use the XFS filesystem, including mkfs.xfs.
|
|
@@ -51,20 +52,16 @@ also want to install xfsprogs.
|
|
# xfsprogs abuses libexecdir
|
|
# xfsprogs abuses libexecdir
|
|
export tagname=CC DEBUG=-DNDEBUG
|
|
export tagname=CC DEBUG=-DNDEBUG
|
|
|
|
|
|
-%configure \
|
|
|
|
- --sbindir=/sbin \
|
|
|
|
- --libdir=/%{_lib} \
|
|
|
|
- --libexecdir=%{_libdir} \
|
|
|
|
- --bindir=%{_sbindir}
|
|
|
|
|
|
+%configure
|
|
|
|
|
|
make %{?_smp_mflags}
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
%install
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
-make DIST_ROOT=$RPM_BUILD_ROOT install install-dev
|
|
|
|
|
|
+make DIST_ROOT=$RPM_BUILD_ROOT install install-dev install-qa
|
|
|
|
|
|
# nuke .la files, etc
|
|
# nuke .la files, etc
|
|
-rm -f $RPM_BUILD_ROOT/{%{_lib}/*.{la,a,so},%{_libdir}/*.la}
|
|
|
|
|
|
+rm -f $RPM_BUILD_ROOT/{%{_lib}/*.{la,a,so},%{_libdir}/*.{la,a}}
|
|
# fix up symlink to be correct
|
|
# fix up symlink to be correct
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/libhandle.so
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/libhandle.so
|
|
ln -s ../../%{_lib}/libhandle.so.1 $RPM_BUILD_ROOT/%{_libdir}/libhandle.so
|
|
ln -s ../../%{_lib}/libhandle.so.1 $RPM_BUILD_ROOT/%{_libdir}/libhandle.so
|
|
@@ -91,7 +88,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files -f %{name}.lang
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
-%doc doc/CHANGES doc/COPYING doc/CREDITS doc/PORTING README
|
|
|
|
|
|
+%doc doc/CHANGES doc/COPYING doc/CREDITS README
|
|
/sbin/fsck.xfs
|
|
/sbin/fsck.xfs
|
|
/sbin/mkfs.xfs
|
|
/sbin/mkfs.xfs
|
|
/sbin/xfs_repair
|
|
/sbin/xfs_repair
|
|
@@ -103,12 +100,16 @@ rm -rf $RPM_BUILD_ROOT
|
|
%files devel
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
%{_mandir}/man3/*
|
|
%{_mandir}/man3/*
|
|
-%{_includedir}/disk
|
|
|
|
%{_includedir}/xfs
|
|
%{_includedir}/xfs
|
|
-%{_libdir}/*.a
|
|
|
|
%{_libdir}/*.so
|
|
%{_libdir}/*.so
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Dec 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
|
|
|
|
+- new upstream release
|
|
|
|
+- add BuildRequires: libuuid-devel
|
|
|
|
+- remove all configure options
|
|
|
|
+- fix %%install and %%files
|
|
|
|
+
|
|
* Sat Sep 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.1-1
|
|
* Sat Sep 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.1-1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|
|
|
|
|