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