automatic version update by autodist [release 4.5-1mamba;Sun Jul 25 2021]
This commit is contained in:
parent
953dc3ca9c
commit
217b8dc4c3
@ -1,6 +1,6 @@
|
||||
--- squashfs4.4/squashfs-tools/Makefile.orig 2020-12-31 18:14:20.736633721 +0000
|
||||
+++ squashfs4.4/squashfs-tools/Makefile 2020-12-31 18:18:43.416195072 +0000
|
||||
@@ -30,7 +30,7 @@
|
||||
--- squashfs-tools-4.5/squashfs-tools/Makefile.orig 2021-07-25 15:13:52.998139610 +0200
|
||||
+++ squashfs-tools-4.5/squashfs-tools/Makefile 2021-07-25 15:14:21.967671822 +0200
|
||||
@@ -34,7 +34,7 @@
|
||||
# To build install the library and uncomment
|
||||
# the XZ_SUPPORT line below.
|
||||
#
|
||||
@ -9,16 +9,16 @@
|
||||
|
||||
|
||||
############ Building LZO support ##############
|
||||
@@ -44,7 +44,7 @@
|
||||
@@ -48,7 +48,7 @@
|
||||
# To build install the library and uncomment
|
||||
# the XZ_SUPPORT line below.
|
||||
# the LZO_SUPPORT line below.
|
||||
#
|
||||
-#LZO_SUPPORT = 1
|
||||
+LZO_SUPPORT = 1
|
||||
|
||||
|
||||
########### Building LZ4 support #############
|
||||
@@ -60,7 +60,7 @@
|
||||
@@ -64,7 +64,7 @@
|
||||
# To build install and uncomment
|
||||
# the LZ4_SUPPORT line below.
|
||||
#
|
||||
@ -27,9 +27,9 @@
|
||||
|
||||
|
||||
########### Building ZSTD support ############
|
||||
@@ -76,7 +76,7 @@
|
||||
@@ -80,7 +80,7 @@
|
||||
# To build install the library and uncomment
|
||||
# the XZ_SUPPORT line below.
|
||||
# the ZSTD_SUPPORT line below.
|
||||
#
|
||||
-#ZSTD_SUPPORT = 1
|
||||
+ZSTD_SUPPORT = 1
|
@ -1,5 +1,5 @@
|
||||
Name: squashfs
|
||||
Version: 4.4
|
||||
Version: 4.5
|
||||
Release: 1mamba
|
||||
Summary: Tools for Squashfs, a compressed read-only filesystem for Linux
|
||||
Group: System/Tools
|
||||
@ -10,19 +10,17 @@ URL: http://squashfs.sourceforge.net/
|
||||
Source: http://downloads.sourceforge.net/sourceforge/squashfs/squashfs%{version}.tar.gz
|
||||
Source1: http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2
|
||||
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
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: liblz4-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: liblzo-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libzstd-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%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.
|
||||
@ -30,20 +28,17 @@ Squashfs is a compressed read-only filesystem for Linux. Squashfs is intended fo
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}%{version} -a1
|
||||
%setup -q -n %{name}-tools-%{version} -a1
|
||||
%patch1 -p1
|
||||
#%patch2 -p1
|
||||
|
||||
%build
|
||||
mkdir build
|
||||
mv squashfs-tools build
|
||||
cd build/squashfs-tools
|
||||
%make \
|
||||
EXTRA_CFLAGS+="-fcommon"
|
||||
cd squashfs-tools
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
cd build/squashfs-tools
|
||||
cd squashfs-tools
|
||||
install -D -m 0755 mksquashfs %{buildroot}%{_bindir}/mksquashfs
|
||||
install -D -m 0755 unsquashfs %{buildroot}%{_bindir}/unsquashfs
|
||||
|
||||
@ -54,10 +49,13 @@ install -D -m 0755 unsquashfs %{buildroot}%{_bindir}/unsquashfs
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/mksquashfs
|
||||
%{_bindir}/unsquashfs
|
||||
%doc CHANGES COPYING
|
||||
#README
|
||||
%doc COPYING
|
||||
#CHANGES README
|
||||
|
||||
%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
|
||||
- update to 4.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user