9c5bac8
Summary: Utility for the creation of squashfs filesystems
ba5d1d2
Name: squashfs-tools
3e671c2
Version: 4.0
964cd18
# cvs snapshot from cvs -d:pserver:anonymous@squashfs.cvs.sourceforge.net:/cvsroot/squashfs co squashfs on 2009-01-25
edffb5c
Release: 4%{?dist}
9c5bac8
License: GPLv2+
ba5d1d2
Group: System Environment/Base
ba5d1d2
URL: http://squashfs.sf.net
12105c5
Source0: squashfs-4.0.tar.bz2
ba5d1d2
Patch0: squashfs-cflags.patch
264dd6f
Patch1: squashfs-fix-unsquashing-v3.patch
edffb5c
Patch2: squashfs-large-inode.patch
ba5d1d2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
d75a0d7
BuildRequires: zlib-devel
ba5d1d2
ba5d1d2
%description
ba5d1d2
Squashfs is a highly compressed read-only filesystem for Linux.  This package
ba5d1d2
contains the utilities for manipulating squashfs filesystems.
ba5d1d2
ba5d1d2
%prep
3e671c2
%setup -q -n squashfs
1f2de82
%patch0 -p1 -b .cflags
264dd6f
%patch1 -p1 -b .fix-unsquashing-v3
edffb5c
%patch2
ba5d1d2
ba5d1d2
%build
ba5d1d2
pushd squashfs-tools
ba5d1d2
make RPM_OPT_FLAGS="%{optflags}"
ba5d1d2
ba5d1d2
%install
ba5d1d2
rm -rf $RPM_BUILD_ROOT
1f2de82
mkdir -p $RPM_BUILD_ROOT/sbin $RPM_BUILD_ROOT/usr/sbin
ba5d1d2
install -m 755 squashfs-tools/mksquashfs $RPM_BUILD_ROOT/sbin/mksquashfs
12105c5
install -m 755 squashfs-tools/unsquashfs $RPM_BUILD_ROOT%{_sbindir}/unsquashfs
ba5d1d2
ba5d1d2
%clean
ba5d1d2
rm -rf $RPM_BUILD_ROOT
ba5d1d2
ba5d1d2
%files
ba5d1d2
%defattr(-,root,root,-)
3e671c2
%doc README
12105c5
%doc README-4.0
ba5d1d2
/sbin/mksquashfs
12105c5
%{_sbindir}/unsquashfs
ba5d1d2
ba5d1d2
%changelog
edffb5c
* Sat Aug 14 2010 Bruno Wolff III <bruno@wolff.to> 4.0-4
edffb5c
- Backport fix for 619020 (large inode issue) from 4.1
edffb5c
264dd6f
* Wed May 5 2010 Kyle McMartin <kyle@redhat.com> 4.0-3
264dd6f
- squashfs-fix-unsquashing-v3.patch: pull in fix from cvs. Thanks pkl!
264dd6f
  (rhbz#523504)
264dd6f
- Add dist tag to version.
264dd6f
252c97d
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-2
252c97d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
252c97d
12105c5
* Sun Apr 05 2009 Kyle McMartin <kyle@redhat.com> - 4.0-1
12105c5
- Update to release 4.0
12105c5
d811a95
* Tue Mar 16 2009 Kyle McMartin <kyle@redhat.com> - 4.0-0.20090316
d811a95
- update to cvs snap from 2009-03-16.
d811a95
7458f10
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-0.20090126
7458f10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
7458f10
964cd18
* Mon Jan 26 2009 Kyle McMartin <kyle@redhat.com> - 4.0-0.20090125
964cd18
- update to cvs snap that should unbreak big endian machines creating
964cd18
  little endian fs.
964cd18
3e671c2
* Mon Jan 12 2009  <katzj@redhat.com> - 4.0-0.20090112
3e671c2
- update to cvs snap that generates v4.0 images
3e671c2
8386392
* Tue Sep 30 2008 Jeremy Katz <katzj@redhat.com> - 3.4-1
8386392
- update to 3.4
8386392
ff2e478
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.3-2
ff2e478
- Autorebuild for GCC 4.3
ff2e478
171345c
* Fri Dec 14 2007 Jeremy Katz <katzj@redhat.com> - 3.3-1
171345c
- Update to 3.3
171345c
f6796b7
* Wed Sep  5 2007 Jeremy Katz <katzj@redhat.com> - 3.2-2
f6796b7
- fixes from package review (#226430)
f6796b7
4c7dd36
* Tue Mar 20 2007 Jeremy Katz <katzj@redhat.com> - 3.2-1
4c7dd36
- update to 3.2r2
4c7dd36
d34521d
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 3.0-4
d34521d
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
d34521d
9700cba
* Mon Sep 18 2006 Jeremy Katz <katzj@redhat.com> - 3.0-3
9700cba
- updated fragment size patch (#204638)
9700cba
1e4afd7
* Wed Aug 16 2006 Jeremy Katz <katzj@redhat.com> - 3.0-2
1e4afd7
- add upstream patch for fragment size problem (#202663)
1e4afd7
ad560d0
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.0-1.1
ad560d0
- rebuild
ad560d0
1f2de82
* Fri Jun 23 2006 Jeremy Katz <katzj@redhat.com> - 3.0-1
1f2de82
- update to 3.0
1f2de82
- include unsquashfs
1f2de82
d75a0d7
* Tue May 16 2006 Jeremy Katz <katzj@redhat.com> 
d75a0d7
- add BR on zlib-devel (Andreas Thienemann, #191880)
d75a0d7
48d899d
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.2r2-2.2.1
48d899d
- bump again for double-long bug on ppc(64)
48d899d
ab4168f
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.2r2-2.2
ab4168f
- rebuilt for new gcc4.1 snapshot and glibc changes
ab4168f
37b1ca6
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
37b1ca6
- rebuilt
37b1ca6
ba5d1d2
* Thu Dec  1 2005 Jeremy Katz <katzj@redhat.com> - 2.2r2-1
ba5d1d2
- Initial build
ba5d1d2