automatic version update by autodist [release 4.5-1mamba;Sun Jul 25 2021]

This commit is contained in:
Automatic Build System 2024-01-05 18:05:08 +01:00
parent 953dc3ca9c
commit 217b8dc4c3
2 changed files with 19 additions and 21 deletions

View File

@ -1,6 +1,6 @@
--- squashfs4.4/squashfs-tools/Makefile.orig 2020-12-31 18:14:20.736633721 +0000 --- squashfs-tools-4.5/squashfs-tools/Makefile.orig 2021-07-25 15:13:52.998139610 +0200
+++ squashfs4.4/squashfs-tools/Makefile 2020-12-31 18:18:43.416195072 +0000 +++ squashfs-tools-4.5/squashfs-tools/Makefile 2021-07-25 15:14:21.967671822 +0200
@@ -30,7 +30,7 @@ @@ -34,7 +34,7 @@
# To build install the library and uncomment # To build install the library and uncomment
# the XZ_SUPPORT line below. # the XZ_SUPPORT line below.
# #
@ -9,16 +9,16 @@
############ Building LZO support ############## ############ Building LZO support ##############
@@ -44,7 +44,7 @@ @@ -48,7 +48,7 @@
# To build install the library and uncomment # To build install the library and uncomment
# the XZ_SUPPORT line below. # the LZO_SUPPORT line below.
# #
-#LZO_SUPPORT = 1 -#LZO_SUPPORT = 1
+LZO_SUPPORT = 1 +LZO_SUPPORT = 1
########### Building LZ4 support ############# ########### Building LZ4 support #############
@@ -60,7 +60,7 @@ @@ -64,7 +64,7 @@
# To build install and uncomment # To build install and uncomment
# the LZ4_SUPPORT line below. # the LZ4_SUPPORT line below.
# #
@ -27,9 +27,9 @@
########### Building ZSTD support ############ ########### Building ZSTD support ############
@@ -76,7 +76,7 @@ @@ -80,7 +80,7 @@
# To build install the library and uncomment # To build install the library and uncomment
# the XZ_SUPPORT line below. # the ZSTD_SUPPORT line below.
# #
-#ZSTD_SUPPORT = 1 -#ZSTD_SUPPORT = 1
+ZSTD_SUPPORT = 1 +ZSTD_SUPPORT = 1

View File

@ -1,5 +1,5 @@
Name: squashfs Name: squashfs
Version: 4.4 Version: 4.5
Release: 1mamba Release: 1mamba
Summary: Tools for Squashfs, a compressed read-only filesystem for Linux Summary: Tools for Squashfs, a compressed read-only filesystem for Linux
Group: System/Tools Group: System/Tools
@ -10,19 +10,17 @@ URL: http://squashfs.sourceforge.net/
Source: http://downloads.sourceforge.net/sourceforge/squashfs/squashfs%{version}.tar.gz Source: http://downloads.sourceforge.net/sourceforge/squashfs/squashfs%{version}.tar.gz
Source1: http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2 Source1: http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2
Patch0: %{name}-4.0-lzma.patch Patch0: %{name}-4.0-lzma.patch
Patch1: %{name}-4.4-Makefile_config.patch Patch1: %{name}-4.5-Makefile_config.patch
Patch2: %{name}-4.2-Makefile_xz.patch Patch2: %{name}-4.2-Makefile_xz.patch
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: liblz4-devel BuildRequires: liblz4-devel
BuildRequires: liblzma-devel BuildRequires: liblzma-devel
BuildRequires: liblzo-devel BuildRequires: liblzo-devel
BuildRequires: libz-devel BuildRequires: libz-devel
BuildRequires: libzstd-devel BuildRequires: libzstd-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Squashfs is a compressed read-only filesystem for Linux. Squashfs is intended for general read-only filesystem use, for archival use (i.e. in cases where a .tar.gz file may be used), and in constrained block device/memory systems (e.g. embedded systems) where low overhead is needed. The filesystem is currently stable, and has been tested on PowerPC, i586, Sparc and ARM architectures. Squashfs is a compressed read-only filesystem for Linux. Squashfs is intended for general read-only filesystem use, for archival use (i.e. in cases where a .tar.gz file may be used), and in constrained block device/memory systems (e.g. embedded systems) where low overhead is needed. The filesystem is currently stable, and has been tested on PowerPC, i586, Sparc and ARM architectures.
@ -30,20 +28,17 @@ Squashfs is a compressed read-only filesystem for Linux. Squashfs is intended fo
%debug_package %debug_package
%prep %prep
%setup -q -n %{name}%{version} -a1 %setup -q -n %{name}-tools-%{version} -a1
%patch1 -p1 %patch1 -p1
#%patch2 -p1 #%patch2 -p1
%build %build
mkdir build cd squashfs-tools
mv squashfs-tools build %make
cd build/squashfs-tools
%make \
EXTRA_CFLAGS+="-fcommon"
%install %install
[ "%{buildroot}" != / ] && rm -rf %{buildroot} [ "%{buildroot}" != / ] && rm -rf %{buildroot}
cd build/squashfs-tools cd squashfs-tools
install -D -m 0755 mksquashfs %{buildroot}%{_bindir}/mksquashfs install -D -m 0755 mksquashfs %{buildroot}%{_bindir}/mksquashfs
install -D -m 0755 unsquashfs %{buildroot}%{_bindir}/unsquashfs install -D -m 0755 unsquashfs %{buildroot}%{_bindir}/unsquashfs
@ -54,10 +49,13 @@ install -D -m 0755 unsquashfs %{buildroot}%{_bindir}/unsquashfs
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/mksquashfs %{_bindir}/mksquashfs
%{_bindir}/unsquashfs %{_bindir}/unsquashfs
%doc CHANGES COPYING %doc COPYING
#README #CHANGES README
%changelog %changelog
* Sun Jul 25 2021 Automatic Build System <autodist@mambasoft.it> 4.5-1mamba
- automatic version update by autodist
* Thu Dec 31 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.4-1mamba * Thu Dec 31 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.4-1mamba
- update to 4.4 - update to 4.4