[squashfs-tools] Adjust spec file to build from release instead of dev. And to use lzo.

Bruno Wolff III bruno at fedoraproject.org
Tue Sep 21 06:03:43 UTC 2010


commit 8eb2b80b550a1b359db255fee496f09b96e6fcdd
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Tue Sep 21 00:47:29 2010 -0500

    Adjust spec file to build from release instead of dev. And to use lzo.

 squashfs-tools.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/squashfs-tools.spec b/squashfs-tools.spec
index 4ba38cd..1dde347 100644
--- a/squashfs-tools.spec
+++ b/squashfs-tools.spec
@@ -5,12 +5,13 @@ Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 URL: http://squashfs.sf.net
-Source: http://sourceforge.net/projects/squashfs/files/squashfs/squashfs4.1/squashfs4.1.tar.gz/download
+Source0: http://downloads.sourceforge.net/squashfs/squashfs4.1.tar.gz
 Patch0: squashfs-cflags.patch
 Patch1: squashfs-compressors.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: zlib-devel
 BuildRequires: xz-devel
+BuildRequires: lzo-devel
 BuildRequires: libattr-devel
 
 %description


More information about the scm-commits mailing list