forked from pool/squashfs
Accepting request 101066 from filesystems
- enable support for xz and lzo (kernel has support already) OBS-URL: https://build.opensuse.org/request/show/101066 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squashfs?expand=0&rev=22
This commit is contained in:
commit
e98dc330b9
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 22 17:01:12 CET 2012 - dmueller@suse.de
|
||||||
|
|
||||||
|
- enable support for xz and lzo (kernel has support already)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 3 19:00:03 UTC 2011 - dvaleev@suse.com
|
Thu Nov 3 19:00:03 UTC 2011 - dvaleev@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package squashfs (Version 4.2)
|
# spec file for package squashfs
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,21 +15,21 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: squashfs
|
Name: squashfs
|
||||||
BuildRequires: attr-devel zlib-devel
|
BuildRequires: attr-devel
|
||||||
License: GPL-2.0+
|
BuildRequires: lzma-devel
|
||||||
Group: System/Filesystems
|
BuildRequires: lzo-devel
|
||||||
|
BuildRequires: zlib-devel
|
||||||
Supplements: filesystem(squashfs)
|
Supplements: filesystem(squashfs)
|
||||||
Version: 4.2
|
Version: 4.2
|
||||||
Release: 1
|
Release: 0
|
||||||
Source0: %{name}%{version}.tar.gz
|
Source0: %{name}%{version}.tar.gz
|
||||||
Patch0: squashfs-64k.patch
|
Patch0: squashfs-64k.patch
|
||||||
Url: http://squashfs.sourceforge.net/
|
Url: http://squashfs.sourceforge.net/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: A Read-Only File System with Efficient Compression
|
Summary: A Read-Only File System with Efficient Compression
|
||||||
|
License: GPL-2.0+
|
||||||
|
Group: System/Filesystems
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains the userland utilities to create and read
|
This package contains the userland utilities to create and read
|
||||||
@ -41,7 +41,7 @@ squashfs images.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
sed -i -e "s,-O2,%{optflags}," squashfs-tools/Makefile
|
sed -i -e "s,-O2,%{optflags}," squashfs-tools/Makefile
|
||||||
make -C squashfs-tools
|
make -C squashfs-tools XZ_SUPPORT=1 LZO_SUPPORT=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p $RPM_BUILD_ROOT/usr/bin
|
mkdir -p $RPM_BUILD_ROOT/usr/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user