rebuilt in /usr [release 5.9.0-2mamba;Sat May 01 2021]
This commit is contained in:
parent
1e0c4b9b39
commit
b4e73d5317
@ -1,26 +1,26 @@
|
|||||||
Name: xfsprogs
|
Name: xfsprogs
|
||||||
Version: 5.9.0
|
Version: 5.9.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: This package contains the userspace tools to accompany the XFS driver in the kernel
|
Summary: This package contains the userspace tools to accompany the XFS driver in the kernel
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Aleph0 <aleph0@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://oss.sgi.com/projects/xfs/
|
URL: http://oss.sgi.com/projects/xfs/
|
||||||
Source: https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs//xfsprogs-%{version}.tar.xz
|
Source: https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-%{version}.tar.xz
|
||||||
#Source: ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsprogs-%{version}.tar.gz
|
#Source: ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsprogs-%{version}.tar.gz
|
||||||
Patch: %{name}-2.8.21-buildfix.patch
|
Patch: %{name}-2.8.21-buildfix.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libblkid-devel
|
BuildRequires: libdevmapper-devel
|
||||||
|
BuildRequires: libicu-devel
|
||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: bash
|
BuildRequires: bash
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: ldconfig
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libe2fs-devel
|
BuildRequires: libe2fs-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains the userspace tools to accompany the XFS driver in the kernel.
|
This package contains the userspace tools to accompany the XFS driver in the kernel.
|
||||||
@ -33,20 +33,16 @@ This package contains the userspace tools to accompany the XFS driver in the ker
|
|||||||
#autoconf
|
#autoconf
|
||||||
export DEBUG="-DNDEBUG"
|
export DEBUG="-DNDEBUG"
|
||||||
%configure \
|
%configure \
|
||||||
|
--exec-prefix=/ \
|
||||||
--enable-shared=yes \
|
--enable-shared=yes \
|
||||||
--enable-gettext=yes
|
--enable-gettext=yes \
|
||||||
|
--with-systemd-unit-dir=%{_unitdir}
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
#\
|
|
||||||
# PKG_ROOT_LIB_DIR=%{buildroot}%{_libdir} \
|
|
||||||
# PKG_ROOT_BIN_DIR=%{buildroot}%{_bindir} \
|
|
||||||
# PKG_ROOT_SBIN_DIR=%{buildroot}%{_sbindir} \
|
|
||||||
# PKG_SBIN_DIR=%{buildroot}%{_sbindir} \
|
|
||||||
# PKG_MAN_DIR=%{buildroot}%{_mandir} \
|
|
||||||
# PKG_DOC_DIR=%{_builddir}/%{name}-%{version}/xfsprogs_docs
|
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
@ -58,15 +54,15 @@ export DEBUG="-DNDEBUG"
|
|||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/sbin/fsck.xfs
|
%{_sbindir}/fsck.xfs
|
||||||
/sbin/mkfs.xfs
|
%{_sbindir}/mkfs.xfs
|
||||||
/sbin/xfs_*
|
|
||||||
%{_sbindir}/xfs_*
|
%{_sbindir}/xfs_*
|
||||||
/lib/systemd/system/xfs_scrub@.service
|
%{_sbindir}/xfs_*
|
||||||
/lib/systemd/system/xfs_scrub_all.service
|
%{_unitdir}/xfs_scrub@.service
|
||||||
/lib/systemd/system/xfs_scrub_all.timer
|
%{_unitdir}/xfs_scrub_all.service
|
||||||
/lib/systemd/system/xfs_scrub_fail@.service
|
%{_unitdir}/xfs_scrub_all.timer
|
||||||
/%{_lib}/libhandle.so.*
|
%{_unitdir}/xfs_scrub_fail@.service
|
||||||
|
%{_libdir}/libhandle.so.*
|
||||||
%dir %{_libdir}/xfsprogs
|
%dir %{_libdir}/xfsprogs
|
||||||
%{_libdir}/xfsprogs/*
|
%{_libdir}/xfsprogs/*
|
||||||
%dir %{_datadir}/doc/xfsprogs
|
%dir %{_datadir}/doc/xfsprogs
|
||||||
@ -79,6 +75,9 @@ export DEBUG="-DNDEBUG"
|
|||||||
%{_mandir}/man8/xfs_*.*
|
%{_mandir}/man8/xfs_*.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 01 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.9.0-2mamba
|
||||||
|
- rebuilt in /usr
|
||||||
|
|
||||||
* Wed Oct 21 2020 Automatic Build System <autodist@mambasoft.it> 5.9.0-1mamba
|
* Wed Oct 21 2020 Automatic Build System <autodist@mambasoft.it> 5.9.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user