source: projects/specs/branches/6/s/squashfs-tools/squashfs-tools-vl.spec @ 3581

Revision 3581, 2.2 KB checked in by daisuke, 13 years ago (diff)

squashfs-tools: update to 4.2

Line 
1Summary: squashfs utilities
2Summary(ja): squashfs ユーティリティ
3Name: squashfs-tools
4Version: 4.2
5Release: 1%{?_dist_release}
6License: GPLv2+
7Group: System Environment/Base
8URL: http://squashfs.sf.net/
9Source0: squashfs%{version}.tar.gz
10
11BuildRoot: %{_tmppath}/%{name}-%{version}-root
12BuildRequires: zlib-devel
13BuildRequires: xz-devel
14BuildRequires: lzo-devel
15BuildRequires: libattr-devel
16
17Vendor: Project Vine
18Distribution: Vine Linux
19Packager: daisuke
20
21%description
22Squashfs is a highly compressed read-only filesystem for Linux.  This package
23contains the utilities for manipulating squashfs filesystems.
24
25%description -l ja
26Squashfs は Linux 用の高圧縮読み込み専用ファイルシステムです。このパッケージ
27には squashfs ファイルシステムを操作するためのユーティリティが含まれています。
28
29%prep
30%setup -q -n squashfs%{version}
31
32%build
33pushd squashfs-tools
34CFLAGS="%{optflags}" XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1 %__make %{?_smp_mflags}
35popd
36
37%install
38rm -rf $RPM_BUILD_ROOT
39mkdir -p $RPM_BUILD_ROOT/sbin
40%__install -m 755 squashfs-tools/mksquashfs $RPM_BUILD_ROOT/sbin/mksquashfs
41%__install -m 755 squashfs-tools/unsquashfs $RPM_BUILD_ROOT/sbin/unsquashfs
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46
47%files
48%defattr(-,root,root,-)
49%doc README-%{version} README
50%doc DONATIONS PERFORMANCE.README COPYING ACKNOWLEDGEMENTS CHANGES
51%doc pseudo-file.example
52/sbin/*
53
54%changelog
55* Tue Apr 19 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 4.2-1
56- update to 4.2
57- XZ, LZMA and LZO support
58  - XZ compression support requires 2.6.38 or newer kernels.
59  - LZO compression suppoer requires 2.6.36 ow newer kernels.
60- add BR: zlib-devel, xz-devel, lzo-devel, libattr-devel
61
62* Fri Sep 10 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 4.1-1
63- new upstream release
64
65* Wed Oct 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0-1
66- new upstream release
67
68* Mon Jan 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.4-1
69- new upstream release
70
71* Sat Aug 16 2008 Shu KONNO <owa@bg.wakwak.com> 3.3-1vl5
72- applied new versioning policy, spec in utf-8
73
74* Sat Dec 15 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 3.3-0vl1
75- new upstream release
76
77* Sun May 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0-0vl1
78- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.