source: projects/specs/trunk/s/squashfs-tools/squashfs-tools-vl.spec @ 521

Revision 521, 1.6 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: squashfs utilities
2Summary(ja): squashfs ユーティリティ
3Name: squashfs-tools
4Version: 4.0
5Release: 1%{?_dist_release}
6License: GPL
7Group: System Environment/Base
8URL: http://squashfs.sf.net/
9Source0: squashfs%{version}.tar.gz
10BuildRoot: %{_tmppath}/%{name}-%{version}-root
11
12%description
13Squashfs is a highly compressed read-only filesystem for Linux.  This package
14contains the utilities for manipulating squashfs filesystems.
15
16%description -l ja
17Squashfs は Linux 用の高圧縮読み込み専用ファイルシステムです。このパッケージ
18には squashfs ファイルシステムを操作するためのユーティリティが含まれています。
19
20%prep
21%setup -q -n squashfs%{version}
22
23%build
24pushd squashfs-tools
25%__make RPM_OPT_FLAGS="%{optflags}"
26popd
27
28%install
29rm -rf $RPM_BUILD_ROOT
30mkdir -p $RPM_BUILD_ROOT/sbin
31%__install -m 755 squashfs-tools/mksquashfs $RPM_BUILD_ROOT/sbin/mksquashfs
32%__install -m 755 squashfs-tools/unsquashfs $RPM_BUILD_ROOT/sbin/unsquashfs
33
34%clean
35rm -rf $RPM_BUILD_ROOT
36
37
38%files
39%defattr(-,root,root,-)
40%doc README-%{version} README
41%doc PERFORMANCE.README COPYING ACKNOWLEDGEMENTS CHANGES
42/sbin/*
43
44%changelog
45* Wed Oct 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0-1
46- new upstream release
47
48* Mon Jan 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.4-1
49- new upstream release
50
51* Sat Aug 16 2008 Shu KONNO <owa@bg.wakwak.com> 3.3-1vl5
52- applied new versioning policy, spec in utf-8
53
54* Sat Dec 15 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 3.3-0vl1
55- new upstream release
56
57* Sun May 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0-0vl1
58- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.