- Update to release tarball as opposed to cvs snapshot.
- Add dist tag.
This commit is contained in:
parent
1fa49b4bf6
commit
40812b6904
@ -1,3 +1 @@
|
|||||||
squashfs
|
squashfs4.0.tar.gz
|
||||||
clog
|
|
||||||
squashfs-4.0.tar.bz2
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
d6dab195b9f1bbafce0ae00c804babc3 squashfs-4.0.tar.bz2
|
a3c23391da4ebab0ac4a75021ddabf96 squashfs4.0.tar.gz
|
||||||
|
@ -2,11 +2,11 @@ Summary: Utility for the creation of squashfs filesystems
|
|||||||
Name: squashfs-tools
|
Name: squashfs-tools
|
||||||
Version: 4.0
|
Version: 4.0
|
||||||
# cvs snapshot from cvs -d:pserver:anonymous@squashfs.cvs.sourceforge.net:/cvsroot/squashfs co squashfs on 2009-01-25
|
# cvs snapshot from cvs -d:pserver:anonymous@squashfs.cvs.sourceforge.net:/cvsroot/squashfs co squashfs on 2009-01-25
|
||||||
Release: 2
|
Release: 3%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://squashfs.sf.net
|
URL: http://squashfs.sf.net
|
||||||
Source0: squashfs-4.0.tar.bz2
|
Source0: http://cdnetworks-us-2.dl.sourceforge.net/project/squashfs/squashfs/squashfs%{version}/squashfs%{version}.tar.gz
|
||||||
Patch0: squashfs-cflags.patch
|
Patch0: squashfs-cflags.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
@ -16,7 +16,7 @@ Squashfs is a highly compressed read-only filesystem for Linux. This package
|
|||||||
contains the utilities for manipulating squashfs filesystems.
|
contains the utilities for manipulating squashfs filesystems.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n squashfs
|
%setup -q -n squashfs%{version}
|
||||||
%patch0 -p1 -b .cflags
|
%patch0 -p1 -b .cflags
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -40,6 +40,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_sbindir}/unsquashfs
|
%{_sbindir}/unsquashfs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 18 2010 Kyle McMartin <kyle@redhat.com> 4.0-3
|
||||||
|
- Update to release tarball as opposed to cvs snapshot.
|
||||||
|
- Add dist tag.
|
||||||
|
|
||||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-2
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user