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

Revision 12495, 2.7 KB checked in by tomop, 3 years ago (diff)

updated 5 packages

cifs-utils-6.11-1

libproxy-0.4.15-3

netpbm-10.86.16-1

squashfs-tools-4.4-1

xorg-x11-server-1.20.9-1

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