73 lines
1.9 KiB
RPMSpec
73 lines
1.9 KiB
RPMSpec
Summary: squashfs utilities
|
|
Name: squashfs-tools
|
|
Version: 3.0
|
|
Release: 3
|
|
License: GPL
|
|
Group: System Environment/Base
|
|
URL: http://squashfs.sf.net
|
|
Source0: squashfs3.0.tar.gz
|
|
Patch0: squashfs-cflags.patch
|
|
#http://sourceforge.net/mailarchive/forum.php?thread_id=11544292&forum_id=39601
|
|
Patch1: squashfs-fragmentsize.patch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRequires: zlib-devel
|
|
|
|
%description
|
|
Squashfs is a highly compressed read-only filesystem for Linux. This package
|
|
contains the utilities for manipulating squashfs filesystems.
|
|
|
|
%prep
|
|
%setup -q -n squashfs3.0
|
|
%patch0 -p1 -b .cflags
|
|
%patch1 -p1 -b .fragment
|
|
|
|
%build
|
|
pushd squashfs-tools
|
|
make RPM_OPT_FLAGS="%{optflags}"
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
mkdir -p $RPM_BUILD_ROOT/sbin $RPM_BUILD_ROOT/usr/sbin
|
|
install -m 755 squashfs-tools/mksquashfs $RPM_BUILD_ROOT/sbin/mksquashfs
|
|
install -m 755 squashfs-tools/unsquashfs $RPM_BUILD_ROOT/usr/sbin/unsquashfs
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc README PERFORMANCE.README COPYING ACKNOWLEDGEMENTS CHANGES
|
|
/sbin/mksquashfs
|
|
/usr/sbin/unsquashfs
|
|
|
|
%changelog
|
|
* Mon Sep 18 2006 Jeremy Katz <katzj@redhat.com> - 3.0-3
|
|
- updated fragment size patch (#204638)
|
|
|
|
* Wed Aug 16 2006 Jeremy Katz <katzj@redhat.com> - 3.0-2
|
|
- add upstream patch for fragment size problem (#202663)
|
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.0-1.1
|
|
- rebuild
|
|
|
|
* Fri Jun 23 2006 Jeremy Katz <katzj@redhat.com> - 3.0-1
|
|
- update to 3.0
|
|
- include unsquashfs
|
|
|
|
* Tue May 16 2006 Jeremy Katz <katzj@redhat.com>
|
|
- add BR on zlib-devel (Andreas Thienemann, #191880)
|
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.2r2-2.2.1
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.2r2-2.2
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
- rebuilt
|
|
|
|
* Thu Dec 1 2005 Jeremy Katz <katzj@redhat.com> - 2.2r2-1
|
|
- Initial build
|
|
|