automatic version update by autodist [release 1.47.1-1mamba;Sun May 26 2024]
This commit is contained in:
parent
d6bda8d740
commit
42bb98f642
@ -4,7 +4,7 @@
|
|||||||
%define libname libe2fs
|
%define libname libe2fs
|
||||||
|
|
||||||
Name: e2fsprogs
|
Name: e2fsprogs
|
||||||
Version: 1.47.0
|
Version: 1.47.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Utilities for managing the ext2/3/4 filesystem
|
Summary: Utilities for managing the ext2/3/4 filesystem
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
@ -19,7 +19,7 @@ License: GPL
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libblkid-devel
|
BuildRequires: libblkid-devel
|
||||||
BuildRequires: libfuse-devel
|
BuildRequires: libfuse3-devel
|
||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
@ -74,20 +74,16 @@ sed -i "s|-lblkid|-lblkid -luuid|" configure
|
|||||||
CC=%{_target_platform}-gcc \
|
CC=%{_target_platform}-gcc \
|
||||||
LD=%{_target_platform}-ld
|
LD=%{_target_platform}-ld
|
||||||
|
|
||||||
# CC=%{_target_platform}-gcc BUILD_CC=%{_target_platform}-gcc LD=%{_target_platform}-ld
|
|
||||||
|
|
||||||
%if "%{_host}" == "%{_build}"
|
%if "%{_host}" == "%{_build}"
|
||||||
%make
|
%make
|
||||||
%else
|
%else
|
||||||
%make LDFLAGS="-ldl -lpthread"
|
%make LDFLAGS="-ldl -lpthread"
|
||||||
%endif
|
%endif
|
||||||
# CC=%{_target_platform}-gcc LD=%{_target_platform}-ld
|
|
||||||
|
|
||||||
%if %with_ext2resize
|
%if %with_ext2resize
|
||||||
pushd ext2resize-%{ext2resize_ver}
|
pushd ext2resize-%{ext2resize_ver}
|
||||||
%configure
|
%configure
|
||||||
%make
|
%make
|
||||||
# CC=%{_target_platform}-gcc LD=%{_target_platform}-ld
|
|
||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -145,6 +141,7 @@ exit 0
|
|||||||
%{_unitdir}/e2scrub_fail@.service
|
%{_unitdir}/e2scrub_fail@.service
|
||||||
%{_unitdir}/e2scrub_reap.service
|
%{_unitdir}/e2scrub_reap.service
|
||||||
%{_udevrulesdir}/96-e2scrub.rules
|
%{_udevrulesdir}/96-e2scrub.rules
|
||||||
|
%{_udevrulesdir}/64-ext4.rules
|
||||||
%{_mandir}/man1/chattr.*
|
%{_mandir}/man1/chattr.*
|
||||||
%{_mandir}/man1/fuse2fs.1*
|
%{_mandir}/man1/fuse2fs.1*
|
||||||
%{_mandir}/man1/lsattr.*
|
%{_mandir}/man1/lsattr.*
|
||||||
@ -161,8 +158,8 @@ exit 0
|
|||||||
%{_libdir}/libe2p.so.*
|
%{_libdir}/libe2p.so.*
|
||||||
%{_libdir}/libext2fs.so.*
|
%{_libdir}/libext2fs.so.*
|
||||||
%{_libdir}/libss.so.*
|
%{_libdir}/libss.so.*
|
||||||
%dir %{_libdir}/e2fsprogs
|
%dir %{_libexecdir}/e2fsprogs
|
||||||
%{_libdir}/e2fsprogs/e2scrub_*
|
%{_libexecdir}/e2fsprogs/*
|
||||||
%doc NOTICE
|
%doc NOTICE
|
||||||
|
|
||||||
%files -n %{libname}-devel
|
%files -n %{libname}-devel
|
||||||
@ -189,12 +186,15 @@ exit 0
|
|||||||
%{_mandir}/man1/compile_et.*
|
%{_mandir}/man1/compile_et.*
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
%{_infodir}/libext2fs.info*
|
%{_infodir}/libext2fs.info*
|
||||||
%doc README RELEASE-NOTES
|
#%doc README RELEASE-NOTES
|
||||||
%if %with_ext2resize
|
%if %with_ext2resize
|
||||||
%doc ext2resize-%{ext2resize_ver}/*.ext2resize
|
%doc ext2resize-%{ext2resize_ver}/*.ext2resize
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 26 2024 Automatic Build System <autodist@openmamba.org> 1.47.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Feb 07 2023 Automatic Build System <autodist@mambasoft.it> 1.47.0-1mamba
|
* Tue Feb 07 2023 Automatic Build System <autodist@mambasoft.it> 1.47.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user