diff --git a/.cvsignore b/.cvsignore index 421e66a..2a35959 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1 @@ -squashfs -clog -squashfs-4.0.tar.bz2 +squashfs4.0.tar.gz diff --git a/sources b/sources index 7328782..a2243ba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d6dab195b9f1bbafce0ae00c804babc3 squashfs-4.0.tar.bz2 +a3c23391da4ebab0ac4a75021ddabf96 squashfs4.0.tar.gz diff --git a/squashfs-tools.spec b/squashfs-tools.spec index dae6ba6..af31edd 100644 --- a/squashfs-tools.spec +++ b/squashfs-tools.spec @@ -2,11 +2,11 @@ Summary: Utility for the creation of squashfs filesystems Name: squashfs-tools Version: 4.0 # 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+ Group: System Environment/Base 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 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root 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. %prep -%setup -q -n squashfs +%setup -q -n squashfs%{version} %patch0 -p1 -b .cflags %build @@ -40,6 +40,10 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/unsquashfs %changelog +* Thu Feb 18 2010 Kyle McMartin 4.0-3 +- Update to release tarball as opposed to cvs snapshot. +- Add dist tag. + * Sun Jul 26 2009 Fedora Release Engineering - 4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild