2007-09-04 00:09:45 +00:00
|
|
|
Summary: Utility for the creation of squashfs filesystems
|
2005-12-01 20:15:48 +00:00
|
|
|
Name: squashfs-tools
|
2009-01-12 22:57:19 +00:00
|
|
|
Version: 4.0
|
2009-01-26 06:53:55 +00:00
|
|
|
# cvs snapshot from cvs -d:pserver:anonymous@squashfs.cvs.sourceforge.net:/cvsroot/squashfs co squashfs on 2009-01-25
|
2009-02-26 02:39:06 +00:00
|
|
|
Release: 0.20090126
|
2007-09-04 00:09:45 +00:00
|
|
|
License: GPLv2+
|
2005-12-01 20:15:48 +00:00
|
|
|
Group: System Environment/Base
|
|
|
|
URL: http://squashfs.sf.net
|
2009-01-26 06:53:55 +00:00
|
|
|
Source0: squashfs-20090125.tar.bz2
|
2005-12-01 20:15:48 +00:00
|
|
|
Patch0: squashfs-cflags.patch
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
2006-05-16 14:41:23 +00:00
|
|
|
BuildRequires: zlib-devel
|
2005-12-01 20:15:48 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Squashfs is a highly compressed read-only filesystem for Linux. This package
|
|
|
|
contains the utilities for manipulating squashfs filesystems.
|
|
|
|
|
|
|
|
%prep
|
2009-01-12 22:57:19 +00:00
|
|
|
%setup -q -n squashfs
|
2006-06-23 15:50:19 +00:00
|
|
|
%patch0 -p1 -b .cflags
|
2005-12-01 20:15:48 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
pushd squashfs-tools
|
|
|
|
make RPM_OPT_FLAGS="%{optflags}"
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2006-06-23 15:50:19 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/sbin $RPM_BUILD_ROOT/usr/sbin
|
2005-12-01 20:15:48 +00:00
|
|
|
install -m 755 squashfs-tools/mksquashfs $RPM_BUILD_ROOT/sbin/mksquashfs
|
2009-01-12 22:57:19 +00:00
|
|
|
#install -m 755 squashfs-tools/unsquashfs $RPM_BUILD_ROOT%{_sbindir}/unsquashfs
|
2007-09-04 00:09:45 +00:00
|
|
|
|
2009-01-12 22:57:19 +00:00
|
|
|
chmod -x README
|
2005-12-01 20:15:48 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2009-01-12 22:57:19 +00:00
|
|
|
%doc README
|
2005-12-01 20:15:48 +00:00
|
|
|
/sbin/mksquashfs
|
2009-01-12 22:57:19 +00:00
|
|
|
#%{_sbindir}/unsquashfs
|
2005-12-01 20:15:48 +00:00
|
|
|
|
|
|
|
%changelog
|
2009-02-26 02:39:06 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-0.20090126
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-26 06:53:55 +00:00
|
|
|
* Mon Jan 26 2009 Kyle McMartin <kyle@redhat.com> - 4.0-0.20090125
|
|
|
|
- update to cvs snap that should unbreak big endian machines creating
|
|
|
|
little endian fs.
|
|
|
|
|
2009-01-12 22:57:19 +00:00
|
|
|
* Mon Jan 12 2009 <katzj@redhat.com> - 4.0-0.20090112
|
|
|
|
- update to cvs snap that generates v4.0 images
|
|
|
|
|
2008-09-30 19:20:42 +00:00
|
|
|
* Tue Sep 30 2008 Jeremy Katz <katzj@redhat.com> - 3.4-1
|
|
|
|
- update to 3.4
|
|
|
|
|
2008-02-19 10:14:12 +00:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.3-2
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-12-14 15:37:43 +00:00
|
|
|
* Fri Dec 14 2007 Jeremy Katz <katzj@redhat.com> - 3.3-1
|
|
|
|
- Update to 3.3
|
|
|
|
|
2007-09-05 12:51:42 +00:00
|
|
|
* Wed Sep 5 2007 Jeremy Katz <katzj@redhat.com> - 3.2-2
|
|
|
|
- fixes from package review (#226430)
|
|
|
|
|
2007-03-20 19:31:34 +00:00
|
|
|
* Tue Mar 20 2007 Jeremy Katz <katzj@redhat.com> - 3.2-1
|
|
|
|
- update to 3.2r2
|
|
|
|
|
2006-10-01 20:21:08 +00:00
|
|
|
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 3.0-4
|
|
|
|
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
|
|
|
|
|
2006-09-18 16:52:32 +00:00
|
|
|
* Mon Sep 18 2006 Jeremy Katz <katzj@redhat.com> - 3.0-3
|
|
|
|
- updated fragment size patch (#204638)
|
|
|
|
|
2006-08-16 14:59:13 +00:00
|
|
|
* Wed Aug 16 2006 Jeremy Katz <katzj@redhat.com> - 3.0-2
|
|
|
|
- add upstream patch for fragment size problem (#202663)
|
|
|
|
|
2006-07-12 08:17:40 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.0-1.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-06-23 15:50:19 +00:00
|
|
|
* Fri Jun 23 2006 Jeremy Katz <katzj@redhat.com> - 3.0-1
|
|
|
|
- update to 3.0
|
|
|
|
- include unsquashfs
|
|
|
|
|
2006-05-16 14:41:23 +00:00
|
|
|
* Tue May 16 2006 Jeremy Katz <katzj@redhat.com>
|
|
|
|
- add BR on zlib-devel (Andreas Thienemann, #191880)
|
|
|
|
|
2006-02-11 05:43:28 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.2r2-2.2.1
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 13:52:42 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.2r2-2.2
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2005-12-09 22:43:17 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-12-01 20:15:48 +00:00
|
|
|
* Thu Dec 1 2005 Jeremy Katz <katzj@redhat.com> - 2.2r2-1
|
|
|
|
- Initial build
|
|
|
|
|