|
@@ -1,13 +1,22 @@
|
|
Summary: squashfs utilities
|
|
Summary: squashfs utilities
|
|
Summary(ja): squashfs ユーティリティ
|
|
Summary(ja): squashfs ユーティリティ
|
|
Name: squashfs-tools
|
|
Name: squashfs-tools
|
|
-Version: 4.0
|
|
|
|
|
|
+Version: 4.2
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
-License: GPL
|
|
|
|
|
|
+License: GPLv2+
|
|
Group: System Environment/Base
|
|
Group: System Environment/Base
|
|
URL: http://squashfs.sf.net/
|
|
URL: http://squashfs.sf.net/
|
|
Source0: squashfs%{version}.tar.gz
|
|
Source0: squashfs%{version}.tar.gz
|
|
|
|
+
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
+BuildRequires: zlib-devel
|
|
|
|
+BuildRequires: xz-devel
|
|
|
|
+BuildRequires: lzo-devel
|
|
|
|
+BuildRequires: libattr-devel
|
|
|
|
+
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+Packager: daisuke
|
|
|
|
|
|
%description
|
|
%description
|
|
Squashfs is a highly compressed read-only filesystem for Linux. This package
|
|
Squashfs is a highly compressed read-only filesystem for Linux. This package
|
|
@@ -22,7 +31,7 @@ Squashfs は Linux 用の高圧縮読み込み専用ファイルシステムで
|
|
|
|
|
|
%build
|
|
%build
|
|
pushd squashfs-tools
|
|
pushd squashfs-tools
|
|
-%__make RPM_OPT_FLAGS="%{optflags}"
|
|
|
|
|
|
+CFLAGS="%{optflags}" XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1 %__make %{?_smp_mflags}
|
|
popd
|
|
popd
|
|
|
|
|
|
%install
|
|
%install
|
|
@@ -38,10 +47,21 @@ rm -rf $RPM_BUILD_ROOT
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%doc README-%{version} README
|
|
%doc README-%{version} README
|
|
-%doc PERFORMANCE.README COPYING ACKNOWLEDGEMENTS CHANGES
|
|
|
|
|
|
+%doc DONATIONS PERFORMANCE.README COPYING ACKNOWLEDGEMENTS CHANGES
|
|
|
|
+%doc pseudo-file.example
|
|
/sbin/*
|
|
/sbin/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Apr 19 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 4.2-1
|
|
|
|
+- update to 4.2
|
|
|
|
+- XZ, LZMA and LZO support
|
|
|
|
+ - XZ compression support requires 2.6.38 or newer kernels.
|
|
|
|
+ - LZO compression suppoer requires 2.6.36 ow newer kernels.
|
|
|
|
+- add BR: zlib-devel, xz-devel, lzo-devel, libattr-devel
|
|
|
|
+
|
|
|
|
+* Fri Sep 10 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 4.1-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Wed Oct 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0-1
|
|
* Wed Oct 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|